Page 1 of 1

RES or RC from 16- to 32-bit

Posted: Thu Feb 08, 2007 11:04 pm
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)

Posted: Thu Feb 08, 2007 11:33 pm
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

Posted: Mon Feb 12, 2007 10:51 am
by driessen
Antonio,

Thanks a lot.

I'll try it out.

Michel