Print Page | Close Window

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

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=9673
Printed Date: 14 November 2025 at 7:53pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: error C2039: 'xxx' : is not a member of...
Posted By: joggx
Subject: error C2039: 'xxx' : is not a member of...
Date 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)



Replies:
Posted By: Oleg
Date 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


Posted By: joggx
Date Posted: 23 February 2008 at 9:38pm
thanks, Oleg



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net