Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Error
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Error

 Post Reply Post Reply
Author
Message
manoj View Drop Down
Newbie
Newbie
Avatar

Joined: 26 October 2004
Location: India
Status: Offline
Points: 31
Post Options Post Options   Thanks (0) Thanks(0)   Quote manoj Quote  Post ReplyReply Direct Link To This Post Topic: Error
    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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


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: 26 July 2007 at 7:03am
Hello,
 
Change
IMPLEMENT_DYNCREATE(.., CXTPDialog)  // or IMPLEMENT_DYNAMIC
to
IMPLEMENT_DYNCREATE(.., CDialog)
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.203 seconds.