I have some exe-program, it seems it was written in VC (it uses msvcr70, msvcr70d, msvcr71).
How can I include this exe-file into my C# project for using internal functions?
I tried via Add Reference, but unsuccessfully.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Dec 24, 2009, 6:31 AM
you can not Reference Exe in the project you can only Reference Dll ,ocx etc ..
but you can do this ..
make you exe so that it accept the command Line parameter and Execute the Function by passing command line arguments :)