Click here to Skip to main content
15,893,904 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VS 2010 and XP Pin
RomTibi17-Jul-11 17:45
RomTibi17-Jul-11 17:45 
GeneralRe: VS 2010 and XP Pin
Richard MacCutchan17-Jul-11 22:47
mveRichard MacCutchan17-Jul-11 22:47 
AnswerRe: VS 2010 and XP Pin
«_Superman_»17-Jul-11 3:12
professional«_Superman_»17-Jul-11 3:12 
QuestionRe: VS 2010 and XP Pin
bob1697217-Jul-11 6:04
bob1697217-Jul-11 6:04 
GeneralRe: VS 2010 and XP [modified] Pin
RomTibi17-Jul-11 8:51
RomTibi17-Jul-11 8:51 
QuestionButton Hover Effect Pin
john563216-Jul-11 5:43
john563216-Jul-11 5:43 
AnswerRe: Button Hover Effect Pin
«_Superman_»16-Jul-11 5:47
professional«_Superman_»16-Jul-11 5:47 
GeneralRe: Button Hover Effect Pin
john563216-Jul-11 5:52
john563216-Jul-11 5:52 
GeneralRe: Button Hover Effect Pin
«_Superman_»16-Jul-11 5:53
professional«_Superman_»16-Jul-11 5:53 
GeneralRe: Button Hover Effect Pin
john563216-Jul-11 5:55
john563216-Jul-11 5:55 
GeneralRe: Button Hover Effect Pin
«_Superman_»16-Jul-11 5:56
professional«_Superman_»16-Jul-11 5:56 
GeneralRe: Button Hover Effect Pin
john563216-Jul-11 5:59
john563216-Jul-11 5:59 
GeneralRe: Button Hover Effect Pin
john563216-Jul-11 6:03
john563216-Jul-11 6:03 
Questionfatal error C1189: #error : _WIN32_WINNT settings conflicts with _WIN32_IE setting C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\sdkddkver.h Pin
SNI16-Jul-11 1:18
SNI16-Jul-11 1:18 
AnswerRe: fatal error C1189: #error : _WIN32_WINNT settings conflicts with _WIN32_IE setting C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\sdkddkver.h Pin
David Crow16-Jul-11 5:36
David Crow16-Jul-11 5:36 
QuestionRuntime Library option in Visual Studio Pin
Pranit Kothari16-Jul-11 0:19
Pranit Kothari16-Jul-11 0:19 
AnswerRe: Runtime Library option in Visual Studio Pin
Richard MacCutchan16-Jul-11 1:15
mveRichard MacCutchan16-Jul-11 1:15 
Take a look at the options offered. In my system I have the following options:

  • Multi-threaded : a static library that supports threading
  • Multi-threaded Debug : as above, that includes debug information
  • Multi-threaded DLL : a dynamic library that supports threading
  • Multi-threaded Debug DLL : as above, that includes debug information

These are versions of the C/C++ basic runtime libraries, and are purely to support the language. You add extra libraries to your project to support Win32 and MFC/ATL as required. Note that most required libraries are added to your project when it is created by the New Project wizard in Visual Studio.
The best things in life are not things.

QuestionStatic vs Dynamic vs Shared DLL, and what about lib Pin
Pranit Kothari16-Jul-11 0:12
Pranit Kothari16-Jul-11 0:12 
AnswerRe: Static vs Dynamic vs Shared DLL, and what about lib Pin
CPallini16-Jul-11 0:30
mveCPallini16-Jul-11 0:30 
AnswerRe: Static vs Dynamic vs Shared DLL, and what about lib Pin
Rolf Kristensen27-Jul-11 12:29
Rolf Kristensen27-Jul-11 12:29 
QuestionStuck with 'Loudness Equalization' Pin
Malli_S15-Jul-11 3:00
Malli_S15-Jul-11 3:00 
AnswerRe: Stuck with 'Loudness Equalization' Pin
Richard MacCutchan15-Jul-11 3:28
mveRichard MacCutchan15-Jul-11 3:28 
GeneralRe: Stuck with 'Loudness Equalization' Pin
Malli_S15-Jul-11 3:35
Malli_S15-Jul-11 3:35 
GeneralRe: Stuck with 'Loudness Equalization' Pin
Richard MacCutchan15-Jul-11 4:36
mveRichard MacCutchan15-Jul-11 4:36 
GeneralRe: Stuck with 'Loudness Equalization' Pin
Malli_S15-Jul-11 4:45
Malli_S15-Jul-11 4:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.