Click here to Skip to main content
15,910,787 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Issues with pointers [modified] Pin
capricious_00120-Jun-06 8:11
capricious_00120-Jun-06 8:11 
GeneralRe: Issues with pointers Pin
Justin Tay20-Jun-06 8:36
Justin Tay20-Jun-06 8:36 
GeneralRe: Issues with pointers Pin
capricious_00120-Jun-06 15:32
capricious_00120-Jun-06 15:32 
QuestionFTP server communication i n C++ Pin
LCI20-Jun-06 6:46
LCI20-Jun-06 6:46 
AnswerRe: FTP server communication i n C++ Pin
valikac20-Jun-06 8:20
valikac20-Jun-06 8:20 
GeneralRe: FTP server communication i n C++ Pin
LCI20-Jun-06 8:30
LCI20-Jun-06 8:30 
AnswerRe: FTP server communication i n C++ Pin
led mike20-Jun-06 9:38
led mike20-Jun-06 9:38 
GeneralRe: FTP server communication i n C++ Pin
LCI20-Jun-06 10:58
LCI20-Jun-06 10:58 
GeneralRe: FTP server communication i n C++ Pin
led mike20-Jun-06 11:55
led mike20-Jun-06 11:55 
GeneralRe: FTP server communication i n C++ Pin
LCI21-Jun-06 3:32
LCI21-Jun-06 3:32 
GeneralRe: FTP server communication i n C++ Pin
led mike21-Jun-06 5:02
led mike21-Jun-06 5:02 
QuestionGetting IP address of Network card Pin
act_x20-Jun-06 5:56
act_x20-Jun-06 5:56 
AnswerRe: Getting IP address of Network card Pin
David Crow20-Jun-06 6:12
David Crow20-Jun-06 6:12 
QuestionErrors: MSVC 6.0, SDI MFC APP. Pin
tingu20-Jun-06 5:37
tingu20-Jun-06 5:37 
QuestionRe: Errors: MSVC 6.0, SDI MFC APP. Pin
David Crow20-Jun-06 6:23
David Crow20-Jun-06 6:23 
QuestionRe: Errors: MSVC 6.0, SDI MFC APP. Pin
tingu20-Jun-06 6:28
tingu20-Jun-06 6:28 
AnswerRe: Errors: MSVC 6.0, SDI MFC APP. Pin
David Crow20-Jun-06 6:37
David Crow20-Jun-06 6:37 
GeneralRe: Errors: MSVC 6.0, SDI MFC APP. Pin
tingu20-Jun-06 7:05
tingu20-Jun-06 7:05 
GeneralRe: Errors: MSVC 6.0, SDI MFC APP. Pin
David Crow20-Jun-06 7:29
David Crow20-Jun-06 7:29 
GeneralRe: Errors: MSVC 6.0, SDI MFC APP. Pin
tingu20-Jun-06 8:08
tingu20-Jun-06 8:08 
GeneralRe: Errors: MSVC 6.0, SDI MFC APP. Pin
David Crow20-Jun-06 8:10
David Crow20-Jun-06 8:10 
QuestionCOleDateTime problem ! Pin
AkiraOne20-Jun-06 5:10
AkiraOne20-Jun-06 5:10 
AnswerRe: COleDateTime problem ! Pin
led mike20-Jun-06 5:44
led mike20-Jun-06 5:44 
QuestionWin32 Project & ClrButton Pin
69 Bay20-Jun-06 4:48
69 Bay20-Jun-06 4:48 
Hi again
Excuse me for asking what I am sure is a dum question, but here goes:

I have a Win32 "Typical Hello World" project VC6.0(written by others), which I am adapting to what I want to do. In my application I wish to have coloured buttons. I have previously made use of a ClrButton class in dialog boxes (which I believe I obtained from Code Guru).

If I simply include the files CClrButton.cpp & .h in my Win32 app, I come up with errors:
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex

Can someone point me in the right direction to working out how to do this. I havnt really got a grasp of the differences in creating a dialog and a win32 app - is there a tutorial that I can look at?

Sorry for asking what I am sure are simple questions, but if you dont ask...

Cheers
Mike



AnswerRe: Win32 Project & ClrButton Pin
led mike20-Jun-06 5:53
led mike20-Jun-06 5:53 

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.