<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : linker error CXtpAccessible</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : linker error CXtpAccessible]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 05:26:35 +0000</pubDate>
  <lastBuildDate>Tue, 19 Jun 2007 02:18:52 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=7403</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[linker error CXtpAccessible : Thank you for your very fast response Regards, AkeT...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7403&amp;PID=23789&amp;title=linker-error-cxtpaccessible#23789</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3086">AkeT</a><br /><strong>Subject:</strong> 7403<br /><strong>Posted:</strong> 19 June 2007 at 2:18am<br /><br />Thank you for your very fast response<DIV>Regards,</DIV><DIV>AkeT</DIV>]]>
   </description>
   <pubDate>Tue, 19 Jun 2007 02:18:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7403&amp;PID=23789&amp;title=linker-error-cxtpaccessible#23789</guid>
  </item> 
  <item>
   <title><![CDATA[linker error CXtpAccessible : Hello,  Looks like conflict...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7403&amp;PID=23788&amp;title=linker-error-cxtpaccessible#23788</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7403<br /><strong>Posted:</strong> 19 June 2007 at 2:02am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Looks like conflict of this option... May be you have another lib that still have Treate wchar_t as Builtin Type&nbsp; = No ? This option must set for all used lib projects.</DIV><DIV>&nbsp;</DIV><DIV>With retail verrsion you will be able to change this option, but evaluation compilled with "Yes" and it can't be changed.</DIV>]]>
   </description>
   <pubDate>Tue, 19 Jun 2007 02:02:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7403&amp;PID=23788&amp;title=linker-error-cxtpaccessible#23788</guid>
  </item> 
  <item>
   <title><![CDATA[linker error CXtpAccessible : -I use EXtream toolkit pro2007...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7403&amp;PID=23787&amp;title=linker-error-cxtpaccessible#23787</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3086">AkeT</a><br /><strong>Subject:</strong> 7403<br /><strong>Posted:</strong> 19 June 2007 at 1:53am<br /><br /><P>-I use EXtream toolkit pro2007 evaluation version&nbsp; 11.1.3 for vs2003<BR>I try to integrate "PropertyGrid" to the application by <BR>&nbsp; #include &lt;XTToolkitPro.h&gt;&nbsp;&nbsp; // Codejock Software Components at stdafx.h<BR>I 've got the error shown below. Then I search some topic in this forum and change <BR>&nbsp;Properties-&gt;c/c++&gt;Language-&gt;Treate wchar_t as Builtin Type =yes<BR>the error is gone but I think these effect to the other source code of the my application <BR>then I 've got another error</P><P>Acctually I want to use only "property grid". Would you please give me the solution<BR>or the way to solve this problem?The application we need to modify is so huge. Can we have<BR>the way to include it only the portion we want. I want to place property grid on Dialog Bar.<BR>Now I can see it on DialogBar already if I don't use AddChildItem . But when I use <BR>AddChildItem ,I will get the linker error as I told you above</P><P>&nbsp;m_wndPropertyGrid.Create(CRect(10,40,rect.Width()-10,rect.Height()-80), this, 0);<BR>&nbsp;m_wndPropertyGrid.SetOwner(GetTopLevelFrame());<BR>&nbsp;HTREEITEM hItemCategory = m_wndProperties.InsertItem(_T("Common Properties"), I_IMAGECALLBACK , I_IMAGECALLBACK );<BR>&nbsp;CXTPPropertyGridItem* pCategoryApplication = m_wndPropertyGrid.AddCategory(_T("Application"));<BR>&nbsp;HTREEITEM hItem = m_wndProperties.InsertItem(_T("General"), I_IMAGECALLBACK, I_IMAGECALLBACK, hItemCategory);<BR>&nbsp;CString m_strAssemblyName = _T("WindowsApplication1");<BR>&nbsp;CString m_strOutputType = _T("Windows Application");<BR>&nbsp;CString m_strDefaultNamespace = _T("WindowsApplication1");</P><P>----------&gt;&nbsp;pCategoryApplication-&gt;AddChildItem(new CXTPPropertyGridItem(_T("Assembly Name"), m_strAssemblyName, &amp;m_strAssemblyName));</P><P><BR>ERROR BEFORE changing properties<BR>PropertyDialog.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::PutAccessibleValue(struct tagVARIANT,unsigned short *)" (<a href="mailto:?PutAccessibleValue@CXTPAccessible@@UAEJUtagVARIANT@@PAG@Z" target="_blank">?PutAccessibleValue@CXTPAccessible@@UAEJUtagVARIANT@@PAG@Z</A>)<BR>PropertyDialog.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::PutAccessibleName(struct tagVARIANT,unsigned short *)" (<a href="mailto:?PutAccessibleName@CXTPAccessible@@UAEJUtagVARIANT@@PAG@Z" target="_blank">?PutAccessibleName@CXTPAccessible@@UAEJUtagVARIANT@@PAG@Z</A>)<BR>PropertyDialog.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::GetAccessibleDefaultAction(struct tagVARIANT,unsigned short * *)" (<a href="mailto:?GetAccessibleDefaultActi&#111;n@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@Z" target="_blank">?GetAccessibleDefaultAction@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@Z</A>)<BR>PropertyDialog.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::GetAccessibleKeyboardShortcut(struct tagVARIANT,unsigned short * *)" (<a href="mailto:?GetAccessibleKeyboardShortcut@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@Z" target="_blank">?GetAccessibleKeyboardShortcut@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@Z</A>)<BR>PropertyDialog.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::GetAccessibleHelpTopic(unsigned short * *,struct tagVARIANT,long *)" (<a href="mailto:?GetAccessibleHelpTopic@CXTPAccessible@@UAEJPAPAGUtagVARIANT@@PAJ@Z" target="_blank">?GetAccessibleHelpTopic@CXTPAccessible@@UAEJPAPAGUtagVARIANT@@PAJ@Z</A>)<BR>PropertyDialog.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CXTPAccessible::GetAccessibleHelp(struct tagVARIANT,unsigned short * *)" (<a href="mailto:?GetAccessibleHelp@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@Z" target="_blank">?GetAccessibleHelp@CXTPAccessible@@UAEJUtagVARIANT@@PAPAG@Z</A>)<BR>PropertyDialog.obj : error LNK2001: unresolved external symbol "protected: virtual long __thiscall CXTPPropertyGridItem::GetAccessibleDescription(struct tagVARIANT,unsigned short * *)" (<a href="mailto:?GetAccessibleDe&#115;cripti&#111;n@CXTPPropertyGridItem@@MAEJUtagVARIANT@@PAPAG@Z" target="_blank">?GetAccessibleDescription@CXTPPropertyGridItem@@MAEJUtagVARIANT@@PAPAG@Z</A>)<BR>PropertyDialog.obj : error LNK2001: unresolved external symbol "protected: virtual long __thiscall CXTPPropertyGridItem::GetAccessibleValue(struct tagVARIANT,unsigned short * *)" (<a href="mailto:?GetAccessibleValue@CXTPPropertyGridItem@@MAEJUtagVARIANT@@PAPAG@Z" target="_blank">?GetAccessibleValue@CXTPPropertyGridItem@@MAEJUtagVARIANT@@PAPAG@Z</A>)<BR>PropertyDialog.obj : error LNK2001: unresolved external symbol "protected: virtual long __thiscall CXTPPropertyGridItem::GetAccessibleName(struct tagVARIANT,unsigned short * *)" (<a href="mailto:?GetAccessibleName@CXTPPropertyGridItem@@MAEJUtagVARIANT@@PAPAG@Z" target="_blank">?GetAccessibleName@CXTPPropertyGridItem@@MAEJUtagVARIANT@@PAPAG@Z</A>)<BR>.\Pro\Debug/i.exe : fatal error LNK1120: 9 unresolved externals</P><P>AFTER changing properties&gt;&gt; Treate wchar_t as Builtin Type =yes<BR>Linking...<BR>&nbsp;&nbsp; Creating library .\Pro\Debug/i.lib and object .\Pro\Debug/i.exp<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall ATL::IDispatchImpl&lt;struct i_AUTOMATION::IiPoint,&amp;struct _GUID const i_AUTOMATION::IID_IiPoint,&amp;struct _GUID const i_AUTOMATION::LIBID_Intelli,1,0,class ATL::CComTypeInfoHolder&gt;::GetIDsOfNames(struct _GUID const &amp;,wchar_t * *,unsigned int,unsigned long,long *)" (<a href="mailto:?GetIDsOfNames@?$IDispatchImpl@UIiPoint@i_AUTOMATI&#079;N@@$1?IID_IiPoint@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z" target="_blank">?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</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall ATL::IDispatchImpl&lt;struct i_AUTOMATION::IiPoints,&amp;struct _GUID const i_AUTOMATION::IID_IiPoints,&amp;struct _GUID const i_AUTOMATION::LIBID_Intelli,1,0,class ATL::CComTypeInfoHolder&gt;::GetIDsOfNames(struct _GUID const &amp;,wchar_t * *,unsigned int,unsigned long,long *)" (<a href="mailto:?GetIDsOfNames@?$IDispatchImpl@UIiPoints@i_AUTOMATI&#079;N@@$1?IID_IiPoints@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z" target="_blank">?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</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall ATL::IDispatchImpl&lt;struct i_AUTOMATION::IiVector,&amp;struct _GUID const i_AUTOMATION::IID_IiVector,&amp;struct _GUID const i_AUTOMATION::LIBID_Intelli,1,0,class ATL::CComTypeInfoHolder&gt;::GetIDsOfNames(struct _GUID const &amp;,wchar_t * *,unsigned int,unsigned long,long *)" (<a href="mailto:?GetIDsOfNames@?$IDispatchImpl@UIiVector@i_AUTOMATI&#079;N@@$1?IID_IiVector@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z" target="_blank">?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</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall ATL::IDispatchImpl&lt;struct i_AUTOMATION::IiMatrix,&amp;struct _GUID const i_AUTOMATION::IID_IiMatrix,&amp;struct _GUID const i_AUTOMATION::LIBID_Intelli,1,0,class ATL::CComTypeInfoHolder&gt;::GetIDsOfNames(struct _GUID const &amp;,wchar_t * *,unsigned int,unsigned long,long *)" (<a href="mailto:?GetIDsOfNames@?$IDispatchImpl@UIiMatrix@i_AUTOMATI&#079;N@@$1?IID_IiMatrix@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z" target="_blank">?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</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::IsFunctionLoaded(wchar_t *,short *)" (<a href="mailto:?IsFuncti&#111;nLoaded@CAutoApp@@UAGJPA_WPAF@Z" target="_blank">?IsFunctionLoaded@CAutoApp@@UAGJPA_WPAF@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::GetInterfaceObject(wchar_t *,struct IDispatch * *)" (<a href="mailto:?GetInterface&#079;bject@CAutoApp@@UAGJPA_WPAPAUIDispatch@@@Z" target="_blank">?GetInterfaceObject@CAutoApp@@UAGJPA_WPAPAUIDispatch@@@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::RunScript(wchar_t *)" (<a href="mailto:?Run&#083;cript@CAutoApp@@UAGJPA_W@Z" target="_blank">?RunScript@CAutoApp@@UAGJPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::RunCommand(wchar_t *)" (<a href="mailto:?RunCommand@CAutoApp@@UAGJPA_W@Z" target="_blank">?RunCommand@CAutoApp@@UAGJPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::LoadLISP(wchar_t *)" (<a href="mailto:?LoadLISP@CAutoApp@@UAGJPA_W@Z" target="_blank">?LoadLISP@CAutoApp@@UAGJPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::UnloadSDS(wchar_t *)" (<a href="mailto:?UnloadSDS@CAutoApp@@UAGJPA_W@Z" target="_blank">?UnloadSDS@CAutoApp@@UAGJPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::LoadSDS(wchar_t *)" (<a href="mailto:?LoadSDS@CAutoApp@@UAGJPA_W@Z" target="_blank">?LoadSDS@CAutoApp@@UAGJPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::Help(wchar_t *,wchar_t *,long)" (<a href="mailto:?Help@CAutoApp@@UAGJPA_W0J@Z" target="_blank">?Help@CAutoApp@@UAGJPA_W0J@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::UndefineFunction(wchar_t *)" (<a href="mailto:?UndefineFuncti&#111;n@CAutoApp@@UAGJPA_W@Z" target="_blank">?UndefineFunction@CAutoApp@@UAGJPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::DefineFunction(wchar_t *,struct tagVARIANT)" (<a href="mailto:?DefineFuncti&#111;n@CAutoApp@@UAGJPA_WUtagVARIANT@@@Z" target="_blank">?DefineFunction@CAutoApp@@UAGJPA_WUtagVARIANT@@@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_Version(wchar_t * *)" (<a href="mailto:?get_Versi&#111;n@CAutoApp@@UAGJPAPA_W@Z" target="_blank">?get_Version@CAutoApp@@UAGJPAPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::put_StatusBar(wchar_t *)" (<a href="mailto:?put_StatusBar@CAutoApp@@UAGJPA_W@Z" target="_blank">?put_StatusBar@CAutoApp@@UAGJPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_StatusBar(wchar_t * *)" (<a href="mailto:?get_StatusBar@CAutoApp@@UAGJPAPA_W@Z" target="_blank">?get_StatusBar@CAutoApp@@UAGJPAPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_Path(wchar_t * *)" (<a href="mailto:?get_Path@CAutoApp@@UAGJPAPA_W@Z" target="_blank">?get_Path@CAutoApp@@UAGJPAPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_Name(wchar_t * *)" (<a href="mailto:?get_Name@CAutoApp@@UAGJPAPA_W@Z" target="_blank">?get_Name@CAutoApp@@UAGJPAPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_FullName(wchar_t * *)" (<a href="mailto:?get_FullName@CAutoApp@@UAGJPAPA_W@Z" target="_blank">?get_FullName@CAutoApp@@UAGJPAPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::put_DefaultFilePath(wchar_t *)" (<a href="mailto:?put_DefaultFilePath@CAutoApp@@UAGJPA_W@Z" target="_blank">?put_DefaultFilePath@CAutoApp@@UAGJPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_DefaultFilePath(wchar_t * *)" (<a href="mailto:?get_DefaultFilePath@CAutoApp@@UAGJPAPA_W@Z" target="_blank">?get_DefaultFilePath@CAutoApp@@UAGJPAPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoApp::get_Caption(wchar_t * *)" (<a href="mailto:?get_Capti&#111;n@CAutoApp@@UAGJPAPA_W@Z" target="_blank">?get_Caption@CAutoApp@@UAGJPAPA_W@Z</A>)<BR>IApp.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall ATL::IDispatchImpl&lt;struct i_AUTOMATION::IiApplication,&amp;struct _GUID const i_AUTOMATION::IID_IiApplication,&amp;struct _GUID const i_AUTOMATION::LIBID_Intelli,1,0,class ATL::CComTypeInfoHolder&gt;::GetIDsOfNames(struct _GUID const &amp;,wchar_t * *,unsigned int,unsigned long,long *)" (<a href="mailto:?GetIDsOfNames@?$IDispatchImpl@UIiApplicati&#111;n@i_AUTOMATI&#079;N@@$1?IID_IiApplicati&#111;n@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z" target="_blank">?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</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::LoadShapeFile(wchar_t *)" (<a href="mailto:?LoadShapeFile@CAutoDoc@@UAGJPA_W@Z" target="_blank">?LoadShapeFile@CAutoDoc@@UAGJPA_W@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::HandleToObject(wchar_t *,struct IDispatch * *)" (<a href="mailto:?HandleTo&#079;bject@CAutoDoc@@UAGJPA_WPAPAUIDispatch@@@Z" target="_blank">?HandleToObject@CAutoDoc@@UAGJPA_WPAPAUIDispatch@@@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::EvaluateLispExpression(wchar_t *,struct tagVARIANT *)" (<a href="mailto:?EvaluateLispExpressi&#111;n@CAutoDoc@@UAGJPA_WPAUtagVARIANT@@@Z" target="_blank">?EvaluateLispExpression@CAutoDoc@@UAGJPA_WPAUtagVARIANT@@@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::SetLispVariable(wchar_t *,struct tagVARIANT)" (<a href="mailto:?SetLispVariable@CAutoDoc@@UAGJPA_WUtagVARIANT@@@Z" target="_blank">?SetLispVariable@CAutoDoc@@UAGJPA_WUtagVARIANT@@@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::GetLispVariable(wchar_t *,struct tagVARIANT *)" (<a href="mailto:?GetLispVariable@CAutoDoc@@UAGJPA_WPAUtagVARIANT@@@Z" target="_blank">?GetLispVariable@CAutoDoc@@UAGJPA_WPAUtagVARIANT@@@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::SetVariable(wchar_t *,struct tagVARIANT)" (<a href="mailto:?SetVariable@CAutoDoc@@UAGJPA_WUtagVARIANT@@@Z" target="_blank">?SetVariable@CAutoDoc@@UAGJPA_WUtagVARIANT@@@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::GetVariable(wchar_t *,struct tagVARIANT *)" (<a href="mailto:?GetVariable@CAutoDoc@@UAGJPA_WPAUtagVARIANT@@@Z" target="_blank">?GetVariable@CAutoDoc@@UAGJPA_WPAUtagVARIANT@@@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::WBlock(wchar_t *,struct i_AUTOMATION::IiSelectionSet *,struct i_AUTOMATION::IiPoint *)" (<a href="mailto:?WBlock@CAutoDoc@@UAGJPA_WPAUIiSelecti&#111;nSet@i_AUTOMATI&#079;N@@PAUIiPoint@3@@Z" target="_blank">?WBlock@CAutoDoc@@UAGJPA_WPAUIiSelectionSet@i_AUTOMATION@@PAUIiPoint@3@@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::SaveAs(wchar_t *,enum i_AUTOMATION::FileVersions)" (<a href="mailto:?SaveAs@CAutoDoc@@UAGJPA_WW4FileVersi&#111;ns@i_AUTOMATI&#079;N@@@Z" target="_blank">?SaveAs@CAutoDoc@@UAGJPA_WW4FileVersions@i_AUTOMATION@@@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::Import(wchar_t *,struct i_AUTOMATION::IiPoint *,double)" (<a href="mailto:?Import@CAutoDoc@@UAGJPA_WPAUIiPoint@i_AUTOMATI&#079;N@@N@Z" target="_blank">?Import@CAutoDoc@@UAGJPA_WPAUIiPoint@i_AUTOMATION@@N@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::Export(wchar_t *,wchar_t *,struct i_AUTOMATION::IiSelectionSet *)" (<a href="mailto:?Export@CAutoDoc@@UAGJPA_W0PAUIiSelecti&#111;nSet@i_AUTOMATI&#079;N@@@Z" target="_blank">?Export@CAutoDoc@@UAGJPA_W0PAUIiSelectionSet@i_AUTOMATION@@@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::Close(short,wchar_t *)" (<a href="mailto:?Close@CAutoDoc@@UAGJFPA_W@Z" target="_blank">?Close@CAutoDoc@@UAGJFPA_W@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::get_Path(wchar_t * *)" (<a href="mailto:?get_Path@CAutoDoc@@UAGJPAPA_W@Z" target="_blank">?get_Path@CAutoDoc@@UAGJPAPA_W@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::get_Name(wchar_t * *)" (<a href="mailto:?get_Name@CAutoDoc@@UAGJPAPA_W@Z" target="_blank">?get_Name@CAutoDoc@@UAGJPAPA_W@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CAutoDoc::get_FullName(wchar_t * *)" (<a href="mailto:?get_FullName@CAutoDoc@@UAGJPAPA_W@Z" target="_blank">?get_FullName@CAutoDoc@@UAGJPAPA_W@Z</A>)<BR>IDoc.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall ATL::IDispatchImpl&lt;struct i_AUTOMATION::IiDocument,&amp;struct _GUID const i_AUTOMATION::IID_IiDocument,&amp;struct _GUID const i_AUTOMATION::LIBID_Intelli,1,0,class ATL::CComTypeInfoHolder&gt;::GetIDsOfNames(struct _GUID const &amp;,wchar_t * *,unsigned int,unsigned long,long *)" (<a href="mailto:?GetIDsOfNames@?$IDispatchImpl@UIi&#068;ocument@i_AUTOMATI&#079;N@@$1?IID_Ii&#068;ocument@2@3U_GUID@@B$1?LIBID_Intelli@2@3U4@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@UAGJABU_GUID@@PAPA_WIKPAJ@Z" target="_blank">?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</A>)<BR>.\Pro\Debug/i.exe : fatal error LNK1120: 40 unresolved externals<BR></P>]]>
   </description>
   <pubDate>Tue, 19 Jun 2007 01:53:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7403&amp;PID=23787&amp;title=linker-error-cxtpaccessible#23787</guid>
  </item> 
 </channel>
</rss>