News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

RadASM v2.2.2.1

Started by fearless, December 03, 2015, 08:15:36 AM

Previous topic - Next topic

fearless

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.

Grincheux

Thanks. I will use it rather than RadAsm V3.
The version 2.2 is the best verison.
Kenavo (Bye)
----------------------
Help me if you can, I'm feeling down...

ragdog

Wha is it the best version i have use Radasm v 2 many years now Radasm 3 since second release.

Grincheux

I use RadAsm 3.0.0.9c
Tomorow it will be 2.2 (thanks Fearless)
Kenavo (Bye)
----------------------
Help me if you can, I'm feeling down...

guga

Can someone help me configuring Radasm ? I cannot make it work. It has been years since i last tried.


Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

Grincheux

You don't have the rc.exe or you have specified your assembler : "Option : Programming Language" and "option : environment"
Kenavo (Bye)
----------------------
Help me if you can, I'm feeling down...

ragdog

Install Radasm on C or change the environment variable
C:\masm32
C:\Radasm

guga

Yes...masm is installed on the normal folder c:\masm32 and radasm is installed inside the masm folder.
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

guga

Ok, done. Changed the environment path. many thanks, guys :)
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com