FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error: Unresolved external 'GetModuleFileNameExA' GETTASKS
Posts: 582
Joined: Fri Oct 07, 2005 02:17 PM

Error: Unresolved external 'GetModuleFileNameExA' GETTASKS

Posted: Mon Jan 02, 2012 03:57 AM

Sres., buenas noches con FWH 10.09 he estado compilando sin problemas, ahora que intento compilar con el ultimo FWH 11.12 me arroja el error abajo descrito, falta enlazar alguna LIB ??, alguna idea de como solucionarlo ??, gracias ...

Error: Unresolved external 'GetModuleFileNameExA' referenced from C:\FWH1112\LIB\FIVEHX.LIB|GETTASKS
Error: Unable to perform link

Enrrique Vertiz Pitta

Lima-Peru

xHb 1.23.1026X, Fwh 25.01, BCC74, MySQL 8.0.X, SQLLIB 1.9m
Posts: 582
Joined: Fri Oct 07, 2005 02:17 PM

Re: Error: Unresolved external 'GetModuleFileNameExA' GETTASKS

Posted: Mon Jan 02, 2012 04:20 AM

Olvide mencionar que este problema no me sale con el ultimo entorno de trabajo que tengo que es Fwh 10.09, xHarbour 1.21.9336 y Bcc63, con el cambio a Fwh 11.12 y xHarbour 1.21.9411 y Bcc63 me esta saliendo ese mensaje, gracias ...

Enrrique Vertiz Pitta

Lima-Peru

xHb 1.23.1026X, Fwh 25.01, BCC74, MySQL 8.0.X, SQLLIB 1.9m
Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM

Re: Error: Unresolved external 'GetModuleFileNameExA' GETTASKS

Posted: Mon Jan 02, 2012 05:11 AM
Please include Borland psapi.lib in your make file

Code (fw): Select all Collapse
echo %bcdir%\lib\psdk\psapi.lib + >> b32.bc


Anser
Posts: 582
Joined: Fri Oct 07, 2005 02:17 PM

Re: Error: Unresolved external 'GetModuleFileNameExA' GETTASKS

Posted: Mon Jan 02, 2012 02:08 PM

Anser, thank you, works fine !!!

Enrrique Vertiz Pitta

Lima-Peru

xHb 1.23.1026X, Fwh 25.01, BCC74, MySQL 8.0.X, SQLLIB 1.9m
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM

Re: Error: Unresolved external 'GetModuleFileNameExA' GETTASKS

Posted: Mon May 14, 2012 01:50 PM
Hello,

added :

echo %bcdir%\lib\psdk\psapi.lib + >> b32.bc

message : unsupported 16bit from psapi.lib
using BCC63

is there maybe still another lib ?

Best Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Error: Unresolved external 'GetModuleFileNameExA' GETTASKS

Posted: Mon May 14, 2012 05:52 PM

Uwe,

Maybe you are using a wrong psapi.lib...

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion