This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / I got c++ static library(.lib) and several header(.h) files, how to write a wrapper to use it in .NET? Is there an easy way? Thanks for your suggestion
-laozh(ooo);
2004-1-30
(#1583482@0)
-
(1)Declare the functions you want to use (2)Declare the types that go into the fuctions as parameters (3) use them.
-templeliu(小河);
2004-1-30
(#1584402@0)