Click here to Skip to main content
15,904,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTab Icon Pin
LiYS14-Jun-05 20:06
LiYS14-Jun-05 20:06 
Generalclient-server application Pin
ask_you14-Jun-05 20:03
ask_you14-Jun-05 20:03 
GeneralRe: client-server application Pin
ThatsAlok14-Jun-05 21:13
ThatsAlok14-Jun-05 21:13 
QuestionCan Visual C++ .Net genarate SSE code Pin
HasanMalaysia14-Jun-05 18:40
HasanMalaysia14-Jun-05 18:40 
AnswerRe: Can Visual C++ .Net genarate SSE code Pin
narendra_ b14-Jun-05 19:11
narendra_ b14-Jun-05 19:11 
AnswerRe: Can Visual C++ .Net genarate SSE code Pin
narendra_ b14-Jun-05 19:13
narendra_ b14-Jun-05 19:13 
GeneralRe: Can Visual C++ .Net genarate SSE code Pin
HasanMalaysia18-Jun-05 22:44
HasanMalaysia18-Jun-05 22:44 
GeneralIMPLEMENT_DYNAMIC Error Pin
Guoguor14-Jun-05 17:58
Guoguor14-Jun-05 17:58 
Code :

at .cpp file :

IMPLEMENT_DYNAMIC(alb2CaptureOptionTree , COptionTree)


//two .h file
class COptionTree : public CWnd
{
....................
}

class alb2CaptureOptionTree : public COptionTree
{
DECLARE_DYNAMIC(alb2CaptureOptionTree)
..........
}



Error :
when compiling the code , Errors occur .

error C2039: 'classCOptionTree' : is not a member of 'COptionTree'
error C2065: 'classCOptionTree' : undeclared identifier

In fact , I never define a class named classCOptionTree.
Why ?
What's the reason?
Thank you !



Fly as a bird
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
narendra_ b14-Jun-05 19:03
narendra_ b14-Jun-05 19:03 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
Guoguor14-Jun-05 19:36
Guoguor14-Jun-05 19:36 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
Guoguor14-Jun-05 19:42
Guoguor14-Jun-05 19:42 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
narendra_ b14-Jun-05 20:52
narendra_ b14-Jun-05 20:52 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
Guoguor14-Jun-05 21:08
Guoguor14-Jun-05 21:08 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
narendra_ b14-Jun-05 21:17
narendra_ b14-Jun-05 21:17 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
narendra_ b14-Jun-05 20:42
narendra_ b14-Jun-05 20:42 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
Bob Stanneveld14-Jun-05 20:57
Bob Stanneveld14-Jun-05 20:57 
GeneralBitmap overlap problem Pin
Aruneru-san14-Jun-05 17:47
Aruneru-san14-Jun-05 17:47 
GeneralRe: Bitmap overlap problem Pin
Blake Miller15-Jun-05 4:49
Blake Miller15-Jun-05 4:49 
GeneralHELP... Pin
Member 202475714-Jun-05 15:46
Member 202475714-Jun-05 15:46 
GeneralRe: HELP... Pin
Christian Graus14-Jun-05 16:04
protectorChristian Graus14-Jun-05 16:04 
GeneralRe: HELP... Pin
Member 202475714-Jun-05 16:06
Member 202475714-Jun-05 16:06 
GeneralRe: HELP... Pin
Christian Graus14-Jun-05 16:11
protectorChristian Graus14-Jun-05 16:11 
GeneralRe: HELP... Pin
Member 202475714-Jun-05 16:17
Member 202475714-Jun-05 16:17 
GeneralRe: HELP... Pin
Christian Graus14-Jun-05 16:20
protectorChristian Graus14-Jun-05 16:20 
GeneralRe: Help.. Pin
Member 202475714-Jun-05 16:24
Member 202475714-Jun-05 16:24 

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.