howto re-use DLL which has been written in VC ++

Dec 23 2003 9:56 PM
Hi everyone, I would like to re-use some functions from a DLL which has been written in VC++. I want to re-use it in C# envirenment. Does anyone know how to convert it? Please give me an example code written in C# to load the DLL and use functions. Can I use LoadLibrary() and GetProcAddress() functions like Visual C++ does? I will appriciate any ideas. Thanks.

Answers (2)