Click here to Skip to main content
15,909,953 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Multiple loaded DLL problem Pin
Steve The Plant18-Jan-02 10:00
Steve The Plant18-Jan-02 10:00 
GeneralRe: Multiple loaded DLL problem Pin
Joaquín M López Muñoz18-Jan-02 10:03
Joaquín M López Muñoz18-Jan-02 10:03 
GeneralRe: Multiple loaded DLL problem Pin
Steve The Plant18-Jan-02 10:38
Steve The Plant18-Jan-02 10:38 
GeneralRe: Multiple loaded DLL problem Pin
Joaquín M López Muñoz18-Jan-02 10:37
Joaquín M López Muñoz18-Jan-02 10:37 
GeneralRe: Multiple loaded DLL problem Pin
Roger Allen21-Jan-02 0:36
Roger Allen21-Jan-02 0:36 
GeneralUsing _beginthreadex in an MFC dll Pin
PaulJ18-Jan-02 6:05
PaulJ18-Jan-02 6:05 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Nish Nishant18-Jan-02 7:02
sitebuilderNish Nishant18-Jan-02 7:02 
GeneralRe: Using _beginthreadex in an MFC dll Pin
PaulJ18-Jan-02 7:19
PaulJ18-Jan-02 7:19 
The thread function is in the calling program and is declared like this:

DWORD WINAPI CGUITermDoc::CommReader(void *pvData)


From calling program, I call the DLL function:

StartCommThread(LPTHREAD_START_ROUTINE CommProc, void *pvData)

In this function, I try to pass CommProc to the _beginthreadex function, but this is where I get the compile error.



Paul Jahans
GeneralRe: Using _beginthreadex in an MFC dll Pin
Michael Dunn18-Jan-02 7:43
sitebuilderMichael Dunn18-Jan-02 7:43 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Ernest Laurentin18-Jan-02 8:58
Ernest Laurentin18-Jan-02 8:58 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Nish Nishant18-Jan-02 15:17
sitebuilderNish Nishant18-Jan-02 15:17 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Joaquín M López Muñoz18-Jan-02 7:56
Joaquín M López Muñoz18-Jan-02 7:56 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Nish Nishant18-Jan-02 15:14
sitebuilderNish Nishant18-Jan-02 15:14 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Tim Deveaux18-Jan-02 8:19
Tim Deveaux18-Jan-02 8:19 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Nish Nishant18-Jan-02 15:16
sitebuilderNish Nishant18-Jan-02 15:16 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Michael Dunn18-Jan-02 16:41
sitebuilderMichael Dunn18-Jan-02 16:41 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Nish Nishant18-Jan-02 16:50
sitebuilderNish Nishant18-Jan-02 16:50 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Michael Dunn18-Jan-02 17:18
sitebuilderMichael Dunn18-Jan-02 17:18 
GeneralRe: Using _beginthreadex in an MFC dll Pin
Nish Nishant18-Jan-02 17:43
sitebuilderNish Nishant18-Jan-02 17:43 
GeneralCListView Pin
AlexEg18-Jan-02 5:26
AlexEg18-Jan-02 5:26 
GeneralRe: CListView Pin
Matt Newman18-Jan-02 8:02
Matt Newman18-Jan-02 8:02 
GeneralRe: CListView Pin
Joaquín M López Muñoz18-Jan-02 8:15
Joaquín M López Muñoz18-Jan-02 8:15 
Generalavoiding multiple instances Pin
Mark Donkers18-Jan-02 4:55
Mark Donkers18-Jan-02 4:55 
GeneralRe: avoiding multiple instances Pin
Nish Nishant18-Jan-02 4:57
sitebuilderNish Nishant18-Jan-02 4:57 
GeneralRe: avoiding multiple instances Pin
Mark Donkers18-Jan-02 5:02
Mark Donkers18-Jan-02 5:02 

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.