Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - error C2039: 'xxx' : is not a member of...
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

error C2039: 'xxx' : is not a member of...

 Post Reply Post Reply
Author
Message
joggx View Drop Down
Groupie
Groupie


Joined: 21 August 2007
Status: Offline
Points: 42
Post Options Post Options   Thanks (0) Thanks(0)   Quote joggx Quote  Post ReplyReply Direct Link To This Post 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)
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
joggx View Drop Down
Groupie
Groupie


Joined: 21 August 2007
Status: Offline
Points: 42
Post Options Post Options   Thanks (0) Thanks(0)   Quote joggx Quote  Post ReplyReply Direct Link To This Post Posted: 23 February 2008 at 9:38pm
thanks, Oleg
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.