<?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: Call CWinApp::PumpMessage() from managed code? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/call-cwinapp-pumpmessage-from-managed-code/m-p/1358000#M84601</link>
    <description>System.Runtime.InteropServices.CallingConvention.ThisCall looks promising, I &lt;BR /&gt;
haven't actually used it myself.&lt;BR /&gt;
&lt;BR /&gt;
Here's one example: &lt;BR /&gt;
http://blogs.msdn.com/sanpil/archive/2004/07/07/175855.aspx; notice the use &lt;BR /&gt;
of the mangled name.  A Google search only returns a few hundred hits; from &lt;BR /&gt;
that I would guess that most people use a MC++ wrapper.&lt;BR /&gt;
&lt;BR /&gt;
   Dan&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:4878965@discussion.autodesk.com...&lt;BR /&gt;
Assuming I have a pointer returned by acedGetAcadWinApp(), is&lt;BR /&gt;
there any way (short of an MC++ wrapper), to call this member&lt;BR /&gt;
on the instance, from managed/unsafe C# ?&lt;BR /&gt;
&lt;BR /&gt;
Everyone I've asked says "no".  But, I'm not entirely convinced.&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 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;/TONY.TANZILLO&gt;</description>
    <pubDate>Sat, 18 Jun 2005 21:27:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-06-18T21:27:54Z</dc:date>
    <item>
      <title>Call CWinApp::PumpMessage() from managed code?</title>
      <link>https://forums.autodesk.com/t5/net-forum/call-cwinapp-pumpmessage-from-managed-code/m-p/1357999#M84600</link>
      <description>Assuming I have a pointer returned by acedGetAcadWinApp(), is&lt;BR /&gt;
there any way (short of an MC++ wrapper), to call this member &lt;BR /&gt;
on the instance, from managed/unsafe C# ?&lt;BR /&gt;
&lt;BR /&gt;
Everyone I've asked says "no".  But, I'm not entirely convinced.&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 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com</description>
      <pubDate>Sat, 18 Jun 2005 21:10:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/call-cwinapp-pumpmessage-from-managed-code/m-p/1357999#M84600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-06-18T21:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Call CWinApp::PumpMessage() from managed code?</title>
      <link>https://forums.autodesk.com/t5/net-forum/call-cwinapp-pumpmessage-from-managed-code/m-p/1358000#M84601</link>
      <description>System.Runtime.InteropServices.CallingConvention.ThisCall looks promising, I &lt;BR /&gt;
haven't actually used it myself.&lt;BR /&gt;
&lt;BR /&gt;
Here's one example: &lt;BR /&gt;
http://blogs.msdn.com/sanpil/archive/2004/07/07/175855.aspx; notice the use &lt;BR /&gt;
of the mangled name.  A Google search only returns a few hundred hits; from &lt;BR /&gt;
that I would guess that most people use a MC++ wrapper.&lt;BR /&gt;
&lt;BR /&gt;
   Dan&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:4878965@discussion.autodesk.com...&lt;BR /&gt;
Assuming I have a pointer returned by acedGetAcadWinApp(), is&lt;BR /&gt;
there any way (short of an MC++ wrapper), to call this member&lt;BR /&gt;
on the instance, from managed/unsafe C# ?&lt;BR /&gt;
&lt;BR /&gt;
Everyone I've asked says "no".  But, I'm not entirely convinced.&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 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;/TONY.TANZILLO&gt;</description>
      <pubDate>Sat, 18 Jun 2005 21:27:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/call-cwinapp-pumpmessage-from-managed-code/m-p/1358000#M84601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-06-18T21:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Call CWinApp::PumpMessage() from managed code?</title>
      <link>https://forums.autodesk.com/t5/net-forum/call-cwinapp-pumpmessage-from-managed-code/m-p/1358001#M84602</link>
      <description>Thanks for the tip, I'll have a look.&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 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"J. Daniel Smith" &lt;J_DANIEL_SMITH&gt; wrote in message news:4878954@discussion.autodesk.com...&lt;BR /&gt;
System.Runtime.InteropServices.CallingConvention.ThisCall looks promising, I &lt;BR /&gt;
haven't actually used it myself.&lt;BR /&gt;
&lt;BR /&gt;
Here's one example: &lt;BR /&gt;
http://blogs.msdn.com/sanpil/archive/2004/07/07/175855.aspx; notice the use &lt;BR /&gt;
of the mangled name.  A Google search only returns a few hundred hits; from &lt;BR /&gt;
that I would guess that most people use a MC++ wrapper.&lt;BR /&gt;
&lt;BR /&gt;
   Dan&lt;/J_DANIEL_SMITH&gt;</description>
      <pubDate>Sun, 19 Jun 2005 03:01:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/call-cwinapp-pumpmessage-from-managed-code/m-p/1358001#M84602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-06-19T03:01:00Z</dc:date>
    </item>
  </channel>
</rss>

