Urano POS-LOGGER

Post Reply
User avatar
Sistem
Posts: 224
Joined: Sun May 13, 2012 7:52 am

Urano POS-LOGGER

Post by Sistem »

Amigos alguem teria exemplo como usar a DLL com essa ECF?

tentei uma simples leituraX com base no exemplo em VB e nao obtive sucesso

Code: Select all

   DLL32 Function Ecf_Relatorio_XZ(TipoRel As String);
         AS _INT PASCAL FROM "ecf_Relatorio_XZ";
         LIB xDllUrano

Em VB:
Private Declare Function ecf_Relatorio_XZ Lib "c:\logger 263-264\dlllog32.dll" (ByVal tiporel As String) As Integer
 
obs: tentei com a DllLog32.dll e com Dllg2.dll a primeira retorna erro a segunda nao retorna nada

obrigado
FWH2008 | xHarbour | BCC74 | SQLRDD
User avatar
Sistem
Posts: 224
Joined: Sun May 13, 2012 7:52 am

Re: Urano POS-LOGGER

Post by Sistem »

FWH2008 | xHarbour | BCC74 | SQLRDD
Post Reply