The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: bunnyboi on July 15, 2008, 01:14:25 AM

Title: RadASM errors
Post by: bunnyboi on July 15, 2008, 01:14:25 AM
When I put RadAsm, TASM, MASM, and HLA on my flashdrive and I keep getting errors.
When I start RadASM I get:
Cannot open file
H:\Documents\programming\RadASM\Hla\hlaCall.api
and it does that for all the api files in the folder for HLA and will do the same for TASM and MASM.
It also gave me errors about compressed folders but won't do it for me now.
The last error I get is that it won't create new projects and gives me this error:
H:\Documents\programming\RadASM\Hla\Projects\test
Could not create the folder.
What should I do? Do I have to edit something? Change a setting? Any help would be apprecieated.
Title: Re: RadASM errors
Post by: KetilO on July 15, 2008, 10:33:57 AM
There is no problems here having RadASM on a flashdrive using XP.

What OS are you using?
Did you verify that the files exist?
Is your drive read only?

KetilO
Title: Re: RadASM errors
Post by: bunnyboi on July 15, 2008, 04:55:10 PM
I fixed it last night. I didn't extract the .ini files and the folders to the same directory as RadASM. :red Now I get a nmake error when I try to compile any hla code. The error is:
16 bit MS-DOS Subsystem
NTVDM has encountered a system error
The Handle is invalid
Choose 'close' to terminate the application.
Title: Re: RadASM errors
Post by: KetilO on July 15, 2008, 08:25:15 PM
Looks like you have a 16 bit version of nmake.
Try building without using nmake or get a new version.

KetilO
Title: Re: RadASM errors
Post by: bunnyboi on July 16, 2008, 05:05:15 PM
I'm using version 1.5 of nmake which says its 32bit. If you can point me in the right direction to get another version of nmake that would be great. HLA won't compile without it.