Calling static library functions in C#
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