Page 1 of 1
Problem with FWH 24.04 and xHarbour Builder - solved
Posted: Wed May 22, 2024 8:44 am
by driessen
Hello,
In FWH 24.02 everything is building just fine with xHarbour Builder (which I use for debugging).
But with FWH 24.04 I get an error "Can't build" without any specification.
Anyone any idea what is wrong?
Thanks.
Re: Problem with FWH 24.04 and xHarbour Builder
Posted: Wed May 22, 2024 9:16 am
by Antonio Linares
Dear Michel,
FWH\samples\buildxhb tutor02
is working fine
Do you get any error.log ? Please look for *.log files
Re: Problem with FWH 24.04 and xHarbour Builder
Posted: Wed May 22, 2024 9:51 am
by driessen
Thanks, Antonio.
I found a log-file which says: fatal error: Corrupt library: 'C:\BCC7732\lib\psdk\Uxtheme.lib'
I use the same library when I build my application with Harbour without any problem.
Re: Problem with FWH 24.04 and xHarbour Builder
Posted: Wed May 22, 2024 9:55 am
by Antonio Linares
Michel,
You should use c:\xhb\c_lib\win\uxtheme.lib
where xhb is your xHarbour commercial path
Re: Problem with FWH 24.04 and xHarbour Builder
Posted: Wed May 22, 2024 10:15 am
by driessen
Thank you so much, Antonio.
Problem solved.
You are the best !!!