Latest xHarbour Commercial and FWH

Post Reply
Randal
Posts: 269
Joined: Mon Oct 24, 2005 8:04 pm
Been thanked: 1 time

Latest xHarbour Commercial and FWH

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 42863
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 198 times
Been thanked: 124 times
Contact:

Re: Latest xHarbour Commercial and FWH

Post by Antonio Linares »

#xtranslate hb_HGet( [<x,...>] ) => HGet( <x> )
regards, saludos

Antonio Linares
www.fivetechsoft.com
Randal
Posts: 269
Joined: Mon Oct 24, 2005 8:04 pm
Been thanked: 1 time

Re: Latest xHarbour Commercial and FWH

Post by Randal »

Thank you for your reply.

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

Thanks,
Randal
Post Reply