Search found 16 matches: cdllname

Return to advanced search

Lectura de tarejtas Sin contacto 1k MIdfare.

... estaran en decimal no hay que traducir nada a hexadecimal o viceversa todo lo hago en el DLL. Ejemplo. function leerSC() Local _Vueltas:=0 LOCAL cDllName:="SCLib.DLL" ,_cuantos:=0 lOCAL Block := 5 , Fsalir1:=.T. ,fRetCode1,fRetCode2 ,Datos:=1 ACR120libHandle2 := LoadLibrary(cDllName) ...
by Busmatic_wpb
Mon Feb 12, 2018 2:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lectura de tarejtas Sin contacto 1k MIdfare.
Replies: 0
Views: 765

Re: Intercambiando datos con DLL Pascal

... parametros en string tuve que utilizar un ini. Pero logre pasar paremetros de esta manera @Largo cuando es un string.. function incios... OCAL cDllName:="SCLib.DLL" Local fHandle:=0 Local ACR120libHandle := LoadLibrary( cDllName) HaveTag :=space(150) SerialNum :=space(110) Largo :=0 ...
by Busmatic_wpb
Sun Nov 26, 2017 4:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambiando datos con DLL Pascal
Replies: 5
Views: 902

Re: LECTURA DE UN DLL ..

... //ERR_READER_VALUE_INVALID_BLOCK = -4033, #define E36 -4034 //ERR_READER_VALUE_ACCESS_FAILURE = -4034; Function Prepago() LOCAL fPuerto := 0 LOCAL cDllName:="acr120u.DLL" Public frHandle:= 0, ACR120libHandle ,fretcode ACR120libHandle := LoadLibrary( cDllName) //Puerto del lector, es 0 ...
by Busmatic_wpb
Fri Aug 11, 2017 11:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LECTURA DE UN DLL ..
Replies: 14
Views: 2203

Re: LECTURA DE UN DLL ..

... que debe de rotornar como se tratan los arreglos es este caso ?? String , Long ect gracias desde ya.. Function Prepago() LOCAL fPuerto := 0 LOCAL cDllName:="acr120u.DLL" Local TagLength :={} && array[0..50] of Byte; local TagType :={} &&: array[0..50] of Byte; local TagFound:=0 ...
by Busmatic_wpb
Fri Aug 11, 2017 12:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: LECTURA DE UN DLL ..
Replies: 14
Views: 2203

Re: IMPRESORA BIXOLON SRP-350 VENEZUELA

... que dan soporte tecnico. alli tienes una opcion de utilitario donde bajas manuales y demas. Static Function AbroDllPrinter() LOCAL lRet:=.F. LOCAL cDllName:="TFHKADIR.DLL" hFiscalDll:=LoadLib32(cDllName) if Abs( hFiscalDLL ) <= 32 MsgAlert( "Error code: " + LTrim( Str( hFiscalDLL ...
by joseluisysturiz
Fri Dec 09, 2016 4:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESORA BIXOLON SRP-350 VENEZUELA
Replies: 7
Views: 1520

Re: IMPRESORA BIXOLON SRP-350 VENEZUELA

... que dan soporte tecnico. alli tienes una opcion de utilitario donde bajas manuales y demas. Static Function AbroDllPrinter() LOCAL lRet:=.F. LOCAL cDllName:="TFHKADIR.DLL" hFiscalDll:=LoadLib32(cDllName) if Abs( hFiscalDLL ) <= 32 MsgAlert( "Error code: " + LTrim( Str( hFiscalDLL ...
by mag071
Fri Dec 09, 2016 4:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESORA BIXOLON SRP-350 VENEZUELA
Replies: 7
Views: 1520

Re: COMO SE PUEDE CREAR UN OBJETO

... FUNCTION md204() LOCAL clObj,hLib LOCAL PathCert:="\mlmall\config\pos\zofri.pfx" LOCAL PassCert:="Ah2Cfg723rQ" LOCAL cDllname:="\MLMall\Config\POS\MkSg.InterfazPOS.Security.dll" hLib := loadlibrary(cDllName) clObj:=CreateObject("cSecurity") // aca ...
by elmoiquique
Sun Jun 15, 2014 2:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO SE PUEDE CREAR UN OBJETO
Replies: 19
Views: 6035

Re: COMO SE PUEDE CREAR UN OBJETO

... oHttp,Doc,cxmLbody2,oIni,oError,oInternet LOCAL PathCert:="\mlmall\config\pos\zofri.pfx" LOCAL PassCert:="Ah2Cfg723rQ" LOCAL cDllname:="\MLMall\Config\POS\MkSg.InterfazPOS.Security.dll" LOCAL ts_token:="",cXlmBody:="",tw_servidor:="" ...
by elmoiquique
Sat Jun 14, 2014 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO SE PUEDE CREAR UN OBJETO
Replies: 19
Views: 6035

Re: COMO SE PUEDE CREAR UN OBJETO

... "Hbclass.ch" FUNCTION md204() LOCAL PathCert:="\mlmall\config\pos\zofri.pfx" LOCAL PassCert:="Ah2Cfg723rQ" LOCAL cDllname:="\MLMall\Config\POS\MkSg.InterfazPOS.Security.dll" LOCAL ts_token:="" LOCAL clObj hlib := loadlibrary(cDllName) INI oIni ...
by elmoiquique
Fri Jun 13, 2014 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO SE PUEDE CREAR UN OBJETO
Replies: 19
Views: 6035

Re: Bad Email Dreams ...

I have defined cdllname as

M->CDLLNAME := 'cshtpav7.dll' // socket tools library
by don lowenstein
Tue Apr 02, 2013 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 19178

Re: Bad Email Dreams ...

... RETVAL := .f. LOCAL LICENSEKEY := NIL // due to no license key for demo = not sure how to pass NULL PRIVATE HDLL M->HDLL := LOADLIBRARY( M->CDLLNAME ) // returns handle of 1349517312 RETVAL := HttpInitialize( @LICENSEKEY ) //RETVAL comes back as NIL. DLL FUNCTION HttpInitialize( cLicense ...
by don lowenstein
Tue Apr 02, 2013 12:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 19178

Re: Alguien tendra la rutina para impresoras fiscales bematech

... cuando corre la funcion cierra la libreria. al principio del programa llamo a esta funcion Static Function AbroDllPrinte2() LOCAL lRet:=.F. LOCAL cDllName:="BEMAFI32.DLL" hFiscalDl2:=LoadLib32(cDllName) if Abs( hFiscalDL2 ) <= 32 MsgAlert( "Error code: " + LTrim( Str( hFiscalDL2 ...
by mag071
Sun Sep 26, 2010 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien tendra la rutina para impresoras fiscales bematech
Replies: 2
Views: 755

... opened meanwhile you are using them, from one call to another. The way to solve it is to previously load the DLL: local hDLL := LoadLibrary( <cDLLName.dll> ) ... make your DLL functions calls ... FreeLibrary( hDLL ) Please try it this way and you should not get any GPF at all, thanks
by Antonio Linares
Wed Sep 26, 2007 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calldll vs calldll32
Replies: 1
Views: 694

Vilian,

FreeLibrary( GetModuleHandle( cDllName ) )
by Antonio Linares
Wed Mar 28, 2007 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unload dll
Replies: 3
Views: 1077

Thanks for the reply. It still isn't sorking. I have two choices. A)Merge the two dlls into one, or B)use Setresource(cDllName) before and after calls to that dll. DLL B is a general perpuse one that holds resources for the user login/out and movement tracking system. It's small so ...
by kronos911
Mon Nov 21, 2005 11:11 am
 
Forum: FiveWin for CA-Clipper
Topic: Two DLLs and one app
Replies: 4
Views: 1560
Next

Return to advanced search