2012年11月30日

Delphi动态链接库学习

摘要: Demo环境 delphi 61、新建DLL 文件,File—New—Other—OK。代码为:library ProTestDLL;{ Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (select Project-View Source) USES clause if your DLL exports any procedures or functions that pass 阅读全文

posted @ 2012-11-30 15:38 为学日损 阅读(217) 评论(0) 推荐(0)

导航