Click here to Skip to main content
15,897,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Multithread ? Pin
Larry Antram14-May-02 19:32
Larry Antram14-May-02 19:32 
GeneralCStdioFile Question... Pin
Emearg14-May-02 15:54
Emearg14-May-02 15:54 
GeneralRe: CStdioFile Question... Pin
Jason Henderson14-May-02 16:41
Jason Henderson14-May-02 16:41 
GeneralRe: CStdioFile Question... Pin
Emearg14-May-02 16:58
Emearg14-May-02 16:58 
GeneralRe: CStdioFile Question... Pin
Nish Nishant14-May-02 17:17
sitebuilderNish Nishant14-May-02 17:17 
GeneralRe: CStdioFile Question... Pin
Emearg14-May-02 18:05
Emearg14-May-02 18:05 
GeneralA good tool for programmer Pin
14-May-02 15:35
suss14-May-02 15:35 
GeneralCreating UI with Threads Pin
Coremn14-May-02 15:23
Coremn14-May-02 15:23 
Hi I have used this code for a UI in a dll.

<br />
<br />
CNewApp * thread = (CNewApp *) AfxBeginThread(RUNTIME_CLASS(CNewApp),THREAD_PRIORITY_NORMAL,0, CREATE_SUSPENDED);<br />
<br />

I get the following compile error
error: C2039: 'classCNewApp' : is not a member of 'CNewApp'

Note the no space in the error

Why Why Why??

CNewApp is of type CWinApp with is of type CWinThread





---
GeneralRe: Creating UI with Threads Pin
Tim Smith14-May-02 15:35
Tim Smith14-May-02 15:35 
GeneralRe: Creating UI with Threads Pin
Coremn14-May-02 15:48
Coremn14-May-02 15:48 
GeneralRe: Creating UI with Threads Pin
Jon Hulatt15-May-02 0:07
Jon Hulatt15-May-02 0:07 
GeneralUnhandled exception... Pin
SilverShalkin14-May-02 14:49
SilverShalkin14-May-02 14:49 
GeneralRe: Unhandled exception... Pin
soptest14-May-02 15:00
soptest14-May-02 15:00 
GeneralRe: Unhandled exception... Pin
Christian Graus14-May-02 15:08
protectorChristian Graus14-May-02 15:08 
GeneralRe: Unhandled exception... Pin
Christian Graus14-May-02 15:06
protectorChristian Graus14-May-02 15:06 
GeneralRe: Unhandled exception... Pin
SilverShalkin14-May-02 17:04
SilverShalkin14-May-02 17:04 
GeneralRe: Unhandled exception... Pin
Christian Graus14-May-02 17:36
protectorChristian Graus14-May-02 17:36 
GeneralRe: Unhandled exception... Pin
SilverShalkin14-May-02 18:01
SilverShalkin14-May-02 18:01 
GeneralRe: Unhandled exception... Pin
Christian Graus14-May-02 18:47
protectorChristian Graus14-May-02 18:47 
GeneralRe: Unhandled exception... Pin
Renjith Ramachandran14-May-02 18:05
Renjith Ramachandran14-May-02 18:05 
GeneralRe: Unhandled exception... Pin
SilverShalkin15-May-02 3:44
SilverShalkin15-May-02 3:44 
GeneralDrawing Image For The Web Pin
Nick Parker14-May-02 14:29
protectorNick Parker14-May-02 14:29 
GeneralSort algorithm Pin
John Cruz14-May-02 12:45
John Cruz14-May-02 12:45 
GeneralRe: Sort algorithm Pin
Christian Graus14-May-02 12:51
protectorChristian Graus14-May-02 12:51 
GeneralRe: Sort algorithm Pin
John Cruz14-May-02 13:00
John Cruz14-May-02 13:00 

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.