Search found 483 matches: dll32

Return to advanced search

DLL32 definition with double parameter type

Hi. It is possible to define a double type parameter in the DLL32 definition ? I have this function to call for retrieving a Double field into an Advantage Database table. DLL32 Function AdsGetDouble (phTable AS LONG, pucFldName AS LPSTR, @ pdValue AS ...
by Massimo Linossi
Sun Dec 17, 2017 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL32 definition with double parameter type
Replies: 23
Views: 3041

Re: Privilegios de Administrador

FUNCTION IsUserAdmin() Return IsUserAnAdmin() /* *********************************************************************************** */ DLL32 STATIC FUNCTION IsUserAnAdmin() AS BOOL PASCAL LIB "Shell32.dll" /* ***********************************************************************************
by FiveWiDi
Sat Dec 02, 2017 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Privilegios de Administrador
Replies: 2
Views: 578

Re: DLL32 FW24 vs FW916

Bién! I love FiveWin the best!! Regards, saludos.
by karinha
Mon Nov 27, 2017 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 FW24 vs FW916
Replies: 17
Views: 3020

Re: DLL32 FW24 vs FW916

Haga este teste porfa: #Include "FiveWin.Ch"#Include "Directry.ch"#include "dll.ch"STATIC XDLLFUNCTION Main()   // debe estar en el carpeta del programa   xDll := LoadLibrary( "WINFIS32.DLL" )   IF xDll > 0      ? "Open DLL funciona&qu...
by hectorpapiri
Fri Nov 24, 2017 8:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 FW24 vs FW916
Replies: 17
Views: 3020

Re: DLL32 FW24 vs FW916

Haga este teste porfa: #Include "FiveWin.Ch"#Include "Directry.ch"#include "dll.ch"STATIC XDLLFUNCTION Main()   // debe estar en el carpeta del programa   xDll := LoadLibrary( "WINFIS32.DLL" )   IF xDll > 0      ? "Open DLL funciona&quo...
by karinha
Fri Nov 24, 2017 6:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 FW24 vs FW916
Replies: 17
Views: 3020

Re: DLL32 FW24 vs FW916

... a SerachPrn() return SearchPrn( nHandler ) procedure ClosePort( nHandler ) // Debe llamar a CloseComFiscal() CloseComFiscal( nHandler ) return DLL32 FUNCTION OpenComFiscal( nCom AS _INT, nMode AS _INT ) AS _INT PASCAL FROM "OpenComFiscal" LIB "winfis32.dll" DLL32 FUNCTION ...
by hectorpapiri
Fri Nov 24, 2017 5:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 FW24 vs FW916
Replies: 17
Views: 3020

Re: DLL32 FW24 vs FW916

manual en .pdf: https://impresorasfiscalespanama.com/wp-content/uploads/2015/12/Manual-WINFIS32_DLL-v0427.pdf Como usted llama la dll asi,    nError := CallDll32 ( "InitFiscal", "WINFIS32.DLL", handler )   If nError==0      l...
by karinha
Fri Nov 24, 2017 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 FW24 vs FW916
Replies: 17
Views: 3020

Re: DLL32 FW24 vs FW916

Hector,

Si me envias un sencillo PRG de prueba, lo construimos con FWH 17.09 y te lo envio para que lo pruebes
by Antonio Linares
Fri Nov 24, 2017 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 FW24 vs FW916
Replies: 17
Views: 3020

Re: DLL32 FW24 vs FW916

Antonio Linares wrote:Hector,

Prueba a cambiar todos los _INT por LONG y DLL32 por DLL


No Antonio, sigue respondiendo lo mismo.
by hectorpapiri
Thu Nov 23, 2017 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 FW24 vs FW916
Replies: 17
Views: 3020

Re: DLL32 FW24 vs FW916

Hector,

Prueba a cambiar todos los _INT por LONG y DLL32 por DLL
by Antonio Linares
Thu Nov 23, 2017 6:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 FW24 vs FW916
Replies: 17
Views: 3020

Re: DLL32 FW24 vs FW916

karinha wrote:Mira los SET de compilacion:

Code: Select all  Expand view

Set hdir=C:\XHB1612
Set bcdir=C:\bcc7
Set fwhdir=C:\FwH1612
 



Bién como, los *.CFG

Saludos.


Gracias Joao, pero no es el caso.
Para evitar que sea por modificaciones propias, armamos un prg de prueba y lo compilamos con los buildx.bat de ambas versiones.
by hectorpapiri
Wed Nov 22, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 FW24 vs FW916
Replies: 17
Views: 3020

Re: DLL32 FW24 vs FW916

Mira los SET de compilacion:

Code: Select all  Expand view

Set hdir=C:\XHB1612
Set bcdir=C:\bcc7
Set fwhdir=C:\FwH1612
 



Bién como, los *.CFG

Saludos.
by karinha
Wed Nov 22, 2017 6:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 FW24 vs FW916
Replies: 17
Views: 3020

Re: DLL32 FW24 vs FW916

Mira se estais usando las LIBS correctas: C:\FWH1612\lib\FiveHX.lib            +C:\FWH1612\lib\FiveHC.lib            +C:\XHB1612\lib\hbzip.Lib             +C:\XHB1612\lib\zlib.Lib         &n...
by karinha
Wed Nov 22, 2017 6:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 FW24 vs FW916
Replies: 17
Views: 3020

Re: DLL32 FW24 vs FW916

karinha wrote:FWH2.4 -> És 16 ó 32 bits? Se és 16 Bits, mira se no estais usando una classe de terceros incompatible con el FWH9.16.

FWH9.16 xHarbour, és el mismo que vién con la instalacíon que envió Antonio Liñares?

Saludos.


Es de 32b y es todo el paquete que envió Antonio.
by hectorpapiri
Wed Nov 22, 2017 6:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 FW24 vs FW916
Replies: 17
Views: 3020

Re: DLL32 FW24 vs FW916

FWH2.4 -> És 16 ó 32 bits? Se és 16 Bits, mira se no estais usando una classe de terceros incompatible con el FWH9.16.

FWH9.16 xHarbour, és el mismo que vién con la instalacíon que envió Antonio Liñares?

Saludos.
by karinha
Wed Nov 22, 2017 6:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 FW24 vs FW916
Replies: 17
Views: 3020
PreviousNext

Return to advanced search