
May 11th, 2008, 02:10 PM
|
|
n00b DevH'er
|
|
Join Date: May 2008
Posts: 6
Time spent in forums: 35 m 8 sec
Reputation Power: 0
|
|
|
C++ - Execute C# code from C++
Hi there,
how is it possible to run an already build C# from C++ native code,
in other word:
I need to perform some actions in by c++ native code, but actually I do not know how to , but I have already done them using C#,
I was wonder if it is possible to run the C# from the C++ native code , I have heard about dll, but because of the native code (which is developed to be a dll), that causes me some problems,
Any ideas please ,
urgent help is needed
Thanks in advance 
|