.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Tony Tanzillo
Call CWinApp::P umpMessage () from managed code?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
154 Views, 2 Replies
06-18-2005 02:10 PM
Assuming I have a pointer returned by acedGetAcadWinApp(), is
there any way (short of an MC++ wrapper), to call this member
on the instance, from managed/unsafe C# ?
Everyone I've asked says "no". But, I'm not entirely convinced.
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
there any way (short of an MC++ wrapper), to call this member
on the instance, from managed/unsafe C# ?
Everyone I've asked says "no". But, I'm not entirely convinced.
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
*J. Daniel Smith
Re: Call CWinApp::P umpMessage () from managed code?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-18-2005 02:27 PM in reply to:
*Tony Tanzillo
System.Runtime.InteropServices.CallingConvention.T hisCall looks promising, I
haven't actually used it myself.
Here's one example:
http://blogs.msdn.com/sanpil/archive/2004/07/07/17 5855.aspx; notice the use
of the mangled name. A Google search only returns a few hundred hits; from
that I would guess that most people use a MC++ wrapper.
Dan
"Tony Tanzillo" wrote in message
news:4878965@discussion.autodesk.com...
Assuming I have a pointer returned by acedGetAcadWinApp(), is
there any way (short of an MC++ wrapper), to call this member
on the instance, from managed/unsafe C# ?
Everyone I've asked says "no". But, I'm not entirely convinced.
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
haven't actually used it myself.
Here's one example:
http://blogs.msdn.com/sanpil/archive/2004/07/07/17
of the mangled name. A Google search only returns a few hundred hits; from
that I would guess that most people use a MC++ wrapper.
Dan
"Tony Tanzillo"
news:4878965@discussion.autodesk.com...
Assuming I have a pointer returned by acedGetAcadWinApp(), is
there any way (short of an MC++ wrapper), to call this member
on the instance, from managed/unsafe C# ?
Everyone I've asked says "no". But, I'm not entirely convinced.
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
*Tony Tanzillo
Re: Call CWinApp::P umpMessage () from managed code?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-18-2005 08:01 PM in reply to:
*Tony Tanzillo
Thanks for the tip, I'll have a look.
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
"J. Daniel Smith" wrote in message news:4878954@discussion.autodesk.com...
System.Runtime.InteropServices.CallingConvention.T hisCall looks promising, I
haven't actually used it myself.
Here's one example:
http://blogs.msdn.com/sanpil/archive/2004/07/07/17 5855.aspx; notice the use
of the mangled name. A Google search only returns a few hundred hits; from
that I would guess that most people use a MC++ wrapper.
Dan
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
"J. Daniel Smith"
System.Runtime.InteropServices.CallingConvention.T
haven't actually used it myself.
Here's one example:
http://blogs.msdn.com/sanpil/archive/2004/07/07/17
of the mangled name. A Google search only returns a few hundred hits; from
that I would guess that most people use a MC++ wrapper.
Dan

