L
liwenbin
Unregistered / Unconfirmed
GUEST, unregistred user!
在vc中生成dll
在delphi中如何调用vc中声明如下的函数:主要是参数转换问题!谢谢!!!
// 图像镜像导出函数
int _stdcall MirrorBmp(HDC hdcSrc,HBITMAP hbmpSrc,HDC hdcDest,BOOL bDirection)
//图像细化函数
BOOL WINAPI ThiningDIB(LPSTR lpDIBBits, LONG lWidth, LONG lHeight)
在delphi中如何调用vc中声明如下的函数:主要是参数转换问题!谢谢!!!
// 图像镜像导出函数
int _stdcall MirrorBmp(HDC hdcSrc,HBITMAP hbmpSrc,HDC hdcDest,BOOL bDirection)
//图像细化函数
BOOL WINAPI ThiningDIB(LPSTR lpDIBBits, LONG lWidth, LONG lHeight)