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
..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top