<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to write Managed C++ proxy class correctly in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-write-managed-c-proxy-class-correctly/m-p/171095#M4423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I can't. Could you guide me step be step to include comdef.h in project?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is&amp;nbsp;&lt;SPAN&gt;comdef.h file locate?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2018 13:14:31 GMT</pubDate>
    <dc:creator>NattawutWiginiyatanee1</dc:creator>
    <dc:date>2018-08-03T13:14:31Z</dc:date>
    <item>
      <title>How to write Managed C++ proxy class correctly</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-write-managed-c-proxy-class-correctly/m-p/171092#M4420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've look at this document&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#26b7a578-7854-4ff9-b96c-948eded73626.htm" title="https://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#26b7a578-7854-4ff9-b96c-948eded73626.htm"&gt;https://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#26b7a578-7854-4ff9-b96c-948eded73626.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About performance .Net and Managed C++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is writing Managed C++ proxy class to improve the performance of my desktop app which use ArcObject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've successfully created a test project (visual c++, CRL class project) and reference ESRI dll.&lt;/P&gt;&lt;P&gt;And able to use ArcOcject interfaces and classes. But what I noticed is that I can't use IPointPtr which presents in the example in the document above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can use IFeatureWorksapce but not IFeatureWorkspacePtr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think what I'm doing now is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please guide me what to do to able to use&amp;nbsp;&lt;SPAN&gt;IFeatureWorkspacePtr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 13:29:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-write-managed-c-proxy-class-correctly/m-p/171092#M4420</guid>
      <dc:creator>NattawutWiginiyatanee1</dc:creator>
      <dc:date>2017-09-21T13:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to write Managed C++ proxy class correctly</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-write-managed-c-proxy-class-correctly/m-p/171093#M4421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still waiting for someone who can answer this question...&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 02:13:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-write-managed-c-proxy-class-correctly/m-p/171093#M4421</guid>
      <dc:creator>NattawutWiginiyatanee1</dc:creator>
      <dc:date>2018-06-25T02:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to write Managed C++ proxy class correctly</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-write-managed-c-proxy-class-correctly/m-p/171094#M4422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nattawut,&lt;/P&gt;&lt;P&gt;Can you use IUnknownPtr in your application? If no, check is comdef.h is included in your project&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 11:14:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-write-managed-c-proxy-class-correctly/m-p/171094#M4422</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2018-07-03T11:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to write Managed C++ proxy class correctly</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-write-managed-c-proxy-class-correctly/m-p/171095#M4423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I can't. Could you guide me step be step to include comdef.h in project?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is&amp;nbsp;&lt;SPAN&gt;comdef.h file locate?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 13:14:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-write-managed-c-proxy-class-correctly/m-p/171095#M4423</guid>
      <dc:creator>NattawutWiginiyatanee1</dc:creator>
      <dc:date>2018-08-03T13:14:31Z</dc:date>
    </item>
  </channel>
</rss>

