C#调用C++动态链接库示例

时间:2022-04-09 10:34:52
【文件属性】:

文件名称:C#调用C++动态链接库示例

文件大小:20.69MB

文件格式:ZIP

更新时间:2022-04-09 10:34:52

c# c++ 动态链接库

通过C#调用C++的动态链接库,示例中展示了多种在C#程序中调用C++动态链接库的情况,特别是对于各种类型参数的传递形式,并给出了哪些传递方式能成功。


【文件预览】:
C++ToC#_test
----.vs()
--------test()
----b_test()
--------bin()
--------b_test.csproj(3KB)
--------obj()
--------dllInterface.cs(6KB)
--------App.config(189B)
--------Properties()
--------test.cs(6KB)
----a_dll()
--------stdafx.cpp(209B)
--------stdafx.h(315B)
--------dllmain.cpp(389B)
--------targetver.h(240B)
--------a_dll.cpp(3KB)
--------a_dll.vcxproj(9KB)
--------a_dll.vcxproj.filters(1KB)
--------Debug()
--------a_dll.h(1KB)
--------ReadMe.txt(1KB)
----test.VC.db(24.91MB)
----ipch()
--------MYLIB-14f92758()
--------A_DLL-293205d6()
----Debug()
--------a_dll.exp(2KB)
--------b_test.vshost.exe.manifest(490B)
--------b_test.vshost.exe(22KB)
--------b_test.exe.config(189B)
--------a_dll.ilk(275KB)
--------b_test.pdb(16KB)
--------a_dll.pdb(1.03MB)
--------b_test.exe(7KB)
--------a_dll.dll(41KB)
--------b_test.vshost.exe.config(189B)
--------a_dll.lib(4KB)
----test.sln(3KB)

网友评论