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

Unresolved External CXTPDockingPane

 Post Reply Post Reply
Author
Message
steven View Drop Down
Newbie
Newbie


Joined: 29 July 2005
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote steven Quote  Post ReplyReply Direct Link To This Post Topic: Unresolved External CXTPDockingPane
    Posted: 29 July 2005 at 2:41am

I have just downloaded the trial version of Xtreme Codejock Toolkit pro 30 day eval copy and is able to compile the sample projects but I get the following error when trying to compile a VS MFC project that I have.

During compiling there was the message automatically linking with XXXeval.dll then during linking give the following errors

SM_Devel error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall CXTPDockingPane::SetTitle(unsigned short const *)" (__imp_?SetTitle@CXTPDockingPane@@QAEXPBG@Z) referenced in function "protected: void __thiscall ABCControl::vInitializeGantt(void)" (?vInitializeGantt@ABCControl@@IAEXXZ)

I have included the C:\......\CodeJock Software\XTreme.....\lib\vc71 in the library path

and under additional libraries have added XTP9700evallibd.lib.

Why is it it can't find the CXTPDockingPane::SetTitle in the library files??

The project I am compiling is a dll and not an executable as in the sample.

I think this was previously compiled used with Xtreme Toolkit 8.6 but I am using the trial ver 9.7 30 day version. 

Your assistance would be greatly appreciated.



Edited by steven
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: 30 July 2005 at 8:21am

Hi

Change option in your project: Options->C/C++->Language/Trat w_char as built-in type = Yes.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
steven View Drop Down
Newbie
Newbie


Joined: 29 July 2005
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote steven Quote  Post ReplyReply Direct Link To This Post Posted: 31 July 2005 at 8:20pm
I got 12 unresolved externals after making the above changes
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: 01 August 2005 at 5:11am

Are you sure it is from Codejock? In previous log I see:

SM_Devel error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall CXTPDockingPane::SetTitle(unsigned short const *)" (__imp_?SetTitle@CXTPDockingPane@@QAEXPBG@Z) referenced in function "protected: void __thiscall ABCControl::vInitializeGantt(void)" (?vInitializeGantt@ABCControl@@IAEXXZ)

 

but we have no ABCControl...

Attach full log.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
steven View Drop Down
Newbie
Newbie


Joined: 29 July 2005
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote steven Quote  Post ReplyReply Direct Link To This Post Posted: 01 August 2005 at 8:21pm

I am very sure that it is using codejock 8.6.There is a codejock CXTPDocking Pane object inside my own control ABCControl(this class might have inherited from some codejock classes). The settitle(..) for this codejock CXTPDocking Pane object is called inside my vInitializeGantt function.



Edited by steven
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: 03 August 2005 at 4:32am

In 8.60 this option was "No" by default. Please try to switch it again to "No".

 

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.027 seconds.