Page 1 of 1

Latest xHarbour Commercial and FWH

Posted: Thu May 15, 2025 4:44 pm
by Randal
Using FWH 2025.04 and latest xHabour/xBuilder commerical.

Getting the following unresolved externals

xLINK: error: Unresolved external symbol '_HB_FUN_HB_HGET referenced from (Test.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_global_init_mem referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_global_cleanup referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_slist_free_all referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_easy_setopt referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_mime_free referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_easy_cleanup referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_easy_reset referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_easy_duphandle referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_easy_init referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_easy_pause referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_easy_perform referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_easy_send referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_easy_recv referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_mime_init referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_mime_addpart referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_mime_name referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_mime_filedata referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_slist_append referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_easy_getinfo referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_easy_escape referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_free referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_easy_unescape referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_version referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_version_info referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_easy_strerror referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_getdate referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_escape referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: error: Unresolved external symbol '__imp__curl_unescape referenced from hbcurl.lib(hbcurl.obj)'.

xLINK: fatal error: 29 unresolved external(s).

Thanks,
Randal

Re: Latest xHarbour Commercial and FWH

Posted: Thu May 15, 2025 6:34 pm
by Enrico Maria Giordano
Add:

Code: Select all | Expand

hbcurl.lib
libcurl.lib

Re: Latest xHarbour Commercial and FWH

Posted: Thu May 15, 2025 7:03 pm
by Antonio Linares
#xtranslate hb_HGet( [<x,...>] ) => HGet( <x> )

Re: Latest xHarbour Commercial and FWH

Posted: Thu May 15, 2025 7:28 pm
by Randal
Thank you for your reply.

xLINK: fatal error: Corrupt library: 'D:\FWH\lib\libcurl.lib'.

Thanks,
Randal