Page 1 of 1

New FWH 24.04

PostPosted: Wed Apr 24, 2024 7:15 am
by Antonio Linares

Re: New FWH 24.04

PostPosted: Wed Apr 24, 2024 8:30 am
by richard-service
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?

Re: New FWH 24.04

PostPosted: Wed Apr 24, 2024 8:47 am
by Antonio Linares
Dear Richard,

You have to link uxtheme.lib

Re: New FWH 24.04

PostPosted: Wed Apr 24, 2024 9:03 am
by richard-service
Antonio Linares wrote:Dear Richard,

You have to link uxtheme.lib


oh... my mistake. It's working now. Thank you so much.