Fire a .NET application from C Code

  • Thread starter Thread starter Ashish
  • Start date Start date
A

Ashish

Hi:

I have a DLL written in C by a legacy application. I am developing a
C# Windows Client application which needs to start up when the start
method in C is fired. Could anybody provide me with some suggestions
to accomplish this.

Thanks,

Ashish
 
You should be able to do a system call within the C code to exec() a process
..
 
Back
Top