FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour harbour3.0 dll32 function xxx() compile error
Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
harbour3.0 dll32 function xxx() compile error
Posted: Fri Aug 19, 2011 06:42 AM

Hi,
as below:
DLL32 FUNCTION CopyFile( Source_file AS LPSTR, Target_file AS LPSTR, Ret_err AS LONG ) ;
AS BOOL FROM "CopyFileA" LIB "Kernel32.dll"

DLL32 FUNCTION MoveFile( Source_file AS LPSTR, Target_file AS LPSTR ) ;
AS BOOL FROM "MoveFileA" LIB "Kernel32.dll"

Habour 3.0 get error,While harbour2.0,1.0 could.
TKS!
Shuming Wang

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
Re: harbour3.0 dll32 function xxx() compile error
Posted: Sat Aug 20, 2011 02:07 AM

OH!
There is a dll.ch in harbour30/include ! so fwh/include/dll.ch not actional.
Shuming Wang

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: harbour3.0 dll32 function xxx() compile error
Posted: Sat Aug 20, 2011 11:32 AM

Shuming,

many thanks for your feedback :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion