Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: Stuck with 'Loudness Equalization' Pin
Rajesh R Subramanian15-Jul-11 5:29
professionalRajesh R Subramanian15-Jul-11 5:29 
GeneralRe: Stuck with 'Loudness Equalization' Pin
Malli_S15-Jul-11 20:26
Malli_S15-Jul-11 20:26 
GeneralRe: Stuck with 'Loudness Equalization' Pin
Rajesh R Subramanian16-Jul-11 3:41
professionalRajesh R Subramanian16-Jul-11 3:41 
GeneralRe: Stuck with 'Loudness Equalization' Pin
Mark Salsbery15-Jul-11 5:54
Mark Salsbery15-Jul-11 5:54 
GeneralRe: Stuck with 'Loudness Equalization' Pin
Malli_S15-Jul-11 20:27
Malli_S15-Jul-11 20:27 
GeneralRe: Stuck with 'Loudness Equalization' Pin
Richard MacCutchan15-Jul-11 7:12
mveRichard MacCutchan15-Jul-11 7:12 
GeneralRe: Stuck with 'Loudness Equalization' Pin
Malli_S15-Jul-11 20:29
Malli_S15-Jul-11 20:29 
GeneralRe: Stuck with 'Loudness Equalization' Pin
Richard MacCutchan15-Jul-11 22:32
mveRichard MacCutchan15-Jul-11 22:32 
GeneralRe: Stuck with 'Loudness Equalization' Pin
Malli_S16-Jul-11 17:27
Malli_S16-Jul-11 17:27 

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.