... this time i have just found this in BCC582\INCLUDE\WINABLE.H about GetWindowModuleFileName(), nothing about CallDll32(). Please, where are located GetModuleFileNameExA() and CallDll32() ? #if (WINVER < 0x0500) // these structures and functions // are in NT 5.00 and above winuser.h//// ...
... I return on the FW forums after long time of silence. This week i begin with FWH 13.7 and i have found 2 unresolved externals, for CallDll32() and GetModuleFileNameExA() listed below : -------------- Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external 'GetModuleFileNameExA' ...
Karinha, Gracias por responder. Al agregar bcc582\lib\PSDK\psapi.lib ya no aparecio el error del 'GetModuleFileNameExA.....' pero aun incluyendo el xHarbour\ct.lib me siguen apareciendo los errores: Error: Unresolved external '_png_get_io_ptr' referenced from C:\FWH\LIB\FIVEHC.LIB|FWPNG ...
... Error: Unresolved external '_png_create_read_struct' referenced from C:\FWH\LIB\FIVEHC.LIB|FWPNG Error: Unresolved external 'GetModuleFileNameExA' referenced from C:\FWH\LIB\FIVEHX.LIB|GETTASKS Lo que hice fue instalar/copiar todos los archivos de la nueva version para que ...
... Error: Unresolved external '_png_create_read_struct' referenced from C:\FWH\LIB\FIVEHC.LIB|FWPNG Error: Unresolved external 'GetModuleFileNameExA' referenced from C:\FWH\LIB\FIVEHX.LIB|GETTASKS Lo que hice fue instalar/copiar todos los archivos de la nueva version para que ...
Antonio, I'm the same have link problems building hbmk2. Using buildhm.bat plus libs bvcplr, hbct, xhm, send23 & I cannot link because I'm missing GetModuleFileNameExA@16'.
... local make script: hbmk.hbm hbmk2: Linking... pos32.exe c:/fwh/lib/fivehg.lib(GETTASKS.o):GETTASKS.c:(.text+0x180): undefined reference to `GetModuleFileNameExA@16' collect2: ld returned 1 exit status hbmk2: Error: Running linker. 1
... local make script: hbmk.hbm hbmk2: Linking... pos32.exe c:/fwh/lib/fivehg.lib(GETTASKS.o):GETTASKS.c:(.text+0x180): undefined reference to `GetModuleFileNameExA@16' collect2: ld returned 1 exit status hbmk2: Error: Running linker. 1 PS How can I link these libraries without copying the to ...
The problem was fixed. I have a new one when linking : c:/fwh/lib/fivehg.lib(GETTASKS.o):GETTASKS.c:(.text+0x180): undefined reference to `GetModuleFileNameExA@16' c:/fwh/lib/fivehgc.lib(RICHEDIT.o):RICHEDIT.C:(.text+0xa45): undefined reference to `OleUIPasteSpecialA@4' c:/fwh/lib/fivehgc.lib(RICHEDIT.o):RICHEDIT.C:(.text+0x12de): ...