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)
RES or RC from 16- to 32-bit
RES or RC from 16- to 32-bit
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
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
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
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