Click here to Skip to main content
15,912,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ON_MESSAGE for CDialog OBJECT Pin
Richard Andrew x6425-Feb-09 15:16
professionalRichard Andrew x6425-Feb-09 15:16 
GeneralRe: ON_MESSAGE for CDialog OBJECT Pin
ForNow25-Feb-09 15:27
ForNow25-Feb-09 15:27 
GeneralRe: ON_MESSAGE for CDialog OBJECT Pin
Richard Andrew x6425-Feb-09 16:15
professionalRichard Andrew x6425-Feb-09 16:15 
GeneralRe: ON_MESSAGE for CDialog OBJECT Pin
ForNow25-Feb-09 16:31
ForNow25-Feb-09 16:31 
GeneralRe: ON_MESSAGE for CDialog OBJECT Pin
Richard Andrew x6425-Feb-09 16:25
professionalRichard Andrew x6425-Feb-09 16:25 
GeneralRe: ON_MESSAGE for CDialog OBJECT Pin
Stuart Dootson25-Feb-09 16:32
professionalStuart Dootson25-Feb-09 16:32 
GeneralRe: ON_MESSAGE for CDialog OBJECT Pin
ForNow25-Feb-09 16:38
ForNow25-Feb-09 16:38 
GeneralRe: ON_MESSAGE for CDialog OBJECT Pin
Stuart Dootson25-Feb-09 16:43
professionalStuart Dootson25-Feb-09 16:43 
GeneralRe: ON_MESSAGE for CDialog OBJECT Pin
Stuart Dootson25-Feb-09 16:26
professionalStuart Dootson25-Feb-09 16:26 
GeneralRe: ON_MESSAGE for CDialog OBJECT Pin
ForNow25-Feb-09 16:46
ForNow25-Feb-09 16:46 
QuestionMemory Allocation Error 998 Pin
Richard Andrew x6425-Feb-09 14:06
professionalRichard Andrew x6425-Feb-09 14:06 
AnswerRe: Memory Allocation Error 998 Pin
Stuart Dootson25-Feb-09 16:03
professionalStuart Dootson25-Feb-09 16:03 
GeneralRe: Memory Allocation Error 998 Pin
Richard Andrew x6425-Feb-09 16:08
professionalRichard Andrew x6425-Feb-09 16:08 
AnswerRe: Memory Allocation Error 998 Pin
ky_rerun25-Feb-09 16:25
ky_rerun25-Feb-09 16:25 
GeneralRe: Memory Allocation Error 998 Pin
Richard Andrew x6425-Feb-09 16:30
professionalRichard Andrew x6425-Feb-09 16:30 
AnswerRe: Memory Allocation Error 998 Pin
User 268325825-Feb-09 19:39
User 268325825-Feb-09 19:39 
QuestionForward Declarations, Inheritance and Circular dependancies Pin
thelonesquirrely25-Feb-09 10:19
thelonesquirrely25-Feb-09 10:19 
AnswerRe: Forward Declarations, Inheritance and Circular dependancies Pin
Jonathan Davies25-Feb-09 10:41
Jonathan Davies25-Feb-09 10:41 
GeneralRe: Forward Declarations, Inheritance and Circular dependancies Pin
thelonesquirrely25-Feb-09 10:54
thelonesquirrely25-Feb-09 10:54 
AnswerRe: Forward Declarations, Inheritance and Circular dependancies Pin
led mike25-Feb-09 11:55
led mike25-Feb-09 11:55 
AnswerRe: Forward Declarations, Inheritance and Circular dependancies Pin
Stuart Dootson25-Feb-09 11:59
professionalStuart Dootson25-Feb-09 11:59 
GeneralRe: Forward Declarations, Inheritance and Circular dependancies Pin
thelonesquirrely25-Feb-09 13:02
thelonesquirrely25-Feb-09 13:02 
QuestionError creating an object based on a dialog declared in a .rc resource file Pin
Goo225-Feb-09 9:49
Goo225-Feb-09 9:49 
AnswerRe: Error creating an object based on a dialog declared in a .rc resource file Pin
Jonathan Davies25-Feb-09 10:10
Jonathan Davies25-Feb-09 10:10 
GeneralRe: Error creating an object based on a dialog declared in a .rc resource file Pin
Goo225-Feb-09 11:49
Goo225-Feb-09 11:49 
Hi Jonathan,
Thanks for your reply,
I searched *.* and *.h in my entire project, and the resource identifiers that compile successfully are not found. I have a set of files that builds, and I continually delete all object files and build those others successfully.
Could there be some other intermediary generated files that the build process is using in which the declarations have been satisfied, and the resource.h file that I need not checked out from my version control system and I never needed it because I had those intermediary files? This seems like a bit of a stretch.
I seem to have some resource files that have other names, such as w_resrc.h, but
I searched *.* and *.h and didn't find the working identifiers anywhere.
How in the world can those others be getting built successfully?
I'm using a really old, legacy compiler, and it can be regarded as me just writing the .rc file in a text editor. I use the VC++6.0 IDE to help me with this, but, as I say the other resource IDs all compile, and *they* are not declared anywhere else that I can reasonably see.
Best regards,

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.