delphi调用vc编写的DLL应注意的问题

VC:

.h

extern "C" _declspec(dllexport) bool GetUrl( const char *url, const char *savepath );

Delphi:

function GetUrl( Url:PChar; SavePath:PChar ):Boolean;cdecl external 'http.dll' name 'GetUrl';

posted @ 2011-04-12 22:31  冷寒生  阅读(312)  评论(0编辑  收藏  举报
IT知识库