News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RadASM errors

Started by bunnyboi, July 15, 2008, 01:14:25 AM

Previous topic - Next topic

bunnyboi

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.

KetilO

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

bunnyboi

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.

KetilO

Looks like you have a 16 bit version of nmake.
Try building without using nmake or get a new version.

KetilO

bunnyboi

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.