News:

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

RadAsm

Started by Hans, March 08, 2006, 11:12:56 PM

Previous topic - Next topic

Hans

Installed RadAsm according manual, I run,

program HelloWorld;
#include( "stdlib.hhf" )
begin HelloWorld;
   stdout.put( "Hello, World of Assembly Language", nl, nl );
   stdout.put( "Press enter to continue: " );
   stdin.readLn();
end HelloWorld;


Get
Make error(s) occured.
Can't find environment variables in manual or any other settings.
running win2000
some directions pleace.
thanks.

donkey

This should properly be posted in either the RadASM or HLA forums. The problem appears to be that you have not correctly installed HLA, I remember some issues with that a while ago. You will probably find your answer in the HLA forum or Randy can give you a hand with the installation.
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable