execute win32 application from .Net framework

M

mehafi

Hi,

I wrote a tiny win32 API program and need to execute it from an .Net
application. How to do it? I tried a pInvoke, but it works only (?)
with .dll function. I tried so to write my win32 program as .dll, but
it is imposible - it is a program ( has WinMain function ) - so it
could not be converted to .dll function ( could it ? ).

thanks in advance
mehafi
 

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

Top