Unresolved External |
Post Reply |
Author | |
decembler
Groupie Joined: 09 March 2006 Location: Germany Status: Offline Points: 15 |
Post Options
Thanks(0)
Posted: 14 September 2007 at 6:59am |
I implemented the new CXTPSyntaxEdit V11.1.3 in my Application.
When I link the Debug Version everything is fine, but when I link the Release build I get a link-error: error LNK2001: "public: int __thiscall CXTPSyntaxEditBufferManager::CXTPSyntaxEditStringsManager::GetCount(void)const " (?GetCount@CXTPSyntaxEditStringsManager@CXTPSyntaxEditBufferManager@@QBEHXZ) I compare my project-settings and step through the source code, but I can't find anything. Any Ideas, Tom |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
try to put Toolkit project to your workspace and rebuild it.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
decembler
Groupie Joined: 09 March 2006 Location: Germany Status: Offline Points: 15 |
Post Options
Thanks(0)
|
Sorry, but I build all the librarys in the Toolkit project , include the Toolkit project in my project rebuild all agin, no effect.
I have attached a small simple project which use the new CXTPSyntaxEditView and brings the link error on relaese build:
Is there anyone who can build this without unresolved externals?
Tom
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Try to unistall and install toolkit again. May be you somehow modified toolkit files.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
decembler
Groupie Joined: 09 March 2006 Location: Germany Status: Offline Points: 15 |
Post Options
Thanks(0)
|
I had never made changes on der Toolkit Source,
but I've solved the problem by changeing the source.
I changed the code for GetRowCount() function to:
return (m_Strings.m_arStrings.GetSize() ? ((int)m_Strings.m_arStrings.GetSize()-1) : 0);
I think the problem is that the function is inline and calls a normal
function of a nested class...
Tom
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
its strange. have to work.
Think its some compiler bug. Do you have sp5 or sp6 instsalled for vc6 ?
Anyway we will move function from inline to implementation....
Thanks.
|
|
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 |