![]() |
Unresolved External CXTPDockingPane |
Post Reply
|
| Author | |
steven
Newbie
Joined: 29 July 2005 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Topic: Unresolved External CXTPDockingPanePosted: 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 |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
steven
Newbie
Joined: 29 July 2005 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Posted: 31 July 2005 at 8:20pm |
|
I got 12 unresolved externals after making the above changes
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
steven
Newbie
Joined: 29 July 2005 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
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 |