Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using C# and C++ together

Status
Not open for further replies.

fergmj

Programmer
Feb 21, 2001
276
US
I have an application in C++ (VSC++ 6.0) and I need for it to pass paramters (call, close, etc) an application in C#. What is the best way to do this?

Should I create a COM Wrapper? A DLL?

Thanks for any help

fergmj
 
You can create any of them. You can also create managed C++ applications.

Ion Filipski
1c.bmp
 
Tell me more about the managed C++ application. I don't want to mix unmanaged with managed because in the breif introduction to C# that I had, they warned against such an arrangement.

Thanks again

fergmj
 
try by your self to make a .NET C++ type of project. Make some small applications. You will see what are limitations.

Ion Filipski
1c.bmp
 
If you can write c# applications a managed c++ app is fairly easy to start working with

Skute

"There are 10 types of people in this World, those that understand binary, and those that don't!"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top