1
Answer

Calling static library functions in C#

nimishra

nimishra

19y
3.9k
1
We already have so many classes written in VC++ - 6.0. I want to use these classes in C#. One of the idea that I want to implement is make a static library and use it. In VC - 6.0, this is achieved by linking the library file and adding .h files. But how would one do this in C#? Thx in Advance
Answers (1)
Next Recommended Forum