The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: 5k3l3t0r on February 08, 2007, 03:38:35 PM

Title: radasm & xp style
Post by: 5k3l3t0r on February 08, 2007, 03:38:35 PM
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
Title: Re: radasm & xp style
Post by: ramguru on February 08, 2007, 05:02:32 PM
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
Title: Re: radasm & xp style
Post by: Tedd on February 08, 2007, 05:32:32 PM
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.)