RES or RC from 16- to 32-bit

Post Reply
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

RES or RC from 16- to 32-bit

Post by driessen »

Hello,

I want to start migrating my FW 16-bit applications to xHarbour.

Can anyone tell me how to migrate 16-bit RES- or RC-files to 32-bit RES- or RC-files ?

Thanks.

Michel DRIESSEN
M&A Consult bvba
Genk (Belgium)
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Michel,

Change "TFolder" into "SysTabControl32".

Add these lines to support themes:
#ifdef __FLAT__
1 24 "WinXP/WindowsXP.Manifest"
#endif

"WinXP/WindowsXP.Manifest" is a file located at samples\winxp directory

Besides this, all you have to do is recompile your RC using Borland brc32.exe as used from samples\buildx.bat
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Post by driessen »

Antonio,

Thanks a lot.

I'll try it out.

Michel
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Post Reply