Click here to Skip to main content
15,921,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Subclass main Winamp window from plugin Pin
Justin Tay13-Jul-06 17:47
Justin Tay13-Jul-06 17:47 
GeneralRe: Subclass main Winamp window from plugin Pin
u0m315-Jul-06 5:25
u0m315-Jul-06 5:25 
GeneralRe: Subclass main Winamp window from plugin Pin
u0m318-Jul-06 2:15
u0m318-Jul-06 2:15 
GeneralRe: Subclass main Winamp window from plugin Pin
Justin Tay18-Jul-06 3:48
Justin Tay18-Jul-06 3:48 
QuestionCan I still use DLLs ? Pin
vcpp_cgr13-Jul-06 11:49
vcpp_cgr13-Jul-06 11:49 
AnswerRe: Can I still use DLLs ? Pin
Jun Du13-Jul-06 13:34
Jun Du13-Jul-06 13:34 
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 

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.