<?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: Success/Error returned from ESRIRegAsm in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/success-error-returned-from-esriregasm/m-p/127892#M3354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I did.&amp;nbsp; I documented my findings in Word and put them out on ArcGIS.com for everyone to download.&amp;nbsp; Do a search for Delphi at that ArcGIS.com and you'll see something about ArcObjects and Delphi XE2.&amp;nbsp; Download that, open it, and you'll find that RegAsm is part of that document, even though the document is, at large, unfinished.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2013 17:22:11 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-01-22T17:22:11Z</dc:date>
    <item>
      <title>Success/Error returned from ESRIRegAsm</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/success-error-returned-from-esriregasm/m-p/127889#M3351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I still develop my custom Arc tools using Delphi 2007.&amp;nbsp; Recent versions of Delphi cannot seem to handle COM so well.&amp;nbsp; I have a custom preview pane for ArcCatalog so that the user can preview the contents of text files, using their settings from Notepad.&amp;nbsp; Although I can successfully use categories.exe to register the object in the Gx Preview category, I can't see where the change is being made in the registry.&amp;nbsp; I read that the registry is not used for categories, so what is categories.exe doing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I *un*register the class using categories.exe, and instead use ESRIRegAsm with the /e switch, here is what I get:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;**********************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRIRegAsm::Register&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Command line: "C:\Users\&amp;lt;username&amp;gt;\Documents\RAD Studio\5.0\Projects\GxTextPreview\GxTextPreview.dll" /p:Desktop /e&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Registry Capture On.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Registering native library...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Registry Capture Off.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Processing Registry Entries...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; No categories to register.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Operation Succeeded&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;**********************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Press Enter to continue...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The class I made does not become a preview tab and no additional file is generated in the CATID folder or the folder of the dll.&amp;nbsp; Notice the "No categories to register" error, yet the "Operation succeeded" message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I make my custom object window a successful preview tab for text files?&amp;nbsp; It's worked before!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you need any additional info to help solve my problem.&amp;nbsp; Thanks, community!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 21:52:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/success-error-returned-from-esriregasm/m-p/127889#M3351</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-10-25T21:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Success/Error returned from ESRIRegAsm</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/success-error-returned-from-esriregasm/m-p/127890#M3352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever got a solution for your problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 08:03:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/success-error-returned-from-esriregasm/m-p/127890#M3352</guid>
      <dc:creator>StefanOffermann</dc:creator>
      <dc:date>2013-01-21T08:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Success/Error returned from ESRIRegAsm</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/success-error-returned-from-esriregasm/m-p/127891#M3353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe that the way that ESRIRegAsm works is to call the COM registration logic in your component.&amp;nbsp; If Dephi does this and you modified the logic to register the component categories then it should work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If, for whatever reason, you can't get this to work then you can simply make up the ecfg files by hand.&amp;nbsp; This is exactly what we do for VB6 DLLs because they don't do category registration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ecfg files are simply renamed zip files.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 11:08:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/success-error-returned-from-esriregasm/m-p/127891#M3353</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-01-21T11:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Success/Error returned from ESRIRegAsm</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/success-error-returned-from-esriregasm/m-p/127892#M3354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I did.&amp;nbsp; I documented my findings in Word and put them out on ArcGIS.com for everyone to download.&amp;nbsp; Do a search for Delphi at that ArcGIS.com and you'll see something about ArcObjects and Delphi XE2.&amp;nbsp; Download that, open it, and you'll find that RegAsm is part of that document, even though the document is, at large, unfinished.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 17:22:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/success-error-returned-from-esriregasm/m-p/127892#M3354</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-01-22T17:22:11Z</dc:date>
    </item>
  </channel>
</rss>

