Search found 50 matches: fwcalldll

Return to advanced search

Re: DLLCALL under Fivewin

Dear Jimmy, When Harbour crashes it generates a hb_out.log file. Your example reports this: Called from FWCALLDLL(0) Called from DEVICEIOCONTROL(459) in jimmy.prg Called from LOCKVOLUME(340) in jimmy.prg Called from EJECTMEDIA(191) in jimmy.prg Called from (b)USBEJECT(77) in ...
by Antonio Linares
Mon Dec 05, 2022 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2634

Re: DLLCALL under Fivewin

... C:\WINDOWS\System32\coml2.dll 65BF0000 0005C000 C:\WINDOWS\SYSTEM32\ntshrui.dll 66950000 0000E000 C:\WINDOWS\SYSTEM32\cscapi.dll Called from FWCALLDLL(0) Called from CREATEFILE(0) in .\HBEJECT.PRG Called from CREATEVOLHANDLE(0) in .\HBEJECT.PRG Called from EJECTMEDIA(0) in .\HBEJECT.PRG Called ...
by Jimmy
Fri Dec 02, 2022 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2634

Re: Fatal: Too many DEF file names: c:\fwh\lib\FiveHC.lib

... 00124000 C:\Windows\SYSTEM32\MFC42.DLL 00E30000 0000A000 C:\crystal\IMPLODE.DLL 75A40000 00103000 C:\Windows\System32\MSCTF.dll Called from FWCALLDLL(0) Called from TCCRPE:PEOPENENGINE(0) in .\Tcrw.PRG Called from TCCRPE:NEW(0) in .\Tcrw.PRG Called from MAIN(0) in .\testcrys.PRG ------------------------------------------------------------------------ ...
by Ramón J.
Thu Mar 11, 2021 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Too many DEF file names: c:\fwh\lib\FiveHC.lib [SOLUCIONADO]
Replies: 12
Views: 1042

Re: Fatal: Too many DEF file names: c:\fwh\lib\FiveHC.lib

Gracias, Enrico, de nuevo. He seguido tus instrucciones y he cambiado de Tcrw.prg todas las referencias de CallDll por FWCallDll. Ahora se genera el exe sin errores, pero no se abre.

https://mega.nz/file/s0Z0RZBJ#m6Jer5IQfDZqu3L6LDfUCYwBmLLojDOtr-mbCRRMpt8

Perdona las molestias
by Ramón J.
Wed Mar 10, 2021 9:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Too many DEF file names: c:\fwh\lib\FiveHC.lib [SOLUCIONADO]
Replies: 12
Views: 1042

Re: QRCODE

Juan,

Si no tiene CallDll() prueba con FWCallDll()
by Antonio Linares
Thu Dec 13, 2018 8:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745

Re: Utilizar funciones de una dll con harbour

... requieren de FW, por lo tanto no me sirve para utilizar con Harbour nativo. Cristobal, el código ppo de la opcion que me sugieres, hecha mano de FWCallDLL y GetProcAdd de FW function GetTextW( nHandle,cT,nMax ) ; local _hDLL := If( ValType( "user32.dll" ) == "N", "user32.dll", ...
by Xevi
Mon Dec 10, 2018 8:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Utilizar funciones de una dll con harbour
Replies: 6
Views: 1334

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333

New FTDN June/Junio 2017 (FWH 17.06)

June 2017 ========= * Enhancement: FWH 64 bits function FWCallDLL() now supports up to 12 parameters. This change was required to support the TensorFlow DLL: http://forums.fivetechsupport.com/viewtopic.php?f=17&t=34151&p=202384#p202384 * Enhancement: ...
by Antonio Linares
Fri Jun 23, 2017 4:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2017 (FWH 17.06)
Replies: 10
Views: 3841

Re: Rotar imagen Error solo en 64 bits

Luis,

He añadido ese método a la Clase TImage para la próxima versión de FWH y he realizado unos cambios en la función FWCallDll() para que soporte el parámetro DOUBLE correctamente.

Te he enviado las nuevas librerias por email

Gracias!
by Antonio Linares
Sun Apr 24, 2016 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rotar imagen Error solo en 64 bits
Replies: 3
Views: 892

Re: FWH64

... SS:RSP:002B:000000000014A480 DS:002B ES:002B FS:0053 GS:002B Flags:00010202 Exception Parameters: 0000000000000000 0000000000000002 Called from FWCALLDLL(0) Called from FIGETFILETYPE(0) in .\source\classes\IMAGE.PRG Called from FILOADIMG(0) in .\source\classes\IMAGE.PRG Called from TIMAGE:LOADIMAGE(0) ...
by byte-one
Fri Apr 01, 2016 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25128

Re: Borland7 versus VisualStudio

JM, Este código está funcionando bien con FWH 64. He implementado unos cambios en la funcion FWCALLDLL() para 64 bits, que aunque se llama igual que la usada en 32 bits, su código es muy diferente: Te envío por email las librerias modificadas. En la próxima versión de ...
by Antonio Linares
Fri Mar 18, 2016 8:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borland7 versus VisualStudio
Replies: 35
Views: 9435

Re: Borland7 versus VisualStudio

... de cabecera tienes #xcommand DLL... #xcommand DLL32... si se pudiera añadir un #xcommand DLL64... . También hay funciones GetProcAdd/GetProc32 , FWCallDLL/FWCallDLL32 , LoadLibrary/LoadLib32 y FreeLibrary/FreeLib32 lo que denota que tuviste que adaptar el tema en su tiempo. Gracias. P.D.: Sea ...
by JmGarcia
Fri Mar 18, 2016 7:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borland7 versus VisualStudio
Replies: 35
Views: 9435

Re: Error de enlazado con FWH 14.11 y xHarbour 1.2.3

Esas funciones se han renombrado como FWCallDLL() y GetProcAdd() para evitar conflictos con Harbour :-)
by Antonio Linares
Sun Dec 07, 2014 8:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de enlazado con FWH 14.11 y xHarbour 1.2.3
Replies: 18
Views: 5021

Re: Converting from xHarbour to Harbour

Maurizio,

Please review FWH\include\dll.ch and there you will see that you have to use:

GetProcAdd() and FWCallDLL()

thanks
by Antonio Linares
Mon Sep 22, 2014 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting from xHarbour to Harbour
Replies: 5
Views: 1362
Next

Return to advanced search