Главная страница | назад





Article #17544: Converting resources from 16bit to 32bit.

 Question and Answer Database
FAQ2544D.txt Converting resources from 16bit to 32bit.
Category :Windows API
Platform :All
Product :All 32 bit
Question:
How do I convert a 16 bit res file to a 32 bit res file?
Answer:
Use Borland's WYSIWYG Resource Workshop 5.0 resource editor that
ships with the Borland RAD Pack to decompile the 16 bit .res file to a
.rc file. Once you have a .rc file, you can close the project, set
your preferances in Resource Workshop to "Win32", reload the .rc file,
then save as a .res file. Note: The Resource Workshop 5.0 can compile
and decompile both 16 and 32 bit resources from .rc, .res, .exe, .dll,
.drv, .vbx, .cpl, .ico,. bmp, .rle, .dlg, fnt, and cur files.
7/16/98 4:31:28 PM

Last Modified: 01-SEP-99