Click here to Skip to main content
15,893,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCListCtrl Drag Image problem Pin
Wolfram Steinke15-Mar-02 14:28
Wolfram Steinke15-Mar-02 14:28 
QuestionWhats happening with VC++ online help????????? Pin
15-Mar-02 13:21
suss15-Mar-02 13:21 
AnswerRe: Whats happening with VC++ online help????????? Pin
Tim Smith15-Mar-02 13:31
Tim Smith15-Mar-02 13:31 
GeneralRe: Whats happening with VC++ online help????????? Pin
15-Mar-02 13:35
suss15-Mar-02 13:35 
GeneralRe: Whats happening with VC++ online help????????? Pin
Nish Nishant15-Mar-02 13:39
sitebuilderNish Nishant15-Mar-02 13:39 
GeneralRe: Whats happening with VC++ online help????????? Pin
Tim Smith15-Mar-02 14:17
Tim Smith15-Mar-02 14:17 
GeneralRe: Whats happening with VC++ online help????????? Pin
Tim Smith15-Mar-02 14:16
Tim Smith15-Mar-02 14:16 
GeneralMFC Thread problem Pin
Ola Carlsson15-Mar-02 13:03
Ola Carlsson15-Mar-02 13:03 
Hi all,

I’m trying to make use of some threads in my programs.
Then I try to build my project(MFC), this error turn up.

“fatal error LNK1561: entry point must be defined”

My code is similar:

UINT CTestDlg::threadProc(LPVOID p)
{
CTestDlg * me = (CTestDlg *)p;
me->classProc("ThreadTest");
return 0;
}

void CTestDlg::classProc(const CString mesage)
{
AfxMessageBox(message);
}


void CTestDlg::OnOkButton()
{
HWND hWnd = GetSafeHwnd();
AfxBeginThread( threadProc, hWnd, THREAD_PRIORITY_NORMAL );
}

Can you help me what to do?

Thanks,
Ola Carlsson
olaca428@student.liu.se

GeneralRe: MFC Thread problem Pin
Tim Smith15-Mar-02 13:32
Tim Smith15-Mar-02 13:32 
GeneralRe: MFC Thread problem Pin
Nish Nishant15-Mar-02 13:41
sitebuilderNish Nishant15-Mar-02 13:41 
GeneralApplication as Win NT Service Pin
FutureWizard15-Mar-02 12:33
FutureWizard15-Mar-02 12:33 
GeneralRe: Application as Win NT Service Pin
Nish Nishant15-Mar-02 13:43
sitebuilderNish Nishant15-Mar-02 13:43 
GeneralCrystal Report 8.0 in VC++ .NET Pin
Hadi Rezaee15-Mar-02 10:41
Hadi Rezaee15-Mar-02 10:41 
GeneralFunction Declaration in Interface File :: MFC Pin
valikac15-Mar-02 10:40
valikac15-Mar-02 10:40 
GeneralRe: Function Declaration in Interface File :: MFC Pin
Chris Losinger15-Mar-02 11:28
professionalChris Losinger15-Mar-02 11:28 
GeneralRe: Function Declaration in Interface File :: MFC Pin
Nish Nishant15-Mar-02 13:45
sitebuilderNish Nishant15-Mar-02 13:45 
Generalusing #import to automate Outlook, but...:confused: Pin
15-Mar-02 10:19
suss15-Mar-02 10:19 
GeneralRe: using #import to automate Outlook, but...:confused: Pin
Bill Wilson15-Mar-02 10:38
Bill Wilson15-Mar-02 10:38 
GeneralReverse ULONG values Pin
15-Mar-02 9:45
suss15-Mar-02 9:45 
GeneralRe: Reverse ULONG values Pin
Christian Graus15-Mar-02 10:26
protectorChristian Graus15-Mar-02 10:26 
GeneralRe: Reverse ULONG values Pin
Nish Nishant15-Mar-02 13:48
sitebuilderNish Nishant15-Mar-02 13:48 
Generalmultiple adapter loopback test using CSockets Pin
gus15-Mar-02 9:13
gus15-Mar-02 9:13 
GeneralRe: multiple adapter loopback test using CSockets Pin
Tim Deveaux15-Mar-02 9:53
Tim Deveaux15-Mar-02 9:53 
GeneralRe: multiple adapter loopback test using CSockets Pin
gus15-Mar-02 10:26
gus15-Mar-02 10:26 
GeneralRe: multiple adapter loopback test using CSockets Pin
Tim Deveaux15-Mar-02 11:42
Tim Deveaux15-Mar-02 11:42 

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.