The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: Hans on March 08, 2006, 11:12:56 PM

Title: RadAsm
Post by: Hans on March 08, 2006, 11:12:56 PM
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.
Title: Re: RadAsm
Post by: donkey on March 08, 2006, 11:54:36 PM
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.