The MASM Forum

Projects => Rarely Used Projects => RadAsm IDE Support => Topic started by: fearless on December 03, 2015, 08:15:36 AM

Title: RadASM v2.2.2.1
Post by: fearless on December 03, 2015, 08:15:36 AM
Came across an issue with adding more than 256 resource items via RadASM's resource manager (Project Menu->Resource). The grid would show the extra items (bitmaps/icons/rcdata etc), but when saving to the actual resource file (.rc) it would cut off anything > 256 items. As the source code is on sourceforge and i had downloaded it, i figured it was a limit in RadASM itself, so was worth a look to see if i could spot anything.

Sure enough in the Resource.asm file there where two entries in the ResourceExport procedure and one in the ResourceProc procedure:

.while nInx<256


So i have changed this to 512 and tested adding resource items beyond the 256 boundary and they do save correctly to the .rc file now.

Ive updated the version no and attached the compiled exe file for anyone who may be using RadASM in case they run into this issue.
Title: Re: RadASM v2.2.2.1
Post by: Grincheux on January 05, 2016, 12:36:16 AM
Thanks. I will use it rather than RadAsm V3.
The version 2.2 is the best verison.
Title: Re: RadASM v2.2.2.1
Post by: ragdog on January 05, 2016, 04:40:08 AM
Wha is it the best version i have use Radasm v 2 many years now Radasm 3 since second release.
Title: Re: RadASM v2.2.2.1
Post by: Grincheux on January 05, 2016, 08:11:05 AM
I use RadAsm 3.0.0.9c
Tomorow it will be 2.2 (thanks Fearless)
Title: Re: RadASM v2.2.2.1
Post by: guga on January 06, 2016, 03:42:17 AM
Can someone help me configuring Radasm ? I cannot make it work. It has been years since i last tried.
(http://i67.tinypic.com/21j3u4g.jpg)

Title: Re: RadASM v2.2.2.1
Post by: Grincheux on January 06, 2016, 04:12:41 AM
You don't have the rc.exe or you have specified your assembler : "Option : Programming Language" and "option : environment"
Title: Re: RadASM v2.2.2.1
Post by: ragdog on January 06, 2016, 06:37:15 AM
Install Radasm on C or change the environment variable
C:\masm32
C:\Radasm
Title: Re: RadASM v2.2.2.1
Post by: guga on January 06, 2016, 06:46:58 AM
Yes...masm is installed on the normal folder c:\masm32 and radasm is installed inside the masm folder.
Title: Re: RadASM v2.2.2.1
Post by: guga on January 06, 2016, 06:52:13 AM
Ok, done. Changed the environment path. many thanks, guys :)