The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Dillon on April 26, 2011, 10:47:26 PM

Title: Using HLA and RADASM in WIN7 environment
Post by: Dillon on April 26, 2011, 10:47:26 PM
This was originally posted in the HLA forum but it was probably the wrong place. So I moved here -- Dillon



Has anyone successfully installed and run either HLA or RADASM under Windoze 7?  I have installed both and neither will compile any of the examples.  I installed these about two weeks ago and it seems to me that I had problems installing the DLL fiiles on one or both packages but I dont remember now. 

I am considering uninstalling both and trying again.. Comments, suggestions please


Dillon
Title: Re: Using HLA and RADASM in WIN7 environment
Post by: Astro on April 27, 2011, 02:55:41 AM
Hi,

I presume UAC is disabled?

What is the status of DEP?

Best regards,
Robin.
Title: Re: Using HLA and RADASM in WIN7 environment
Post by: dedndave on April 27, 2011, 03:40:12 AM
win 7 32-bit or 64-bit ?
Title: Re: Using HLA and RADASM in WIN7 environment
Post by: Druesukker on April 27, 2011, 03:36:48 PM
Hello.

I have recently installed radASM with HLA.

http://www.oby.ro/rad_asm/

Download the
2.2.1.6 IDE pack (932K) ,
RadASM programming pack (943K) and
RadASM programming pack (1000K)

Then dowload the zip file from this page
http://alyn.dk/hla-patch.html

Then go ahead and extract the last file (hla-patch) you downloaded and place it inside a folder called: radasm
You should place the radasm folder inside the ...\hla folder. Place the patch file into the ...\hla directory.

Then go ahead and extract the 3 zip/rar files you have downloaded from the radASM homepage.
place the contents from the 2.2.1.6 IDE pack (932K) in the radasm folder and accept replacing the files.

then copy the contents from the
RadASM programming packs inside the ...hla\radasm folder
Important! Do not replace the AddIns folder when you copy the files from the programming packs
Copy the files from the AddIns folders in the programming packs into the ..hla\radasm\AddIns  folder.

Just copy the other contents from the programming packs into the .hla\radasm folder.

Now go ahead and run the pacth wich will setup your inviroment variables for you.

When you have opened radASM you should click on Options -> Programming languages
and then add the ..hla\radasm\hla.ini file.

Now you are good to go and you should read this tutorial to learn to setup makefiles:
http://charon.bdeb.qc.ca/docs/asm/art_of_programming/RadAsmUser.pdf

I prefer using my own setup to notepad++ though. You can get it from this site if you want:
http://alyn.dk/hla-syntax.htm

I hope it will work for you :)