Delphi中怎么调用VC++创建的动态链接库

时间:2021-09-18 10:40:40
【文件属性】:
文件名称:Delphi中怎么调用VC++创建的动态链接库
文件大小:14.27MB
文件格式:ZIP
更新时间:2021-09-18 10:40:40
VC++ DLL Delphi 在Delphi中调用VC++创建的动态链接库,程序中包含创建动态链接库工程和delphi调用工程。
【文件预览】:
MyDll
----test.~pas(927B)
----MaxMin.~pas(254B)
----MaxMin.dcu(468B)
----MaxMin()
--------stdafx.cpp(137B)
--------Resource.h(362B)
--------res()
--------stdafx.h(1KB)
--------MaxMin.rc(6KB)
--------MyDLL.cpp(431B)
--------MaxMin.vcxproj.filters(2KB)
--------MaxMin.cpp(1KB)
--------targetver.h(240B)
--------MaxMin.h(395B)
--------MaxMin.def(86B)
--------MaxMin.vcxproj(10KB)
--------Debug()
--------MyDLL.h(142B)
--------ReadMe.txt(2KB)
----main.cfg(386B)
----MaxMin.pas(254B)
----test.pas(927B)
----test.dfm(2KB)
----main.~dpr(182B)
----main.exe(303KB)
----main.dpr(209B)
----test.dcu(4KB)
----main.dof(1KB)
----main.res(876B)
----test.~dfm(2KB)
----MaxMin.dll(115KB)

网友评论

  • 常规的DLL调用都是一样的,个别数据类型的定义值得参考,经试验采用cdecl方法解决一大堆报错问题。