Search found 38 matches: getprocadd

Return to advanced search

In Marco's sample there is a preprocessor directive that redefines DLL command. There he has to replace GetProcAddress() with GetProcAdd(), or just remove that directive.

EMG
by Enrico Maria Giordano
Mon Oct 20, 2008 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with FWH 8.10
Replies: 8
Views: 1735

You have to replace GetProcAddress() with GetProcAdd(). Look at FWH whatsnew.

EMG
by Enrico Maria Giordano
Mon Oct 20, 2008 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with FWH 8.10
Replies: 8
Views: 1735

Septiembre 2008 ============ *** Cambio importante en FWH 8.09 *** Hemos cambiado el nombre de la función GetProcAddress() de FWH a GetProcAdd() ya que Harbour/xHarbour la proporcionan y la de ellos es la estandard de Windows. La de FWH está adaptada para ser usada con el comando ...
by Antonio Linares
Wed Sep 24, 2008 1:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September / Septiembre 2008 (8.09)
Replies: 2
Views: 2890

Cambio importante en FWH 8.09: Hemos cambiado el nombre de la función GetProcAddress() de FWH a GetProcAdd() ya que Harbour/xHarbour la proporcionan y la de ellos es la estandard de Windows. La de FWH está adaptada para ser usada con el comando DLL FUNCTION ...
by Antonio Linares
Thu Sep 18, 2008 8:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 8.09
Replies: 3
Views: 742

Important change in FWH 8.09:

We have renamed FWH GetProcAddress() into GetProcAdd() as FWH was using a non standard one, and Harbour and xHarbour provide the standard one.

So all the PRG files where you use DLL FUNCTION ... have to be recompiled (as GetProcAdd() is used from that command).
by Antonio Linares
Thu Sep 18, 2008 8:10 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September / Septiembre 2008 (8.09)
Replies: 2
Views: 2890

Important change in FWH 8.09: We have renamed FWH GetProcAddress() into GetProcAdd() as FWH was using a non standard one, and Harbour and xHarbour provide the standard one. So all the PRG files where you use DLL FUNCTION ... have to be recompiled ...
by Antonio Linares
Thu Sep 18, 2008 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 8.09
Replies: 15
Views: 5033

Ruben, Solucionado. Era un error nuestro debido a un cambio que hemos introducido: Resulta que Harbour proporciona GetProcAddress() y FWH tambien, con la diferencia de que la de FWH no es la llamada estandard al API de Windows. Para evitar conflictos hemos optado por renombrar la ...
by Antonio Linares
Thu Sep 18, 2008 8:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 0809 no arranca aplicacion (solucionado)
Replies: 15
Views: 2056

FiveWin / Internet use Wininet.dll

... ValType( xdll ) == "N", xdll, LoadLib32( "xdll" ) ) local uResult local cFarProc local sb1 := sbuffer , sb2, sb3 if Abs( hDLL ) > 32 cFarProc = GetProcAdd( hDLL, "InternetReadFile" ,.T., 7 , 7 , 8 , 7, 7 ) uResult = CallDLL( cFarProc , hFile , @sBuffer, lNumBytesToRead, @lNumberOfBytesRead ) ...
by cgraeber
Tue Sep 04, 2007 11:35 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveWin / Internet use Wininet.dll
Replies: 1
Views: 1864
Previous

Return to advanced search