Print Page | Close Window

linker error CXtpAccessible

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=7403
Printed Date: 13 November 2025 at 2:02am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: linker error CXtpAccessible
Posted By: AkeT
Subject: linker error CXtpAccessible
Date Posted: 19 June 2007 at 1:53am

-I use EXtream toolkit pro2007 evaluation version  11.1.3 for vs2003
I try to integrate "PropertyGrid" to the application by
  #include <XTToolkitPro.h>   // Codejock Software Components at stdafx.h
I 've got the error shown below. Then I search some topic in this forum and change
 Properties->c/c++>Language->Treate wchar_t as Builtin Type =yes
the error is gone but I think these effect to the other source code of the my application
then I 've got another error

Acctually I want to use only "property grid". Would you please give me the solution
or the way to solve this problem?The application we need to modify is so huge. Can we have
the way to include it only the portion we want. I want to place property grid on Dialog Bar.
Now I can see it on DialogBar already if I don't use AddChildItem . But when I use
AddChildItem ,I will get the linker error as I told you above

 m_wndPropertyGrid.Create(CRect(10,40,rect.Width()-10,rect.Height()-80), this, 0);
 m_wndPropertyGrid.SetOwner(GetTopLevelFrame());
 HTREEITEM hItemCategory = m_wndProperties.InsertItem(_T("Common Properties"), I_IMAGECALLBACK , I_IMAGECALLBACK );
 CXTPPropertyGridItem* pCategoryApplication = m_wndPropertyGrid.AddCategory(_T("Application"));
 HTREEITEM hItem = m_wndProperties.InsertItem(_T("General"), I_IMAGECALLBACK, I_IMAGECALLBACK, hItemCategory);
 CString m_strAssemblyName = _T("WindowsApplication1");
 CString m_strOutputType = _T("Windows Application");
 CString m_strDefaultNamespace = _T("WindowsApplication1");

----------> pCategoryApplication->AddChildItem(new CXTPPropertyGridItem(_T("Assembly Name"), m_strAssemblyName, &m_strAssemblyName));


ERROR BEFORE changing properties
PropertyDialog.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::PutAccessibleValue(struct tagVARIANT,unsigned short *)" ( mailto:?PutAccessibleValue@CXTPAccessible@@UAEJUtagVARIANT@@PAG@Z - ?PutAccessibleValue@CXTPAccessible@@UAEJUtagVARIANT@@PAG@Z )
PropertyDialog.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::PutAccessibleName(struct tagVARIANT,unsigned short *)" ( mailto:?PutAccessibleName@CXTPAccessible@@UAEJUtagVARIANT@@PAG@Z - ?PutAccessibleName@CXTPAccessible@@UAEJUtagVARIANT@@PAG@Z )
PropertyDialog.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::GetAccessibleDefaultAction(struct tagVARIANT,unsigned short * *)" ( mailto:?GetAccessibleDefaultAction@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@Z - ?GetAccessibleDefaultAction@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@Z )
PropertyDialog.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::GetAccessibleKeyboardShortcut(struct tagVARIANT,unsigned short * *)" ( mailto:?GetAccessibleKeyboardShortcut@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@Z - ?GetAccessibleKeyboardShortcut@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@Z )
PropertyDialog.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::GetAccessibleHelpTopic(unsigned short * *,struct tagVARIANT,long *)" ( mailto:?GetAccessibleHelpTopic@CXTPAccessible@@UAEJPAPAGUtagVARIANT@@PAJ@Z - ?GetAccessibleHelpTopic@CXTPAccessible@@UAEJPAPAGUtagVARIANT@@PAJ@Z )
PropertyDialog.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::GetAccessibleHelp(struct tagVARIANT,unsigned short * *)" ( mailto:?GetAccessibleHelp@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@Z - ?GetAccessibleHelp@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@Z )
PropertyDialog.obj : error LNK2001: unresolved external symbol "protected: virtual long __thiscall CXTPPropertyGridItem::GetAccessibleDescription(struct tagVARIANT,unsigned short * *)" ( mailto:?GetAccessibleDescription@CXTPPropertyGridItem@@MAEJUtagVARIANT@@PAPAG@Z - ?GetAccessibleDescription@CXTPPropertyGridItem@@MAEJUtagVARIANT@@PAPAG@Z )
PropertyDialog.obj : error LNK2001: unresolved external symbol "protected: virtual long __thiscall CXTPPropertyGridItem::GetAccessibleValue(struct tagVARIANT,unsigned short * *)" ( mailto:?GetAccessibleValue@CXTPPropertyGridItem@@MAEJUtagVARIANT@@PAPAG@Z - ?GetAccessibleValue@CXTPPropertyGridItem@@MAEJUtagVARIANT@@PAPAG@Z )
PropertyDialog.obj : error LNK2001: unresolved external symbol "protected: virtual long __thiscall CXTPPropertyGridItem::GetAccessibleName(struct tagVARIANT,unsigned short * *)" ( mailto:?GetAccessibleName@CXTPPropertyGridItem@@MAEJUtagVARIANT@@PAPAG@Z - ?GetAccessibleName@CXTPPropertyGridItem@@MAEJUtagVARIANT@@PAPAG@Z )
.\Pro\Debug/i.exe : fatal error LNK1120: 9 unresolved externals

AFTER changing properties>> Treate wchar_t as Builtin Type =yes
Linking...
   Creating library .\Pro\Debug/i.lib and object .\Pro\Debug/i.exp
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall ATL::IDispatchImpl<struct i_AUTOMATION::IiPoint,&struct _GUID const i_AUTOMATION::IID_IiPoint,&struct _GUID const i_AUTOMATION::LIBID_Intelli,1,0,class ATL::CComTypeInfoHolder>::GetIDsOfNames(struct _GUID const &,wchar_t * *,unsigned int,unsigned long,long *)" ( mailto:?GetIDsOfNames@?$IDispatchImpl@UIiPoint@i_AUTOMATION@@$1?IID_IiPoint@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z - ?GetIDsOfNames@?$IDispatchImpl@UIiPoint@i_AUTOMATION@@$1?IID_IiPoint@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall ATL::IDispatchImpl<struct i_AUTOMATION::IiPoints,&struct _GUID const i_AUTOMATION::IID_IiPoints,&struct _GUID const i_AUTOMATION::LIBID_Intelli,1,0,class ATL::CComTypeInfoHolder>::GetIDsOfNames(struct _GUID const &,wchar_t * *,unsigned int,unsigned long,long *)" ( mailto:?GetIDsOfNames@?$IDispatchImpl@UIiPoints@i_AUTOMATION@@$1?IID_IiPoints@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z - ?GetIDsOfNames@?$IDispatchImpl@UIiPoints@i_AUTOMATION@@$1?IID_IiPoints@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall ATL::IDispatchImpl<struct i_AUTOMATION::IiVector,&struct _GUID const i_AUTOMATION::IID_IiVector,&struct _GUID const i_AUTOMATION::LIBID_Intelli,1,0,class ATL::CComTypeInfoHolder>::GetIDsOfNames(struct _GUID const &,wchar_t * *,unsigned int,unsigned long,long *)" ( mailto:?GetIDsOfNames@?$IDispatchImpl@UIiVector@i_AUTOMATION@@$1?IID_IiVector@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z - ?GetIDsOfNames@?$IDispatchImpl@UIiVector@i_AUTOMATION@@$1?IID_IiVector@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall ATL::IDispatchImpl<struct i_AUTOMATION::IiMatrix,&struct _GUID const i_AUTOMATION::IID_IiMatrix,&struct _GUID const i_AUTOMATION::LIBID_Intelli,1,0,class ATL::CComTypeInfoHolder>::GetIDsOfNames(struct _GUID const &,wchar_t * *,unsigned int,unsigned long,long *)" ( mailto:?GetIDsOfNames@?$IDispatchImpl@UIiMatrix@i_AUTOMATION@@$1?IID_IiMatrix@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z - ?GetIDsOfNames@?$IDispatchImpl@UIiMatrix@i_AUTOMATION@@$1?IID_IiMatrix@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::IsFunctionLoaded(wchar_t *,short *)" ( mailto:?IsFunctionLoaded@CAutoApp@@UAGJPA_WPAF@Z - ?IsFunctionLoaded@CAutoApp@@UAGJPA_WPAF@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::GetInterfaceObject(wchar_t *,struct IDispatch * *)" ( mailto:?GetInterfaceObject@CAutoApp@@UAGJPA_WPAPAUIDispatch@@@Z - ?GetInterfaceObject@CAutoApp@@UAGJPA_WPAPAUIDispatch@@@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::RunScript(wchar_t *)" ( mailto:?RunScript@CAutoApp@@UAGJPA_W@Z - ?RunScript@CAutoApp@@UAGJPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::RunCommand(wchar_t *)" ( mailto:?RunCommand@CAutoApp@@UAGJPA_W@Z - ?RunCommand@CAutoApp@@UAGJPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::LoadLISP(wchar_t *)" ( mailto:?LoadLISP@CAutoApp@@UAGJPA_W@Z - ?LoadLISP@CAutoApp@@UAGJPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::UnloadSDS(wchar_t *)" ( mailto:?UnloadSDS@CAutoApp@@UAGJPA_W@Z - ?UnloadSDS@CAutoApp@@UAGJPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::LoadSDS(wchar_t *)" ( mailto:?LoadSDS@CAutoApp@@UAGJPA_W@Z - ?LoadSDS@CAutoApp@@UAGJPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::Help(wchar_t *,wchar_t *,long)" ( mailto:?Help@CAutoApp@@UAGJPA_W0J@Z - ?Help@CAutoApp@@UAGJPA_W0J@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::UndefineFunction(wchar_t *)" ( mailto:?UndefineFunction@CAutoApp@@UAGJPA_W@Z - ?UndefineFunction@CAutoApp@@UAGJPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::DefineFunction(wchar_t *,struct tagVARIANT)" ( mailto:?DefineFunction@CAutoApp@@UAGJPA_WUtagVARIANT@@@Z - ?DefineFunction@CAutoApp@@UAGJPA_WUtagVARIANT@@@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_Version(wchar_t * *)" ( mailto:?get_Version@CAutoApp@@UAGJPAPA_W@Z - ?get_Version@CAutoApp@@UAGJPAPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::put_StatusBar(wchar_t *)" ( mailto:?put_StatusBar@CAutoApp@@UAGJPA_W@Z - ?put_StatusBar@CAutoApp@@UAGJPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_StatusBar(wchar_t * *)" ( mailto:?get_StatusBar@CAutoApp@@UAGJPAPA_W@Z - ?get_StatusBar@CAutoApp@@UAGJPAPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_Path(wchar_t * *)" ( mailto:?get_Path@CAutoApp@@UAGJPAPA_W@Z - ?get_Path@CAutoApp@@UAGJPAPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_Name(wchar_t * *)" ( mailto:?get_Name@CAutoApp@@UAGJPAPA_W@Z - ?get_Name@CAutoApp@@UAGJPAPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_FullName(wchar_t * *)" ( mailto:?get_FullName@CAutoApp@@UAGJPAPA_W@Z - ?get_FullName@CAutoApp@@UAGJPAPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::put_DefaultFilePath(wchar_t *)" ( mailto:?put_DefaultFilePath@CAutoApp@@UAGJPA_W@Z - ?put_DefaultFilePath@CAutoApp@@UAGJPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_DefaultFilePath(wchar_t * *)" ( mailto:?get_DefaultFilePath@CAutoApp@@UAGJPAPA_W@Z - ?get_DefaultFilePath@CAutoApp@@UAGJPAPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_Caption(wchar_t * *)" ( mailto:?get_Caption@CAutoApp@@UAGJPAPA_W@Z - ?get_Caption@CAutoApp@@UAGJPAPA_W@Z )
IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall ATL::IDispatchImpl<struct i_AUTOMATION::IiApplication,&struct _GUID const i_AUTOMATION::IID_IiApplication,&struct _GUID const i_AUTOMATION::LIBID_Intelli,1,0,class ATL::CComTypeInfoHolder>::GetIDsOfNames(struct _GUID const &,wchar_t * *,unsigned int,unsigned long,long *)" ( mailto:?GetIDsOfNames@?$IDispatchImpl@UIiApplication@i_AUTOMATION@@$1?IID_IiApplication@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z - ?GetIDsOfNames@?$IDispatchImpl@UIiApplication@i_AUTOMATION@@$1?IID_IiApplication@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::LoadShapeFile(wchar_t *)" ( mailto:?LoadShapeFile@CAutoDoc@@UAGJPA_W@Z - ?LoadShapeFile@CAutoDoc@@UAGJPA_W@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::HandleToObject(wchar_t *,struct IDispatch * *)" ( mailto:?HandleToObject@CAutoDoc@@UAGJPA_WPAPAUIDispatch@@@Z - ?HandleToObject@CAutoDoc@@UAGJPA_WPAPAUIDispatch@@@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::EvaluateLispExpression(wchar_t *,struct tagVARIANT *)" ( mailto:?EvaluateLispExpression@CAutoDoc@@UAGJPA_WPAUtagVARIANT@@@Z - ?EvaluateLispExpression@CAutoDoc@@UAGJPA_WPAUtagVARIANT@@@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::SetLispVariable(wchar_t *,struct tagVARIANT)" ( mailto:?SetLispVariable@CAutoDoc@@UAGJPA_WUtagVARIANT@@@Z - ?SetLispVariable@CAutoDoc@@UAGJPA_WUtagVARIANT@@@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::GetLispVariable(wchar_t *,struct tagVARIANT *)" ( mailto:?GetLispVariable@CAutoDoc@@UAGJPA_WPAUtagVARIANT@@@Z - ?GetLispVariable@CAutoDoc@@UAGJPA_WPAUtagVARIANT@@@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::SetVariable(wchar_t *,struct tagVARIANT)" ( mailto:?SetVariable@CAutoDoc@@UAGJPA_WUtagVARIANT@@@Z - ?SetVariable@CAutoDoc@@UAGJPA_WUtagVARIANT@@@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::GetVariable(wchar_t *,struct tagVARIANT *)" ( mailto:?GetVariable@CAutoDoc@@UAGJPA_WPAUtagVARIANT@@@Z - ?GetVariable@CAutoDoc@@UAGJPA_WPAUtagVARIANT@@@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::WBlock(wchar_t *,struct i_AUTOMATION::IiSelectionSet *,struct i_AUTOMATION::IiPoint *)" ( mailto:?WBlock@CAutoDoc@@UAGJPA_WPAUIiSelectionSet@i_AUTOMATION@@PAUIiPoint@3@@Z - ?WBlock@CAutoDoc@@UAGJPA_WPAUIiSelectionSet@i_AUTOMATION@@PAUIiPoint@3@@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::SaveAs(wchar_t *,enum i_AUTOMATION::FileVersions)" ( mailto:?SaveAs@CAutoDoc@@UAGJPA_WW4FileVersions@i_AUTOMATION@@@Z - ?SaveAs@CAutoDoc@@UAGJPA_WW4FileVersions@i_AUTOMATION@@@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::Import(wchar_t *,struct i_AUTOMATION::IiPoint *,double)" ( mailto:?Import@CAutoDoc@@UAGJPA_WPAUIiPoint@i_AUTOMATION@@N@Z - ?Import@CAutoDoc@@UAGJPA_WPAUIiPoint@i_AUTOMATION@@N@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::Export(wchar_t *,wchar_t *,struct i_AUTOMATION::IiSelectionSet *)" ( mailto:?Export@CAutoDoc@@UAGJPA_W0PAUIiSelectionSet@i_AUTOMATION@@@Z - ?Export@CAutoDoc@@UAGJPA_W0PAUIiSelectionSet@i_AUTOMATION@@@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::Close(short,wchar_t *)" ( mailto:?Close@CAutoDoc@@UAGJFPA_W@Z - ?Close@CAutoDoc@@UAGJFPA_W@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::get_Path(wchar_t * *)" ( mailto:?get_Path@CAutoDoc@@UAGJPAPA_W@Z - ?get_Path@CAutoDoc@@UAGJPAPA_W@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::get_Name(wchar_t * *)" ( mailto:?get_Name@CAutoDoc@@UAGJPAPA_W@Z - ?get_Name@CAutoDoc@@UAGJPAPA_W@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::get_FullName(wchar_t * *)" ( mailto:?get_FullName@CAutoDoc@@UAGJPAPA_W@Z - ?get_FullName@CAutoDoc@@UAGJPAPA_W@Z )
IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall ATL::IDispatchImpl<struct i_AUTOMATION::IiDocument,&struct _GUID const i_AUTOMATION::IID_IiDocument,&struct _GUID const i_AUTOMATION::LIBID_Intelli,1,0,class ATL::CComTypeInfoHolder>::GetIDsOfNames(struct _GUID const &,wchar_t * *,unsigned int,unsigned long,long *)" ( mailto:?GetIDsOfNames@?$IDispatchImpl@UIiDocument@i_AUTOMATION@@$1?IID_IiDocument@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z - ?GetIDsOfNames@?$IDispatchImpl@UIiDocument@i_AUTOMATION@@$1?IID_IiDocument@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z )
.\Pro\Debug/i.exe : fatal error LNK1120: 40 unresolved externals




Replies:
Posted By: Oleg
Date Posted: 19 June 2007 at 2:02am
Hello,
 
Looks like conflict of this option... May be you have another lib that still have Treate wchar_t as Builtin Type  = No ? This option must set for all used lib projects.
 
With retail verrsion you will be able to change this option, but evaluation compilled with "Yes" and it can't be changed.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: AkeT
Date Posted: 19 June 2007 at 2:18am
Thank you for your very fast response
Regards,
AkeT



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