Page 1 of 1

Urano POS-LOGGER

PostPosted: Wed Feb 27, 2013 11:18 pm
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  Expand view

   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

Re: Urano POS-LOGGER

PostPosted: Thu Feb 28, 2013 12:08 am
by Sistem