The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: alexibm on February 08, 2010, 09:55:07 PM

Title: Help me get Started with RadAsm
Post by: alexibm on February 08, 2010, 09:55:07 PM
Hi !
I am absolute beginner in Assembly

I just got the latest version RadASM IDE Pack 2.2.1.9, opened it up and got multiple errors telling me that something is missing. My goal is to get started programming with HLA, following "The Art of Assembly Language Programming" book. Found the tutorial(http://members.a1.net/ranmasaotome/main.html), but there is no explanation on how to install the packages.

Thanks for any help !!
Title: Re: Help me get Started with RadAsm
Post by: UtillMasm on February 09, 2010, 04:30:10 AM
when you down RadASM IDE Pack, you will see the install guider.
Title: Re: Help me get Started with RadAsm
Post by: dedndave on February 09, 2010, 04:47:58 AM
http://radasm.cherrytree.at/

Ketil needs to update the link in his user profile   :U
Title: Re: Help me get Started with RadAsm
Post by: alexibm on February 09, 2010, 07:44:38 PM
I am confused.....

help does not work, since I am on vista
C:\Users\XYZ\Desktop\radasmide3\Help\dbgwin.hlp


what other files should I download and where should I place them ?

Thanks
Title: Re: Help me get Started with RadAsm
Post by: dedndave on February 09, 2010, 08:46:57 PM
i seem to recall the same problem on the forum before
i think there is a file you need or something to open .HLP files
use the forum search tool - i would try "HLP vista"
Title: Re: Help me get Started with RadAsm
Post by: qWord on February 09, 2010, 09:17:19 PM
Quote from: alexibm on February 09, 2010, 07:44:38 PM
help does not work, since I am on vista
...dbgwin.hlp
you must install this: WinHlp32.exe (http://www.microsoft.com/downloads/details.aspx?FamilyID=6ebcfad9-d3f5-4365-8070-334cd175d4bb&displaylang=en)
Title: Re: Help me get Started with RadAsm
Post by: alexibm on February 09, 2010, 11:41:12 PM
Well, I have downloaded a complete pack and now I can start fine

However, when I try to Build the program - following Error message is thrown " Error during process creation nmake build "

I have found out what makefile's job, but not sure where to get it, and where to install it.
Thanks !

Quote from: qWord on February 09, 2010, 09:17:19 PM
Quote from: alexibm on February 09, 2010, 07:44:38 PM
help does not work, since I am on vista
...dbgwin.hlp
you must install this: WinHlp32.exe (http://www.microsoft.com/downloads/details.aspx?FamilyID=6ebcfad9-d3f5-4365-8070-334cd175d4bb&displaylang=en)

Thanks for Link !!! Even though RadASM latest package has readable help file, I have installed it anyways.
Title: Re: Help me get Started with RadAsm
Post by: UtillMasm on February 10, 2010, 03:23:42 AM
i don't use nmake tool or radasm make menu, because they are too advance.
i use radasm create a '.cmd' batch file, then Win+R -> find '.cmd' file -> Enter.