Click here to Skip to main content
15,900,589 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ashen character Pin
youbo15-Sep-07 14:59
youbo15-Sep-07 14:59 
GeneralRe: ashen character Pin
David Crow15-Sep-07 17:18
David Crow15-Sep-07 17:18 
GeneralRe: ashen character Pin
Russell'16-Sep-07 0:22
Russell'16-Sep-07 0:22 
QuestionProblem in RegQueryValue. Pin
GauranG Shah15-Sep-07 2:07
GauranG Shah15-Sep-07 2:07 
AnswerRe: Problem in RegQueryValue. Pin
carrivick15-Sep-07 2:25
carrivick15-Sep-07 2:25 
AnswerRe: Problem in RegQueryValue. Pin
Mark Salsbery15-Sep-07 5:35
Mark Salsbery15-Sep-07 5:35 
QuestionStl::map Link Error Pin
Vinod CS15-Sep-07 0:27
Vinod CS15-Sep-07 0:27 
AnswerRe: Stl::map Link Error Pin
Chris Losinger15-Sep-07 4:34
professionalChris Losinger15-Sep-07 4:34 
Vinod CS wrote:
"mfc42ud.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "mfcs42ud.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "msvcrtd.lib"


those are the debug versions of the C/MFC runtimes, but you're apparently doing a release build. you can't mix debug and release builds like that.

if you're linking to a static library, make sure you're linking to the release build of the library for release builds of your EXE




QuestionProblem with Combo Box Pin
GauranG Shah14-Sep-07 23:27
GauranG Shah14-Sep-07 23:27 
AnswerRe: Problem with Combo Box Pin
Hamid_RT15-Sep-07 0:32
Hamid_RT15-Sep-07 0:32 
GeneralRe: Problem with Combo Box Pin
GauranG Shah15-Sep-07 0:55
GauranG Shah15-Sep-07 0:55 
GeneralRe: Problem with Combo Box Pin
GauranG Shah15-Sep-07 1:13
GauranG Shah15-Sep-07 1:13 
GeneralRe: Problem with Combo Box Pin
Hamid_RT15-Sep-07 1:30
Hamid_RT15-Sep-07 1:30 
AnswerRe: Problem with Combo Box Pin
David Crow15-Sep-07 11:54
David Crow15-Sep-07 11:54 
Questionhow to change the font caption of button Pin
Y_Kaushik14-Sep-07 22:40
Y_Kaushik14-Sep-07 22:40 
AnswerRe: how to change the font caption of button Pin
Russell'14-Sep-07 22:52
Russell'14-Sep-07 22:52 
AnswerRe: how to change the font caption of button Pin
Hamid_RT15-Sep-07 0:33
Hamid_RT15-Sep-07 0:33 
QuestionFile + folder names proessing APIs Pin
Eytukan14-Sep-07 20:57
Eytukan14-Sep-07 20:57 
AnswerRe: File + folder names proessing APIs Pin
nitin314-Sep-07 21:41
nitin314-Sep-07 21:41 
GeneralRe: File + folder names proessing APIs Pin
Eytukan14-Sep-07 22:05
Eytukan14-Sep-07 22:05 
JokeRe: File + folder names proessing APIs Pin
Eytukan14-Sep-07 22:10
Eytukan14-Sep-07 22:10 
AnswerRe: File + folder names proessing APIs Pin
Russell'15-Sep-07 2:57
Russell'15-Sep-07 2:57 
QuestionRe: File + folder names proessing APIs Pin
David Crow15-Sep-07 12:01
David Crow15-Sep-07 12:01 
AnswerRe: File + folder names proessing APIs Pin
Eytukan15-Sep-07 17:22
Eytukan15-Sep-07 17:22 
GeneralRe: File + folder names proessing APIs Pin
David Crow17-Sep-07 2:51
David Crow17-Sep-07 2:51 

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.