Error |
Post Reply |
Author | |
manoj
Newbie Joined: 26 October 2004 Location: India Status: Offline Points: 31 |
Post Options
Thanks(0)
Posted: 26 July 2007 at 3:58am |
Hi
I am getting this error when I compile application as Static Link with MFC
error C2039: 'classCXTPDialog' : is not a member of 'CXTPDialog' 1> f:\library\xtreme toolkitpro v11.1.0\source\commandbars\XTPDialogBase.h(205) : see declaration of 'CXTPDialog'
What is the soltion of this Regards
Manoj Jangid
|
|
===========================
मनोज कुमार जांगिड Systweak Software Pvt. Ltd. मो: +919829273011 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Change
IMPLEMENT_DYNCREATE(.., CXTPDialog) // or IMPLEMENT_DYNAMIC
to
IMPLEMENT_DYNCREATE(.., CDialog) |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |