Search found 38 matches: getprocadd

Return to advanced search

Re: Utilizar funciones de una dll con harbour

... 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: 1314

Re: Building Harbour 3.4 for BCC outside MSYS

Andi I am getting closer .. still something missing ... BuildxM c:\Fwh1707\lib\Fivehmx.lib c:\Fwh1707\lib\FiveHCM.lib c:\Fwh1707\Fiveh32.lib >> msvc.tmp rem echo c:\Fwh1707\lib\Fivehc32.lib c:\Fwh1707\lib\FiveHCM.lib >> msvc.tmp tutor01.obj : error LNK2001: unresolved external symbol _H...
by andijahja
Sun Dec 10, 2017 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17168

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: 6286

Re: Borland7 versus VisualStudio

... 64 bits. En este fichero 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. ...
by JmGarcia
Fri Mar 18, 2016 7:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borland7 versus VisualStudio
Replies: 35
Views: 9360

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: 4953

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: 1361

Re: Problema CALLDLL (Solucionado)

Antonio,

SÓLO funciona así:

#define CallDll fwcalldll
#define GetProcAddress GetProcAdd
by jmartial
Mon Sep 08, 2014 8:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema CALLDLL (Solucionado)
Replies: 8
Views: 991

Re: Problema CALLDLL (Solucionado)

... comandos según sea 32 o 64 bits. Yo he aplicado estos defines en el prg que las usa, y parece que funciona bien: #define CallDll fwcalldll #define GetProcAddress GetProcAdd Lo que sigo sin saber es si es correcto o en su lugar sería esto: #define CallDll fwcalldll32 #define GetProcAddress GetProcAdd32 ...
by jmartial
Sun Sep 07, 2014 10:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema CALLDLL (Solucionado)
Replies: 8
Views: 991

Re: Problemas de Complilación en FWH\Samples con xHarbour 1.2.3

Antonio: Gracias por tu aclaración, pero hice lo que me indicaste y efectivamente la función HB_FUN_GETPROCADD , está dentro de la FiveHC.lib. Efectuando una revisión de las carpetas de FWH, dentro de la distribución de FWH 13.08, en la carpeta \lib, existen las siguientes librerías: FiveHC.lib 2/12...
by checo176
Mon Oct 21, 2013 2:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas de Complilación en FWH\Samples con xHarbour 1.2.3
Replies: 11
Views: 2731

Re: Problemas de Complilación en FWH\Samples con xHarbour 1.2.3

Sergio, Una forma de asegurarte de que estes usando las librerias correctas, es que busques dentro de ellas esos símbolos. En el caso de HB_FUN_GETPROCADD es una función implementada en C, por lo que debe estar dentro de FiveHC.lib. Y la función HB_FUN_XBROWSENEW es una función implementada en PRG q...
by Antonio Linares
Mon Oct 21, 2013 5:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas de Complilación en FWH\Samples con xHarbour 1.2.3
Replies: 11
Views: 2731

Problemas de Complilación en FWH\Samples con xHarbour 1.2.3

Estimados: Acabo de hacer una actualización a FWH 13.08 y tratando de compilar algunos ejemplos con el archivo Buildx.bat incluidos en la carpera FWH\Samples , me sale siempre el siguien error: ────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for xHarbour 13.08...
by checo176
Sun Oct 20, 2013 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas de Complilación en FWH\Samples con xHarbour 1.2.3
Replies: 11
Views: 2731

New FTDN February/Febrero 2013 (FWH 13.02)

... * Enhancement: UEStudio settings for Harbour and FWH have been updated. Please review FWH\UStudio * Enhancement: function GetProcAdd() has been adapted to 64 bits. * Enhancement: Class TImage is properly working on 64 bits. You can check it using samples\testimg.prg. FreeImage64.dll ...
by Antonio Linares
Wed Feb 20, 2013 7:24 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2013 (FWH 13.02)
Replies: 0
Views: 1109

Re: DLL functions usage in Win 7

Boris, Please notice that the function to use is GetProcAdd() (special implementation for FWH) and not GetProcAddress() (Windows API standard one). Thats probably why DLL FUNCTION ... works fine for you, as it properly calls GetProcAdd() but your ...
by codemaker
Mon Jul 05, 2010 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL functions usage in Win 7
Replies: 10
Views: 3388

Re: DLL functions usage in Win 7

Boris, Please notice that the function to use is GetProcAdd() (special implementation for FWH) and not GetProcAddress() (Windows API standard one). Thats probably why DLL FUNCTION ... works fine for you, as it properly calls GetProcAdd() but your ...
by Antonio Linares
Mon Jul 05, 2010 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL functions usage in Win 7
Replies: 10
Views: 3388

Re: GPF error

Hello Antonio I have a casual GPF error and don't know how to resolve . The message is :Offset : 001fb5f and this is the section of the MAP file 0001:0001F02C c611_0 0001:0001F02C __SetAcceleratorTable 0001:0001F047 _HB_FUN_SETIDLEACT 0001:0001F04C _HB_FUN___GENGPF 0001:0001F058 _HB_FUN_WINRUN 0001...
by Patrizio
Tue Apr 20, 2010 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF error
Replies: 11
Views: 2548
Next

Return to advanced search