New FWH 24.04

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

New FWH 24.04

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
richard-service
Posts: 807
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Has thanked: 1 time
Contact:

Re: New FWH 24.04

Post 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?
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: New FWH 24.04

Post by Antonio Linares »

Dear Richard,

You have to link uxtheme.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
richard-service
Posts: 807
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Has thanked: 1 time
Contact:

Re: New FWH 24.04

Post 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.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Post Reply