Click here to Skip to main content
15,890,717 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Mainframe HWND from process ID Pin
Carlos Antollini14-Nov-02 19:23
Carlos Antollini14-Nov-02 19:23 
GeneralRe: Mainframe HWND from process ID Pin
Bugra Barin14-Nov-02 19:50
Bugra Barin14-Nov-02 19:50 
GeneralRe: Mainframe HWND from process ID Pin
Tim Smith15-Nov-02 2:21
Tim Smith15-Nov-02 2:21 
GeneralRe: Mainframe HWND from process ID Pin
Anonymous15-Nov-02 4:38
Anonymous15-Nov-02 4:38 
GeneralCCriticalSection & structure Pin
zecodela14-Nov-02 17:12
zecodela14-Nov-02 17:12 
GeneralRe: CCriticalSection & structure Pin
Tim Smith15-Nov-02 2:24
Tim Smith15-Nov-02 2:24 
QuestionError message help? Pin
G. White14-Nov-02 13:18
G. White14-Nov-02 13:18 
AnswerRe: Error message help? Pin
Ranjan Banerji14-Nov-02 14:25
Ranjan Banerji14-Nov-02 14:25 
Most likely you have not defined your function. You have in your .h file something like:

class CProject4Doc {
CProject4Doc();
.
.
.
};

But in your .cpp you do not have this function/constructor defined.

Thats the most obvious though unlikely reason. The fact that it worked one day and not another without code change... well ..... something had to have changed. Or maybe your compile yesterday was not a rebuild all and the file dates were kind of screwed up so the compiler did not pick the file in question and so the error did not show up.
GeneralRe: Error message help? Pin
G. White14-Nov-02 14:33
G. White14-Nov-02 14:33 
Questioncan CHtmlView load JApplet.class ? Pin
includeh1014-Nov-02 12:56
includeh1014-Nov-02 12:56 
AnswerRe: can CHtmlView load JApplet.class ? Pin
NormDroid15-Nov-02 8:47
professionalNormDroid15-Nov-02 8:47 
QuestionProcessor Speed? Pin
Peter Weyzen14-Nov-02 12:25
Peter Weyzen14-Nov-02 12:25 
AnswerRe: Processor Speed? Pin
KevinHall14-Nov-02 15:46
KevinHall14-Nov-02 15:46 
AnswerRe: Processor Speed? Pin
KevinHall14-Nov-02 20:20
KevinHall14-Nov-02 20:20 
AnswerRe: Processor Speed? Pin
Patje14-Nov-02 21:30
Patje14-Nov-02 21:30 
Generalhwnd of edit control of a combobox Pin
ed987114-Nov-02 12:21
ed987114-Nov-02 12:21 
GeneralRe: hwnd of edit control of a combobox Pin
NormDroid15-Nov-02 8:57
professionalNormDroid15-Nov-02 8:57 
GeneralDirectX problem... Pin
Selevercin14-Nov-02 12:15
Selevercin14-Nov-02 12:15 
GeneralRe: DirectX problem... Pin
Gero Gerber14-Nov-02 12:32
Gero Gerber14-Nov-02 12:32 
GeneralRe: DirectX problem... Pin
Selevercin14-Nov-02 13:31
Selevercin14-Nov-02 13:31 
GeneralRe: DirectX problem... Pin
Paul M Watt14-Nov-02 18:22
mentorPaul M Watt14-Nov-02 18:22 
GeneralRe: DirectX problem... Pin
Selevercin15-Nov-02 11:54
Selevercin15-Nov-02 11:54 
GeneralRe: DirectX problem... Pin
Paul M Watt14-Nov-02 12:42
mentorPaul M Watt14-Nov-02 12:42 
GeneralOnNcHitTest with Self-calculated rect Pin
AnTri14-Nov-02 11:47
AnTri14-Nov-02 11:47 
GeneralCreating a FrameWindow without View or doc Pin
User 988514-Nov-02 11:27
User 988514-Nov-02 11:27 

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.