Click here to Skip to main content
15,905,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHBITMAP from clipboard Pin
Luksky13-Jul-06 11:43
Luksky13-Jul-06 11:43 
AnswerRe: HBITMAP from clipboard Pin
Chris Losinger13-Jul-06 11:52
professionalChris Losinger13-Jul-06 11:52 
GeneralRe: HBITMAP from clipboard Pin
Luksky14-Jul-06 0:18
Luksky14-Jul-06 0:18 
GeneralRe: HBITMAP from clipboard Pin
Luksky15-Jul-06 5:21
Luksky15-Jul-06 5:21 
QuestionError: LNK2019: Unresolved external symbol... Pin
jon-8013-Jul-06 10:42
professionaljon-8013-Jul-06 10:42 
AnswerRe: Error: LNK2019: Unresolved external symbol... Pin
Chris Losinger13-Jul-06 11:52
professionalChris Losinger13-Jul-06 11:52 
GeneralRe: Error: LNK2019: Unresolved external symbol... Pin
jon-8014-Jul-06 6:15
professionaljon-8014-Jul-06 6:15 
GeneralRe: Error: LNK2019: Unresolved external symbol... Pin
Rilhas17-Jul-06 12:54
Rilhas17-Jul-06 12:54 
You are providing too little information. However, I would guess that you are missing a multithreading library. Make sure you are linking with multithread libraries.

Mutithreaded libraries are "LIBCMT.LIB" (release) and "LIBCMTD.LIB" (debug). However, I find it strange that the MFC is the one requesting the presence of "_beginthreadex" or "_endthreadex". This probably means you are not linking against MFC base libraries.

Anyway, try to link with the multothreaded libraries and see what you get. If it doesn't work then try to provide more information on the project settings (kind of project, compiler settings, linker settings, ...).

I hope this helps,
Rilhas
QuestionC++ Exception Programming Pin
pgav13-Jul-06 9:50
pgav13-Jul-06 9:50 
AnswerRe: C++ Exception Programming Pin
led mike13-Jul-06 9:55
led mike13-Jul-06 9:55 
QuestionRe: C++ Exception Programming [modified] Pin
pgav13-Jul-06 10:41
pgav13-Jul-06 10:41 
AnswerRe: C++ Exception Programming Pin
led mike13-Jul-06 11:45
led mike13-Jul-06 11:45 
AnswerRe: C++ Exception Programming Pin
Joe Woodbury13-Jul-06 11:12
professionalJoe Woodbury13-Jul-06 11:12 
Questionloading movie clip in openGl? Pin
Noor Akhter13-Jul-06 9:49
Noor Akhter13-Jul-06 9:49 
AnswerRe: Plz Help newbie with AsyncSockets Pin
Moak17-Jul-06 4:17
Moak17-Jul-06 4:17 
QuestionHow can i draw the curve shape of mountains in terrain of game? Pin
Noor Akhter13-Jul-06 8:51
Noor Akhter13-Jul-06 8:51 
AnswerRe: How can i draw the curve shape of mountains in terrain of game? Pin
FarPointer13-Jul-06 8:54
FarPointer13-Jul-06 8:54 
GeneralRe: How can i draw the curve shape of mountains in terrain of game? Pin
Noor Akhter13-Jul-06 8:59
Noor Akhter13-Jul-06 8:59 
GeneralRe: How can i draw the curve shape of mountains in terrain of game? Pin
FarPointer13-Jul-06 9:08
FarPointer13-Jul-06 9:08 
GeneralRe: How can i draw the curve shape of mountains in terrain of game? Pin
earl13-Jul-06 11:45
earl13-Jul-06 11:45 
GeneralRe: How can i draw the curve shape of mountains in terrain of game? Pin
Panic2k313-Jul-06 17:21
Panic2k313-Jul-06 17:21 
QuestionC++ code parser... Pin
Nitron13-Jul-06 8:39
Nitron13-Jul-06 8:39 
AnswerRe: C++ code parser... Pin
earl13-Jul-06 11:46
earl13-Jul-06 11:46 
GeneralRe: C++ code parser... Pin
Nitron13-Jul-06 14:42
Nitron13-Jul-06 14:42 
GeneralRe: C++ code parser... Pin
earl13-Jul-06 19:15
earl13-Jul-06 19:15 

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.