在c#中如何使用以前c++的.lib库和.h头文件

2024-11-29 10:12:07
推荐回答(1个)
回答1:

.lib和.h 不能直接调用。。。。。。可以直接调用对应的.dll
DllImport
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~