<?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: Dwg Thumbnail and 64-bit System in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597500#M68018</link>
    <description>Am Thu, 3 Dec 2009 08:45:49 +0000 schrieb nicolas.gautier:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Thanks for your reply Herbert.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Could you tell me quickly how you set the registration of this activex when installing your software?&lt;BR /&gt;
&amp;gt; or how you reference it in your project?&lt;BR /&gt;
&lt;BR /&gt;
Nicolas,&lt;BR /&gt;
sorry it took so long to answer, I didn't check this newsgroup for a couple&lt;BR /&gt;
of days.&lt;BR /&gt;
On the client-machines, we use the regserver-flag in Innosetup for&lt;BR /&gt;
installation. AFAIK, this does nothing else than a "regsvr32 &lt;YOUROCX&gt;"&lt;BR /&gt;
internally.&lt;BR /&gt;
Registering it manually with regsvr32 works on all our computers here.&lt;BR /&gt;
&lt;BR /&gt;
We use the control from an application created with Visual Objects. We&lt;BR /&gt;
place it on a dialogbox an assign the filename of the dwg-file for showing&lt;BR /&gt;
the thumbnail.&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Herbert&lt;/YOUROCX&gt;</description>
    <pubDate>Wed, 09 Dec 2009 06:52:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-12-09T06:52:10Z</dc:date>
    <item>
      <title>Dwg Thumbnail and 64-bit System</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597497#M68015</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
i'm facing an issue while trying to use my application on a 64-bit OS.&lt;BR /&gt;
Everything works, except the Autocad component for drawing thumbnails, the DwgThumbnail.ocx activex.&lt;BR /&gt;
&lt;BR /&gt;
it returns me this error:  Class not registered (Exception de HRESULT : 0x80040154 (REGDB_E_CLASSNOTREG)).&lt;BR /&gt;
&lt;BR /&gt;
i tryed to register the activex on my XP 64-bits using both \windows\system32\regsvr32 and \windows\syswow64\regsvr32, and the command tells me it was successful.&lt;BR /&gt;
&lt;BR /&gt;
But each time i start my software, i got these issues.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Does anyone already succeed to use this component on a 64-bit OS?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
Nicolas</description>
      <pubDate>Wed, 02 Dec 2009 14:59:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597497#M68015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-02T14:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dwg Thumbnail and 64-bit System</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597498#M68016</link>
      <description>Am Wed, 2 Dec 2009 14:59:54 +0000 schrieb nicolas.gautier:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Hello,&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; i'm facing an issue while trying to use my application on a 64-bit OS.&lt;BR /&gt;
&amp;gt; Everything works, except the Autocad component for drawing thumbnails, the DwgThumbnail.ocx activex.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; it returns me this error:  Class not registered (Exception de HRESULT : 0x80040154 (REGDB_E_CLASSNOTREG)).&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; i tryed to register the activex on my XP 64-bits using both \windows\system32\regsvr32 and \windows\syswow64\regsvr32, and the command tells me it was successful.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; But each time i start my software, i got these issues.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Does anyone already succeed to use this component on a 64-bit OS?&lt;BR /&gt;
&lt;BR /&gt;
Nicolas,&lt;BR /&gt;
&lt;BR /&gt;
we deliver our app with dwgthumbnail.ocx, Version 1.9.0.0. Some clients&lt;BR /&gt;
install on 64-bit machines (also on our testing machines, we run vista64 or&lt;BR /&gt;
win7-64). I haven't heard of any problems up to now.&lt;BR /&gt;
&lt;BR /&gt;
Bye&lt;BR /&gt;
Herbert</description>
      <pubDate>Thu, 03 Dec 2009 08:23:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597498#M68016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-03T08:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dwg Thumbnail and 64-bit System</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597499#M68017</link>
      <description>Thanks for your reply Herbert.&lt;BR /&gt;
&lt;BR /&gt;
Could you tell me quickly how you set the registration of this activex when installing your software?&lt;BR /&gt;
or how you reference it in your project?</description>
      <pubDate>Thu, 03 Dec 2009 08:45:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597499#M68017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-03T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dwg Thumbnail and 64-bit System</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597500#M68018</link>
      <description>Am Thu, 3 Dec 2009 08:45:49 +0000 schrieb nicolas.gautier:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Thanks for your reply Herbert.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Could you tell me quickly how you set the registration of this activex when installing your software?&lt;BR /&gt;
&amp;gt; or how you reference it in your project?&lt;BR /&gt;
&lt;BR /&gt;
Nicolas,&lt;BR /&gt;
sorry it took so long to answer, I didn't check this newsgroup for a couple&lt;BR /&gt;
of days.&lt;BR /&gt;
On the client-machines, we use the regserver-flag in Innosetup for&lt;BR /&gt;
installation. AFAIK, this does nothing else than a "regsvr32 &lt;YOUROCX&gt;"&lt;BR /&gt;
internally.&lt;BR /&gt;
Registering it manually with regsvr32 works on all our computers here.&lt;BR /&gt;
&lt;BR /&gt;
We use the control from an application created with Visual Objects. We&lt;BR /&gt;
place it on a dialogbox an assign the filename of the dwg-file for showing&lt;BR /&gt;
the thumbnail.&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Herbert&lt;/YOUROCX&gt;</description>
      <pubDate>Wed, 09 Dec 2009 06:52:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597500#M68018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-09T06:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dwg Thumbnail and 64-bit System</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597501#M68019</link>
      <description>I'm back after several weeks without having a look at this issue.&lt;BR /&gt;
&lt;BR /&gt;
First, i want to thanks Herbert, who helped me. Thanks to you, i was sure it should work.&lt;BR /&gt;
I make a lots of several tests, and my conclusion is, that the DwgThumbnail.ocx can run on a 64-bit system, but only if ran in 32-bit compatibility mode.&lt;BR /&gt;
&lt;BR /&gt;
What make think this to me is: i tryed to create an example project in Visual Studio: only a dll with a command called Test, which open a Form with the Thumbnail component and a button to choose the file to show. I run Autocad 2009, which version is 64-bit, load my dll, and i got the message posted ubove ("Class not registered").&lt;BR /&gt;
Then, back to Visual Studio, i'm forcing my dll to run in 32-bit mode, and i got a new message: can not load the dll or one of its dependencies.&lt;BR /&gt;
&lt;BR /&gt;
Back for the last time to Visual Studio, creating a new project, the same one, but in Windows Form mode. so i create an .exe file, and i got the same message as before: "Class not registered". I changed it to run in 32-bit, and then, it finally works! so i can choose a file, and the thumbnails shows up.&lt;BR /&gt;
&lt;BR /&gt;
That's why i think i need to find a way to run Autocad 2009 in 32-bit mode, for it to be able to load a 32-bit dll. Or to but Visual Studio 64-bit and build my dll with it.&lt;BR /&gt;
&lt;BR /&gt;
Sorry for the long post, but i hope the long time i spend on this could help some others.&lt;BR /&gt;
And maybe Herbert or someone else can confirm that the Autocad version match to their DLL or whatever version.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Nicolas</description>
      <pubDate>Mon, 25 Jan 2010 15:27:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597501#M68019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-25T15:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dwg Thumbnail and 64-bit System</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597502#M68020</link>
      <description>Am Mon, 25 Jan 2010 07:27:54 -0800 schrieb nicolas.gautier:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; I'm back after several weeks without having a look at this issue.&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
Nicolas, have a look on ADN. There is a setup with 64bit utilities&lt;BR /&gt;
available, which also seems to contain the dwg-thumbnail control. I haven't&lt;BR /&gt;
tested it yet.&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Herbert</description>
      <pubDate>Tue, 26 Jan 2010 09:50:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597502#M68020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-26T09:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dwg Thumbnail and 64-bit System</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597503#M68021</link>
      <description>Thanks Herbert, but i'm not member of the ADN. Because i'm not a full time CAD developper, my company don't think this is usefull. &lt;BR /&gt;
We had the current version of ADN autocad utilities as the first version of the tool was developped by a sub contractor, who is an Autodesk developper.&lt;BR /&gt;
&lt;BR /&gt;
But now, i'm on my own. Maybe i should try to think to another solution of creating thumbnails, or forget the idea of compatibility with 64-bit.&lt;BR /&gt;
&lt;BR /&gt;
If only i was sure the 64-bit utilities version work for this, it could be a great argument to suscribe to ADN.</description>
      <pubDate>Tue, 26 Jan 2010 10:20:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597503#M68021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-26T10:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dwg Thumbnail and 64-bit System</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597504#M68022</link>
      <description>Am Tue, 26 Jan 2010 02:20:42 -0800 schrieb nicolas.gautier:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Thanks Herbert, but i'm not member of the ADN. Because i'm not a full time CAD developper, my company don't think this is usefull. &lt;BR /&gt;
&amp;gt; We had the current version of ADN autocad utilities as the first version of the tool was developped by a sub contractor, who is an Autodesk developper.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; But now, i'm on my own. Maybe i should try to think to another solution of creating thumbnails, or forget the idea of compatibility with 64-bit.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; If only i was sure the 64-bit utilities version work for this, it could be a great argument to suscribe to ADN.&lt;BR /&gt;
&lt;BR /&gt;
Nicolas,&lt;BR /&gt;
&lt;BR /&gt;
maybe I could test something for you or give you some more information.&lt;BR /&gt;
Please drop me an email to hdotputzateurogisdotde.&lt;BR /&gt;
&lt;BR /&gt;
Bye&lt;BR /&gt;
Herbert</description>
      <pubDate>Tue, 26 Jan 2010 11:06:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597504#M68022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-26T11:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dwg Thumbnail and 64-bit System</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597505#M68023</link>
      <description>Hey Herbert, what do you mean a 64bit Utility?  I'm an ADN member, where do I find the download for this?  Is it the SDK?

Edited by: Enclos_Corp on Feb 8, 2010 12:53 PM</description>
      <pubDate>Mon, 08 Feb 2010 20:47:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597505#M68023</guid>
      <dc:creator>jgeiser</dc:creator>
      <dc:date>2010-02-08T20:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dwg Thumbnail and 64-bit System</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597506#M68024</link>
      <description>Am Mon, 8 Feb 2010 12:53:27 -0800 schrieb Enclos_Corp:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Hey Herbert, what do you mean a 64bit Utility?  I'm an ADN member, where do I find the download for this?  Is it the SDK?&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Edited by: Enclos_Corp on Feb 8, 2010 12:53 PM&lt;BR /&gt;
&lt;BR /&gt;
Make a search for "ADN AutoCAD Utilities" on the adn-website.&lt;BR /&gt;
HTH&lt;BR /&gt;
Herbert</description>
      <pubDate>Tue, 09 Feb 2010 06:22:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwg-thumbnail-and-64-bit-system/m-p/2597506#M68024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-09T06:22:59Z</dc:date>
    </item>
  </channel>
</rss>

