[.net] .NET in native

Started by
1 comment, last by Promit 19 years, 7 months ago
hihi! i was wondering if there is a way to launch a .net app in a native c++ app?? thx! Edwinz
Advertisement
Hi!

Could you please explain what it is you want?
What do you mean with ".net app in"?

Starting an other process on Windows is easy: use CreateProcess
Using a .NET DLL requires you to expose the methods via COM (tlbexp.exe)

Cheer
You could simply ShellExecute the executable file.
SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.

This topic is closed to new replies.

Advertisement