FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour RES or RC from 16- to 32-bit
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
RES or RC from 16- to 32-bit
Posted: Thu Feb 08, 2007 11:04 PM

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. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
RES or RC from 16- to 32-bit
Posted: Thu Feb 08, 2007 11:33 PM

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
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
RES or RC from 16- to 32-bit
Posted: Mon Feb 12, 2007 10:51 AM

Antonio,

Thanks a lot.

I'll try it out.

Michel

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Continue the discussion