Print Page | Close Window

9.80: Linker errors

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=3086
Printed Date: 09 November 2025 at 6:47am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: 9.80: Linker errors
Posted By: Martin
Subject: 9.80: Linker errors
Date Posted: 24 October 2005 at 3:10am

Hello,

I just installed the 9.80 release (didn't have time to do it sooner) and I get a couple of linker errors, any idea how to solve them?

I discovered that it has something to do with the class CControlStatic (derived from CXTPControl) as used in the sample CommandBars/CommonControls.

I have used this code to display static text near a combobox.

In 9.71 this worked perfectly, in 9.80 however gives me those linker errors. (The sample project works perfectly as well, that's why I am so puzzled).

If I comment out the code that is responsible for the CControlStatic class the code compiles fine (but leaves me with a ugly toolbar button where normally the static text would be).

Any help is greatly appreciated.

Thanks in advance.

WBR,
Martin

------ Build started: Project: PromisProject, Configuration: Debug Win32 ------

Linking...
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
MainFrm.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::PutAccessibleValue(struct tagVARIANT,unsigned short *)" (?PutAccessibleValue@CXTPAccessible@@UAEJUtagVARIANT@@PAG@Z)
MainFrm.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::PutAccessibleName(struct tagVARIANT,unsigned short *)" (?PutAccessibleName@CXTPAccessible@@UAEJUtagVARIANT@@PAG@Z)
MainFrm.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPControl::GetAccessibleDefaultAction(struct tagVARIANT,unsigned short * *)" (?GetAccessibleDefaultAction@CXTPControl@@UAEJUtagVARIANT@@P APAG@Z)
MainFrm.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::GetAccessibleKeyboardShortcut(struct tagVARIANT,unsigned short * *)" (?GetAccessibleKeyboardShortcut@CXTPAccessible@@UAEJUtagVARI ANT@@PAPAG@Z)
MainFrm.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::GetAccessibleHelpTopic(unsigned short * *,struct tagVARIANT,long *)" (?GetAccessibleHelpTopic@CXTPAccessible@@UAEJPAPAGUtagVARIAN T@@PAJ@Z)
MainFrm.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::GetAccessibleHelp(struct tagVARIANT,unsigned short * *)" (?GetAccessibleHelp@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@Z )
MainFrm.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPControl::GetAccessibleDescription(struct tagVARIANT,unsigned short * *)" (?GetAccessibleDescription@CXTPControl@@UAEJUtagVARIANT@@PAP AG@Z)
MainFrm.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::GetAccessibleValue(struct tagVARIANT,unsigned short * *)" (?GetAccessibleValue@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@ Z)
MainFrm.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPControl::GetAccessibleName(struct tagVARIANT,unsigned short * *)" (?GetAccessibleName@CXTPControl@@UAEJUtagVARIANT@@PAPAG@Z)
../Build/Debug/PromisProject.exe : fatal error LNK1120: 9 unresolved externals

Build log was saved at "file://d:\Development\Application\MyProjects\Promis Project\PromisProject\Debug\BuildLog.htm"
PromisProject - 10 error(s), 1 warning(s)




Replies:
Posted By: sserge
Date Posted: 24 October 2005 at 3:31am
Martin,

That was already discussed there: http://forum.codejock.com/forum_posts.asp?TID=2934 - http://forum.codejock.com/forum_posts.asp?TID=2934

--
HTH,
Serge


Posted By: Martin
Date Posted: 24 October 2005 at 3:47am

Hi Sergey,

thank you for pointing that link out to me, I was already searching for a similar topic but couldn't find it.

But now it works, thanks again :)

WBR,
Martin




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net