摘要: Pchar是非托管代码,要在.net中调用Delphi dll中的功能,请使用MarshalAs属性告知.net调用PInvoke去转换.net中标准的string类型。如果Delphi dll是Delphi2007以前的版本编译的,则Pchar是Ansi类型;如果Delphi dll是Delphi 阅读全文
posted @ 2016-03-28 08:48 翼龙zyl 阅读(2294) 评论(0) 推荐(0) 编辑