FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New FWH 24.04
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New FWH 24.04
Posted: Wed Apr 24, 2024 07:15 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: New FWH 24.04
Posted: Wed Apr 24, 2024 08:30 AM
Dear Antonio,

I add my some code into window.prg from 2404 class\window.prg
when I compile and appear error below:
Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Error: Unresolved external 'SetWindowThemeAttribute' referenced from S:\PROJECT\ACCOUNTS PAYABLE SYSTEM\SQL-UNICODE-SDI\xxx\OBJ32UH\WINDOW.OBJ
Error: Unresolved external 'SetWindowTheme' referenced from S:\PROJECT\ACCOUNTS PAYABLE SYSTEM\SQL-UNICODE-SDI\xxx\OBJ32UH\WINDOW.OBJ
I think not my code problem. Any idea?
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 24.04
Posted: Wed Apr 24, 2024 08:47 AM

Dear Richard,

You have to link uxtheme.lib

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: New FWH 24.04
Posted: Wed Apr 24, 2024 09:03 AM
Antonio Linares wrote:Dear Richard,

You have to link uxtheme.lib
oh... my mistake. It's working now. Thank you so much.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit

Continue the discussion