News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

radasm & xp style

Started by 5k3l3t0r, February 08, 2007, 03:38:35 PM

Previous topic - Next topic

5k3l3t0r

Hi all...
hi have a prob whith a .res file from radasm, i´m coding a litle app that generate the .XML, update the .rc and update the .res file from my projects in radasm to have the XP Style... everything go fine when create .xml and when update the .RC but when i try to modify the .res i have a compilation error...
i make some exp. and i see when you manually open the .res add a space to text, delete the space and save, the text look the same but when you compile radasm fail...
can someone hellp me??

Sorry about my english...
bye
5k3l3t0r

ramguru

You're not supposed to edit any bit of .res file manually. It's equal to manual executable modification... Better look for appropriate Rc file in \Res directory

Tedd

The .res file is to generated from the .rc - modify the .rc contents, and then generate the new .res from that (use the resource compiler.)
No snowflake in an avalanche feels responsible.