<?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: Installing AutoCAD Map 3D 2016 32-bit on a machine 64-bits in AutoCAD Map 3D Developer Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/installing-autocad-map-3d-2016-32-bit-on-a-machine-64-bits/m-p/6204099#M1227</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob ist right, Autodesk only support AutoCAD x64 on a MS Windows x64 system. If you want use your program only inhouse vmware with 32 bit is surely a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To your main problem - you use oracle objects for ole but oracle self says that "Oracle Objects for OLE is &lt;SPAN&gt;not&lt;/SPAN&gt; supported on Windows x64 operating systems." The library you try to use is only 32bit and thats the reason for the incompatibilty of the library with your 64bit program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See&amp;nbsp;the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.oracle.com/cd/E11882_01/win.112/e17727/intro.htm#OOFOL118" target="_blank"&gt;https://docs.oracle.com/cd/E11882_01/win.112/e17727/intro.htm#OOFOL118&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to change your software architecture to use ASP for example. There you will find support for both 32bit and 64bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2016 08:12:52 GMT</pubDate>
    <dc:creator>scheel</dc:creator>
    <dc:date>2016-03-08T08:12:52Z</dc:date>
    <item>
      <title>Installing AutoCAD Map 3D 2016 32-bit on a machine 64-bits</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/installing-autocad-map-3d-2016-32-bit-on-a-machine-64-bits/m-p/6202601#M1224</link>
      <description>&lt;P&gt;Good morning to all. We have a custom application for AutoCAD Map 3D 2007 32 bits that have to migrate to AutoCAD Map 3D 2016. The customization is done in C ++.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We managed to make the compilation in 32 bits, but the 64-bit compilation gives us an incompatibility when using the &lt;STRONG&gt;Oraclm32.lib&lt;/STRONG&gt; library.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We have thought of installing AutoCAD Map 3D 2016 32-bit on a machine 64-bits whit Windows 8.1. This is possible?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;That solution may use.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sorry for my English.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 15:32:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/installing-autocad-map-3d-2016-32-bit-on-a-machine-64-bits/m-p/6202601#M1224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-07T15:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Installing AutoCAD Map 3D 2016 32-bit on a machine 64-bits</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/installing-autocad-map-3d-2016-32-bit-on-a-machine-64-bits/m-p/6202824#M1225</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my prefered method would be to install VirutalBox or VmWare with a 32bit OS and install Map 3D into the virtual system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An alternative (without any guarantee) could be to use the Longbow Converter (&lt;A href="http://www.longbowsoftware.com/Help.php" target="_self"&gt;&amp;gt;&amp;gt;&amp;gt;click&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;), it can run the AutoCAD 32bit installer on 64bit OS, but if that is working with Map3D and then additionally with your C++ based application, I can't say yes or no to that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck, - alfred -&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 16:54:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/installing-autocad-map-3d-2016-32-bit-on-a-machine-64-bits/m-p/6202824#M1225</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2016-03-07T16:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Installing AutoCAD Map 3D 2016 32-bit on a machine 64-bits</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/installing-autocad-map-3d-2016-32-bit-on-a-machine-64-bits/m-p/6204003#M1226</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Autodesk doesn't want you to install the 32bit version on a 64bit OS. Hence they have programmed their installers to prevent this.&lt;/P&gt;&lt;P&gt;So, officially it is not possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 07:09:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/installing-autocad-map-3d-2016-32-bit-on-a-machine-64-bits/m-p/6204003#M1226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-08T07:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Installing AutoCAD Map 3D 2016 32-bit on a machine 64-bits</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/installing-autocad-map-3d-2016-32-bit-on-a-machine-64-bits/m-p/6204099#M1227</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob ist right, Autodesk only support AutoCAD x64 on a MS Windows x64 system. If you want use your program only inhouse vmware with 32 bit is surely a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To your main problem - you use oracle objects for ole but oracle self says that "Oracle Objects for OLE is &lt;SPAN&gt;not&lt;/SPAN&gt; supported on Windows x64 operating systems." The library you try to use is only 32bit and thats the reason for the incompatibilty of the library with your 64bit program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See&amp;nbsp;the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.oracle.com/cd/E11882_01/win.112/e17727/intro.htm#OOFOL118" target="_blank"&gt;https://docs.oracle.com/cd/E11882_01/win.112/e17727/intro.htm#OOFOL118&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to change your software architecture to use ASP for example. There you will find support for both 32bit and 64bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 08:12:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/installing-autocad-map-3d-2016-32-bit-on-a-machine-64-bits/m-p/6204099#M1227</guid>
      <dc:creator>scheel</dc:creator>
      <dc:date>2016-03-08T08:12:52Z</dc:date>
    </item>
  </channel>
</rss>

