<?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: Tips for debugging custom subassemblies in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343178#M23464</link>
    <description>I didn't know that! Thanks!&lt;BR /&gt;
&lt;BR /&gt;
Enjoy your trip!

Message was edited by: honeyman</description>
    <pubDate>Fri, 19 Sep 2008 17:06:10 GMT</pubDate>
    <dc:creator>c__h</dc:creator>
    <dc:date>2008-09-19T17:06:10Z</dc:date>
    <item>
      <title>Tips for debugging custom subassemblies</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343173#M23459</link>
      <description>I am trying to create a few new subassemblies, but I am having trouble debugging my first one.&lt;BR /&gt;
&lt;BR /&gt;
Any tips?&lt;BR /&gt;
&lt;BR /&gt;
When I try to use it, its fails, saying "Unable to execute tool"

Message was edited by: honeyman</description>
      <pubDate>Mon, 15 Sep 2008 18:09:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343173#M23459</guid>
      <dc:creator>c__h</dc:creator>
      <dc:date>2008-09-15T18:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for debugging custom subassemblies</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343174#M23460</link>
      <description>Corey,&lt;BR /&gt;
&lt;BR /&gt;
There is almost certainly a problem with your ATC file.  They are by and large the hardest part of creating a custom subassembly.  The biggest thing to watch out for is that spelling and case count.  I would comment out things like input variables while you are troubleshooting, just to get yourself down to the lowest common denominator.  I am hoping to get around to creating an xml schema that will be able to verify the atc's against for subassemblies but it hasnt made it to the top of the list yet.&lt;BR /&gt;
Nick</description>
      <pubDate>Tue, 16 Sep 2008 02:40:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343174#M23460</guid>
      <dc:creator>nzeeben</dc:creator>
      <dc:date>2008-09-16T02:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for debugging custom subassemblies</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343175#M23461</link>
      <description>Hmm, I can't seem to find any issue.&lt;BR /&gt;
&lt;BR /&gt;
It seems to be not registering properly. It imports (I am using a pkt file), but I get none of the usual options with a right-click (help etc) and the Unable to execute error when trying to use it.&lt;BR /&gt;
&lt;BR /&gt;
I have been comparing it to some other ones that work, and I can't seem to find an errors.&lt;BR /&gt;
&lt;BR /&gt;
Also, Nick, where can I get a list of these resource strings, such as used for logical names and such (oParamLong.Displayname = "8090" )</description>
      <pubDate>Tue, 16 Sep 2008 21:32:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343175#M23461</guid>
      <dc:creator>c__h</dc:creator>
      <dc:date>2008-09-16T21:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for debugging custom subassemblies</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343176#M23462</link>
      <description>Can you email me the pk tfile and I will take a look at it?&lt;BR /&gt;
&lt;BR /&gt;
As for resource strings I dont have a list but you could skip them entirely as you dont likely need to translate your code.&lt;BR /&gt;
&lt;BR /&gt;
If you want to see what they are you can use resource hacker to see the ids in the resource dll.</description>
      <pubDate>Thu, 18 Sep 2008 18:59:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343176#M23462</guid>
      <dc:creator>nzeeben</dc:creator>
      <dc:date>2008-09-18T18:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for debugging custom subassemblies</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343177#M23463</link>
      <description>Corey,&lt;BR /&gt;
&lt;BR /&gt;
I looked at the atc file you sent, it appears you changed the guid for the stocktoolref, if you do that, it will not work.  All subassemblies use the same stocktoolref GUID.  &lt;BR /&gt;
&lt;BR /&gt;
Each SA needs its own unique item ID GUID.</description>
      <pubDate>Fri, 19 Sep 2008 14:01:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343177#M23463</guid>
      <dc:creator>nzeeben</dc:creator>
      <dc:date>2008-09-19T14:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for debugging custom subassemblies</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343178#M23464</link>
      <description>I didn't know that! Thanks!&lt;BR /&gt;
&lt;BR /&gt;
Enjoy your trip!

Message was edited by: honeyman</description>
      <pubDate>Fri, 19 Sep 2008 17:06:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343178#M23464</guid>
      <dc:creator>c__h</dc:creator>
      <dc:date>2008-09-19T17:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for debugging custom subassemblies</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343179#M23465</link>
      <description>Ok, another question.&lt;BR /&gt;
&lt;BR /&gt;
I now have a long list of folders in my "Imported Subassembies" folder.&lt;BR /&gt;
&lt;BR /&gt;
Can I just delete those folders? Or do I have to unregister them too?&lt;BR /&gt;
&lt;BR /&gt;
Oh, and also having trouble with the help file. Its just a simple html but it doesn't work when launched from the palette. It says "Help operation failed"

Message was edited by: honeyman</description>
      <pubDate>Fri, 19 Sep 2008 19:59:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343179#M23465</guid>
      <dc:creator>c__h</dc:creator>
      <dc:date>2008-09-19T19:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for debugging custom subassemblies</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343180#M23466</link>
      <description>You can delete them.  &lt;BR /&gt;
&lt;BR /&gt;
Help the only formats supported are pdf or chm(compiled help menu)</description>
      <pubDate>Fri, 19 Sep 2008 20:03:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343180#M23466</guid>
      <dc:creator>nzeeben</dc:creator>
      <dc:date>2008-09-19T20:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for debugging custom subassemblies</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343181#M23467</link>
      <description>Can't get a PDF or doc to work either.&lt;BR /&gt;
&lt;BR /&gt;
Any example ATC's that don't use a chm?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for all your help.

Message was edited by: honeyman</description>
      <pubDate>Fri, 19 Sep 2008 21:25:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343181#M23467</guid>
      <dc:creator>c__h</dc:creator>
      <dc:date>2008-09-19T21:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for debugging custom subassemblies</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343182#M23468</link>
      <description>If you look at the contents of the new pkt files we released via sub center they have pdfs defined.</description>
      <pubDate>Sun, 21 Sep 2008 15:24:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343182#M23468</guid>
      <dc:creator>nzeeben</dc:creator>
      <dc:date>2008-09-21T15:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for debugging custom subassemblies</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343183#M23469</link>
      <description>The atc for all of those point to a chm file. But its ok, I got a chm file to work, so I will go with that.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for you help.&lt;BR /&gt;
&lt;BR /&gt;
I finally got this thing working.</description>
      <pubDate>Tue, 23 Sep 2008 00:04:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/tips-for-debugging-custom-subassemblies/m-p/2343183#M23469</guid>
      <dc:creator>c__h</dc:creator>
      <dc:date>2008-09-23T00:04:11Z</dc:date>
    </item>
  </channel>
</rss>

