<?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 run OPM sample from Kean's blog? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/3905591#M63746</link>
    <description>Hi Graham,&lt;BR /&gt;&lt;BR /&gt;There are various types of Overrules, some do indeed work well with object properties.&lt;BR /&gt;&lt;BR /&gt;I can send you a version that's been ported to 2013 x64 - send me an email and I'll attach it to my response.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Kean</description>
    <pubDate>Fri, 03 May 2013 16:38:38 GMT</pubDate>
    <dc:creator>kean_walmsley</dc:creator>
    <dc:date>2013-05-03T16:38:38Z</dc:date>
    <item>
      <title>How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2779460#M63735</link>
      <description>&lt;P&gt;has anyone tried to get the following sample to run from c# express?&lt;/P&gt;&lt;P class="entry"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;re: Modifying an AutoCAD object’s state via a dynamic property defined using .NET&lt;/P&gt;&lt;P class="entry"&gt;URL:&lt;/P&gt;&lt;P class="entry"&gt;&lt;A href="http://through-the-interface.typepad.com/through_the_interface/2009/05/modifying-an-autocad-objects-state-via-a-dynamic-property-defined-in-net.html" target="_blank" rel="nofollow"&gt;http://through-the-interface.typepad.com/through_the_interface/2009/05/modifying-an-autocad-objects-state-via-a-dynamic-property-defined-in-net.html&lt;/A&gt;&lt;/P&gt;&lt;P class="entry"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="entry"&gt;This post has link to sample project for accessing property pallet, but I can't figure out how to make it work.&amp;nbsp; There is a mixture of c++ and c# and I can't find what modules I have to save to acad's folder (per kean's instructions) and what reference to use to replace the one that doesn't load when I try to run the sample project he supplied.&lt;/P&gt;&lt;P class="entry"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="entry"&gt;When I run the csproj file in the downloaded sample project a reference comes up "missing"&lt;/P&gt;&lt;P class="entry"&gt;Warning&amp;nbsp;1&amp;nbsp;The referenced component 'OPMNetExt' could not be found.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P class="entry"&gt;There is no OPMNetExt.dll in the downloaded sample, there is an OPMNetExtSample.dll and I placed that in the acad folder as he directed but that isn't the right one.&lt;/P&gt;&lt;P class="entry"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="entry"&gt;I also get the error:&lt;/P&gt;&lt;P class="entry"&gt;Error&amp;nbsp;2&amp;nbsp;The type or namespace name 'OPM' does not exist in the namespace 'Autodesk.AutoCAD.Windows' (are you missing an assembly reference?)&amp;nbsp;&lt;/P&gt;&lt;P class="entry"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="entry"&gt;and the error:&lt;/P&gt;&lt;P class="entry"&gt;Error&amp;nbsp;3&amp;nbsp;The type or namespace name 'IDynamicProperty2' could not be found (are you missing a using directive or an assembly reference?)&lt;/P&gt;&lt;P class="entry"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2010 02:59:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2779460#M63735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-24T02:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2779878#M63736</link>
      <description>&lt;P&gt;You should be able to pick up the compiled C++ module (asdkOPMNetExt.dll) from the win32-bin folder of the appropriate ZIP file (depending on your AutoCAD version). I don't have a 64-bit version, unfortunately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kean&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2010 15:22:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2779878#M63736</guid>
      <dc:creator>kean_walmsley</dc:creator>
      <dc:date>2010-09-24T15:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2780444#M63737</link>
      <description>&lt;P&gt;I did copy that to the acad folder and set a reference to it.&amp;nbsp; However the reference is asdkOPMNetExt, leaving still a OPMNetExt reference in the project as missing....Maybe this has something to do with me being on express version 2008?&lt;/P&gt;&lt;P&gt;fwiw I'm trying the 2009 version first, though I could try both.&lt;/P&gt;&lt;P&gt;where is OPMNetExt object that needs referenced?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm double clicking OPMNetSample.csproj to start the sample project, is that what I should be doing?&lt;/P&gt;&lt;P&gt;(it ran through the upgrade process and I replaced the references to acdbmgd and acmgd with my local versions in C:\ObjectARX 2010\inc-win32&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the warning i get now is: Warning&amp;nbsp;1&amp;nbsp;The referenced component 'OPMNetExt' could not be found.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;when I try to load OpmNetExt I get the error dialog:&lt;/P&gt;&lt;P&gt;"Path to OPMNetExt.vcproj" cannot be opened because its project type(.vcproj) is not supported by this version of the application.&amp;nbsp; To open it, please use a version that supports this type of project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm lost, sorry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2010 02:55:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2780444#M63737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-25T02:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2781000#M63738</link>
      <description>&lt;P&gt;OPMNetExt is the logical name the project uses for the asdkOPMNetExt.dll assembly. The project loads just fine for me in Visual Studio 2008 (I haven't tried Express, but I would not expect it to behave differently).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried removing the OPMNetExt reference and re-adding it&amp;nbsp;(by browsing to asdkOPMNetExt.dll)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kean&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2010 12:50:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2781000#M63738</guid>
      <dc:creator>kean_walmsley</dc:creator>
      <dc:date>2010-09-27T12:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2781058#M63739</link>
      <description>&lt;P&gt;"OPMNetExt.vcproj" Are you referencing the project file or ".dll"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reference the ".dll"&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2010 14:03:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2781058#M63739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-27T14:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2781060#M63740</link>
      <description>&lt;P&gt;The DLL. You should not need to touch the Visual C++ project file (.vcproj) at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kean&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2010 14:06:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2781060#M63740</guid>
      <dc:creator>kean_walmsley</dc:creator>
      <dc:date>2010-09-27T14:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2781086#M63741</link>
      <description>&lt;P&gt;Hey Kean&lt;/P&gt;&lt;P&gt;I noticed this in elmarko's post&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Path to OPMNetExt.vcproj" cannot be opened because its project type(.vcproj) is not supported by this version of the application.&amp;nbsp; To open it, please use a version that supports this type of project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was just letting him know that was problem and&amp;nbsp;I really enjoy and pick up alot good stuff from your blog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2010 14:24:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2781086#M63741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-27T14:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2781088#M63742</link>
      <description>&lt;P&gt;Thanks, Jeffrey - I replied quickly without realising you'd stepped in. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kean&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2010 14:25:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/2781088#M63742</guid>
      <dc:creator>kean_walmsley</dc:creator>
      <dc:date>2010-09-27T14:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/3887471#M63743</link>
      <description>&lt;P&gt;Dear Kean,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could&amp;nbsp;it meanwhile be possible to get a 64 bit Version of the asdkOPMNetExt.dll?&lt;/P&gt;&lt;P&gt;If yes, would it be too unpolite to ask you to tell me how I could get it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Det.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2013 19:27:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/3887471#M63743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-24T19:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/3887703#M63744</link>
      <description>Dear Det,&lt;BR /&gt;&lt;BR /&gt;Just email me at kean.walmsley@autodesk.com&lt;KEAN.WALMSLEY&gt; - I'll send it to you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Kean&lt;/KEAN.WALMSLEY&gt;</description>
      <pubDate>Thu, 25 Apr 2013 01:15:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/3887703#M63744</guid>
      <dc:creator>kean_walmsley</dc:creator>
      <dc:date>2013-04-25T01:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/3905556#M63745</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to migrate the sample OPMNetExt 2010 project to AutoCAD 2013 x64 VS2012, but since my visual studio skills are quite low and C++/arx skills non existant,&amp;nbsp;I failed miserably, I tried updating all the header&amp;nbsp;files from the 2013 Object Arx SDK but no luck. (I'm just an AutoCAD user not developer&amp;nbsp;that originally played in the VBA/ActiveX stuff and have now moved over to .NET).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would be a great feature for an amature developer like me&amp;nbsp;to have access to, I have started looking at your blog articles on&amp;nbsp;the display Overrule API which seems to be nice and simple,&amp;nbsp;but I'm thinking I&amp;nbsp;can't really put thoose tools to good use unless I can add additional OPM properties on the objects?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should it be simple for me to take this project and migrate from one AutoCAD version to another without actually having any clue about the C++/Arx parts? Or are there any plans for a wrapper like this to be included directly&amp;nbsp;in AutoCAD .NET api?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Graham.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2013 16:10:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/3905556#M63745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-03T16:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/3905591#M63746</link>
      <description>Hi Graham,&lt;BR /&gt;&lt;BR /&gt;There are various types of Overrules, some do indeed work well with object properties.&lt;BR /&gt;&lt;BR /&gt;I can send you a version that's been ported to 2013 x64 - send me an email and I'll attach it to my response.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Kean</description>
      <pubDate>Fri, 03 May 2013 16:38:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/3905591#M63746</guid>
      <dc:creator>kean_walmsley</dc:creator>
      <dc:date>2013-05-03T16:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/3905614#M63747</link>
      <description>&lt;P&gt;Many thanks Kean - email sent!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually my company do have a lot of Arx/C++ developers and ADN professional membership, so I can get one of them to help me port the code&amp;nbsp;next time im in the office! But I'm still a bit concerened about the availability of this functionality in furture versions - should I be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to clairfy what I'm thinking this will allow me to do all within .NET....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create overrules on display of objects&lt;/P&gt;&lt;P&gt;Add additional OPM properties on those objects (persisted using xdata)&lt;/P&gt;&lt;P&gt;Add additional grips to objects again using overrules&lt;/P&gt;&lt;P&gt;Can I then rename that object in the OPM (so it looks like a custom object to the user)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that how Autodesk intended the Overrule API to be used?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2013 17:00:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/3905614#M63747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-03T17:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/3909902#M63748</link>
      <description>&lt;P&gt;Hi Graham,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; Create overrules on display of objects&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able to do this, already, using a DrawableOverrule. But yes, you can use this in conjunction with data made editable via this module.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://through-the-interface.typepad.com/through_the_interface/2009/04/optimized-overruling-in-autocad-2010-using-net.html" target="_blank"&gt;http://through-the-interface.typepad.com/through_the_interface/2009/04/optimized-overruling-in-autocad-2010-using-net.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; Add additional OPM properties on those objects (persisted using xdata)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes: &lt;A href="http://through-the-interface.typepad.com/through_the_interface/2009/05/modifying-an-autocad-objects-state-via-a-dynamic-property-defined-in-net.html" target="_blank"&gt;http://through-the-interface.typepad.com/through_the_interface/2009/05/modifying-an-autocad-objects-state-via-a-dynamic-property-defined-in-net.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; Add additional grips to objects again using overrules&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Again, independent functionality, but still possible: &lt;A href="http://through-the-interface.typepad.com/through_the_interface/2009/08/knowing-when-an-autocad-object-is-grip-edited-using-overrules-in-net.html" target="_blank"&gt;http://through-the-interface.typepad.com/through_the_interface/2009/08/knowing-when-an-autocad-object-is-grip-edited-using-overrules-in-net.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; Can I then rename that object in the OPM (so it looks like a custom object to the user)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That may be possible, but I haven't tried it. You should ping ADN on that one, unless someone else here has managed it and can chime in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kean&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2013 12:00:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/3909902#M63748</guid>
      <dc:creator>kean_walmsley</dc:creator>
      <dc:date>2013-05-06T12:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/4438901#M63749</link>
      <description>&lt;P&gt;Dear Kean! We I faced with exactly the same problem. Cannot launch your code on win7 x64 Autocad Civil 3D 2011/2012. I mean I can build a solution and netload an apliccation but id doesn't work without any exception or message.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2013 10:38:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/4438901#M63749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-19T10:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/4439307#M63750</link>
      <description>&lt;P&gt;Please &lt;A href="mailto:kean.walmsley@autodesk.com" target="_self"&gt;send me an email&lt;/A&gt;&amp;nbsp;and I'll send you a 64-bit version to try out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kean&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2013 12:17:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/4439307#M63750</guid>
      <dc:creator>kean_walmsley</dc:creator>
      <dc:date>2013-09-19T12:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/6043458#M63751</link>
      <description>&lt;P&gt;Thanks to Cyrille Fauvel for updating the project to make it work with AutoCAD 2016 x64.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the source here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;A href="https://github.com/cyrillef/OPMNetExt" target="_blank"&gt;https://github.com/cyrillef/OPMNetExt&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;And a release build here:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;A href="https://github.com/cyrillef/OPMNetExt/tree/master/OPMNetSample" target="_blank"&gt;&lt;SPAN class="s3"&gt;https://github.com/cyrillef/OPMNetExt/tree/master/OPMNetSample&lt;/SPAN&gt;&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="s3"&gt;Kean&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 14:52:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/6043458#M63751</guid>
      <dc:creator>kean_walmsley</dc:creator>
      <dc:date>2016-02-17T14:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/6603743#M63752</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any change someone&amp;nbsp;have "asdkOPMNetExt.dll" for Autocad 2015 64Bit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I download&amp;nbsp;OPM_NET_2010 and try to compile for Autodesk 2015 64Bit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have never use C++&lt;/P&gt;
&lt;P&gt;I add &amp;nbsp;Additional Include Directories =&amp;nbsp;C:\SDK-FDO\ObjectARX 2015\inc&lt;/P&gt;
&lt;P&gt;and thing I change to 64Bit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get this warning&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error 3 error C3624: 'System::Dynamic::IDynamicMetaObjectProvider': use of this type requires a reference to assembly 'System.Core' c:\sdk-fdo\objectarx 2015\inc\mgdinterop.h 263 1 OPMNetExt&lt;BR /&gt;IntelliSense: PCH warning: \StdAfx.cpp 1 1 OPMNetExt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Sgear&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 18:48:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/6603743#M63752</guid>
      <dc:creator>Sgear</dc:creator>
      <dc:date>2016-10-05T18:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/6604098#M63753</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try to Compile to 2015&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/cyrillef/OPMNetExt" target="_blank"&gt;https://github.com/cyrillef/OPMNetExt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LNK2038: mismatch detected for _MSC_VER': value '1700' doesn't match value '1800&lt;/P&gt;
&lt;P&gt;error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1800' in acrxEntryPoint.obj \rxapi.lib(libinit.obj) asdkOPMNetExt&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 21:21:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/6604098#M63753</guid>
      <dc:creator>Sgear</dc:creator>
      <dc:date>2016-10-05T21:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OPM sample from Kean's blog?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/6605664#M63754</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1948455"&gt;@Sgear&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try to Compile to 2015&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/cyrillef/OPMNetExt" target="_blank"&gt;https://github.com/cyrillef/OPMNetExt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LNK2038: mismatch detected for _MSC_VER': value '1700' doesn't match value '1800&lt;/P&gt;
&lt;P&gt;error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1800' in acrxEntryPoint.obj \rxapi.lib(libinit.obj) asdkOPMNetExt&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You have to compile this code only with VS 2012 Update 4&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 14:18:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-run-opm-sample-from-kean-s-blog/m-p/6605664#M63754</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-10-06T14:18:42Z</dc:date>
    </item>
  </channel>
</rss>

