<?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 How to call acutWcMatchEx in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-call-acutwcmatchex/m-p/2171800#M75675</link>
    <description>Try to make calls to acutWcMatchEx, acutWcMatch or similar functions inside .net, the manual says you can do it.&lt;BR /&gt;
    "Your .NET application can include C++ portions, so you can also use ObjectARX APIs that do not have managed wrappers."&lt;BR /&gt;
&lt;BR /&gt;
Could someone show me some sample how to call acutWcMatchEx of ObjectARX from inside .net?</description>
    <pubDate>Tue, 05 Feb 2008 02:06:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-02-05T02:06:44Z</dc:date>
    <item>
      <title>How to call acutWcMatchEx</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-call-acutwcmatchex/m-p/2171800#M75675</link>
      <description>Try to make calls to acutWcMatchEx, acutWcMatch or similar functions inside .net, the manual says you can do it.&lt;BR /&gt;
    "Your .NET application can include C++ portions, so you can also use ObjectARX APIs that do not have managed wrappers."&lt;BR /&gt;
&lt;BR /&gt;
Could someone show me some sample how to call acutWcMatchEx of ObjectARX from inside .net?</description>
      <pubDate>Tue, 05 Feb 2008 02:06:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-call-acutwcmatchex/m-p/2171800#M75675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T02:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to call acutWcMatchEx</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-call-acutwcmatchex/m-p/2171801#M75676</link>
      <description>public static class Class1&lt;BR /&gt;
{  &lt;BR /&gt;
&lt;BR /&gt;
    [DllImport( "acdb17.dll", &lt;BR /&gt;
        CallingConvention = CallingConvention.Cdecl,&lt;BR /&gt;
        CharSet = CharSet.Unicode,&lt;BR /&gt;
        EntryPoint = "?acutWcMatchEx@@YA_NPB_W0_N@Z" )&lt;BR /&gt;
    ]&lt;BR /&gt;
&lt;BR /&gt;
    extern public static bool acutWcMatchEx( string str, string pat, bool ignoreCase );&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2008&lt;BR /&gt;
Supporting AutoCAD 2000 through 2008&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;XZHU&gt; wrote in message news:5838845@discussion.autodesk.com...&lt;BR /&gt;
Try to make calls to acutWcMatchEx, acutWcMatch or similar functions inside .net, the manual says you can do it.&lt;BR /&gt;
    "Your .NET application can include C++ portions, so you can also use ObjectARX APIs that do not have managed wrappers."&lt;BR /&gt;
&lt;BR /&gt;
Could someone show me some sample how to call acutWcMatchEx of ObjectARX from inside .net?&lt;/XZHU&gt;</description>
      <pubDate>Tue, 05 Feb 2008 05:03:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-call-acutwcmatchex/m-p/2171801#M75676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T05:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to call acutWcMatchEx</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-call-acutwcmatchex/m-p/2171802#M75677</link>
      <description>Tony, thank you very much. Your code gave me the last piece I need to assemble a .net library to show/hide layers, including those of a viewport.   A lisp can call into it to set layers up in a layout after plot command is called, when no (command) can be used. Thanks.</description>
      <pubDate>Tue, 05 Feb 2008 09:47:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-call-acutwcmatchex/m-p/2171802#M75677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T09:47:35Z</dc:date>
    </item>
  </channel>
</rss>

