FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour ayuda definici贸n funci贸n DLL
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
ayuda definici贸n funci贸n DLL
Posted: Mon Aug 12, 2013 10:03 PM
Hola,

Por favor, 驴c贸mo se definir铆a esta funci贸n con el comando DLL32?:

Code (fw): Select all Collapse
int WLTrialDaysLeft(void);



En Delphi es:
function WLTrialDaysLeft():Integer; stdcall;


Muchas gracias.
Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producci贸n]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ayuda definici贸n funci贸n DLL
Posted: Tue Aug 13, 2013 07:08 AM

Lucas,

int WLTrialDaysLeft(void);

DLL FUNCTION WLTrialDaysLeft() AS INT FROM "WLTrialDaysLeft" LIB "mi.dll"

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion