![]() |
error C2039: 'xxx' : is not a member of... |
Post Reply
|
| Author | |
joggx
Groupie
Joined: 21 August 2007 Status: Offline Points: 42 |
Post Options
Thanks(0)
Quote Reply
Topic: error C2039: 'xxx' : is not a member of...Posted: 23 February 2008 at 7:13am |
|
when building release version (linked to MFC statically) I got the following error in one of my classes:
error C2039: 'classCXTPTabControl' : is not a member of 'CXTPTabControl' The error points to: IMPLEMENT_DYNAMIC(CMySheet, CXTPTabControl) |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 February 2008 at 10:22am |
|
Hi,
I bet you will see same with Debug version also :) CXTPTabControl just don't have DYNAMIC macros. replace your line to
IMPLEMENT_DYNAMIC(CMySheet, CWnd)
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
joggx
Groupie
Joined: 21 August 2007 Status: Offline Points: 42 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 February 2008 at 9:38pm |
|
thanks, Oleg
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |