nimishra

nimishra

  • NA
  • 2
  • 0

Calling static library functions in C#

Mar 21 2005 6:51 AM
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)