1
Answer

How to use functions of external program in my C# project?

Ask a question
Saghe

Saghe

14y
2.3k
1
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.

Answers (1)