<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to call C++ code from Managed, and vice versa (Interop)</title><link>http://blogs.msdn.com/b/deeptanshuv/archive/2005/06/26/432870.aspx</link><description>Interop - calling native (C++) code from managed (C#, VB, J#, MC++) and vice versa - can be very useful if you are trying to extend your libraries without porting existing code. However, it can often be confusing for a newbie to figure out how to set</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Is is possible to call a C# user interface asociated to a lib file so as to be called by a C console application? | keyongtech</title><link>http://blogs.msdn.com/b/deeptanshuv/archive/2005/06/26/432870.aspx#9360843</link><pubDate>Thu, 22 Jan 2009 03:58:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9360843</guid><dc:creator>Is is possible to call a C# user interface asociated to a lib file so as to be called by a C console application? | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/671065-is-is-possible-to-call"&gt;http://www.keyongtech.com/671065-is-is-possible-to-call&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9360843" width="1" height="1"&gt;</description></item><item><title>Mixare codice managed e unmanaged | hilpers</title><link>http://blogs.msdn.com/b/deeptanshuv/archive/2005/06/26/432870.aspx#9357065</link><pubDate>Wed, 21 Jan 2009 20:58:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9357065</guid><dc:creator>Mixare codice managed e unmanaged | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers.it/1860341-mixare-codice-managed-e-unmanaged"&gt;http://www.hilpers.it/1860341-mixare-codice-managed-e-unmanaged&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9357065" width="1" height="1"&gt;</description></item><item><title>re: How to call C++ code from Managed, and vice versa (Interop)</title><link>http://blogs.msdn.com/b/deeptanshuv/archive/2005/06/26/432870.aspx#433529</link><pubDate>Wed, 29 Jun 2005 00:23:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:433529</guid><dc:creator>deeptanshuv</dc:creator><description>Hi X.Static,&lt;br&gt;&lt;br&gt;There is no way to call functions in a random exe. This is just the way executables have been designed, it could cause plenty of trouble if any exe could call into any other.&lt;br&gt;&lt;br&gt;In order for two executables to communicate they have to be designed that way from scratch.&lt;br&gt;&lt;br&gt;You can &lt;br&gt;(a) Create a COM Exe, its exposed functions can be called by another Exe&lt;br&gt;(b) Have one exe write to a port while another reads from it and executes the commands received from the other exe&lt;br&gt;(c) Have one exe write to a file (not very sophisticated but completely feasible) while another reads from it and executes commands accordingly.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;D.V.&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=433529" width="1" height="1"&gt;</description></item><item><title>re: How to call C++ code from Managed, and vice versa (Interop)</title><link>http://blogs.msdn.com/b/deeptanshuv/archive/2005/06/26/432870.aspx#432882</link><pubDate>Mon, 27 Jun 2005 02:58:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:432882</guid><dc:creator>X.Static</dc:creator><description>Question: Is there a way to call a native .exe (MFC in this case, and I don't have the source for the app) from managed code?  I'm writing a managed winforms app and I need to wrap up the functionality of a standalone .exe in my project.&lt;br&gt;&lt;br&gt;thanks.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=432882" width="1" height="1"&gt;</description></item></channel></rss>