Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWriting File Pin
Anonymous14-Apr-04 22:09
Anonymous14-Apr-04 22:09 
GeneralRe: Writing File Pin
wb14-Apr-04 22:26
wb14-Apr-04 22:26 
GeneralRe: Writing File Pin
jmkhael14-Apr-04 22:37
jmkhael14-Apr-04 22:37 
GeneralRe: Writing File Pin
22491714-Apr-04 23:19
22491714-Apr-04 23:19 
GeneralRe: Writing File Pin
David Crow15-Apr-04 2:54
David Crow15-Apr-04 2:54 
GeneralHeader files :o((( Pin
doctorpi14-Apr-04 21:19
doctorpi14-Apr-04 21:19 
GeneralRe: Header files :o((( Pin
toxcct14-Apr-04 21:28
toxcct14-Apr-04 21:28 
GeneralRe: Header files :o((( Pin
doctorpi14-Apr-04 21:42
doctorpi14-Apr-04 21:42 
I've got the following
In ListCtrlEx.h

class CMyDialog;


CMyDialog *m_pMyDialog;

In ListCtrlEx.cpp
#include "MyDialog.h"
----------
In CMyDialog.h

#include "ListCtrlEx.h"

CListCtrlEx m_lstMyList;

I always receive this error

error C2065: 'IDD_CE_GENERAL' : undeclared identifier
C:\Whatever...\MyDialog.h(25) : error C2057: expected constant expression

Do you see the problem? I can't Blush | :O ((
Thanks again
Doc


GeneralRe: Header files :o((( Pin
toxcct14-Apr-04 21:51
toxcct14-Apr-04 21:51 
GeneralRe: Header files :o((( Pin
doctorpi14-Apr-04 21:53
doctorpi14-Apr-04 21:53 
GeneralRe: Header files :o((( Pin
toxcct14-Apr-04 21:56
toxcct14-Apr-04 21:56 
GeneralRe: Header files :o((( Pin
doctorpi14-Apr-04 21:58
doctorpi14-Apr-04 21:58 
GeneralRe: Header files :o((( Pin
toxcct14-Apr-04 22:02
toxcct14-Apr-04 22:02 
GeneralRe: Header files :o((( Pin
doctorpi14-Apr-04 22:04
doctorpi14-Apr-04 22:04 
GeneralRe: Header files :o((( Pin
toxcct14-Apr-04 22:06
toxcct14-Apr-04 22:06 
GeneralRe: Header files :o((( Pin
Michael P Butler14-Apr-04 22:28
Michael P Butler14-Apr-04 22:28 
GeneralRe: Header files :o((( Pin
doctorpi15-Apr-04 0:10
doctorpi15-Apr-04 0:10 
GeneralRe: Header files :o((( Pin
Cedric Moonen14-Apr-04 22:27
Cedric Moonen14-Apr-04 22:27 
QuestionWhy to happen that flash when i paint in the dialog ? Pin
vividtang14-Apr-04 21:08
vividtang14-Apr-04 21:08 
AnswerRe: Why to happen that flash when i paint in the dialog ? Pin
Antony M Kancidrowski15-Apr-04 2:50
Antony M Kancidrowski15-Apr-04 2:50 
GeneralRe: Why to happen that flash when i paint in the dialog ? Pin
vividtang15-Apr-04 3:34
vividtang15-Apr-04 3:34 
QuestionHow to put small trademark(TM) sign.. Pin
Monty214-Apr-04 20:45
Monty214-Apr-04 20:45 
AnswerRe: How to put small trademark(TM) sign.. Pin
toxcct14-Apr-04 21:13
toxcct14-Apr-04 21:13 
AnswerRe: How to put small trademark(TM) sign.. Pin
Prakash Nadar14-Apr-04 22:04
Prakash Nadar14-Apr-04 22:04 
GeneralProblems with pragma comment Pin
steven1114-Apr-04 20:39
steven1114-Apr-04 20:39 

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.