|
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)
|