Launch C# .Net Application from C++ -


What is C ++ ??? Is it possible to launch the C #NET (2.0) application from an application written in

?

Thanks,

EDIT: Cool - so I have to know where the app is:

  LPTSTR szCmdline = _tcsdup (TEXT ("C: \\ program Files \\ MyApp -L -S ")); Create process (zero, szCmdline, / * ... * /);  

You can launch any API or launch the API. (Including C # net)


Comments