please tell me how to setup the qeditor to run ml.exe because it gives an assembly error and cannot find the file. I am running Win XP pro.
Jack, it will probaly be in the file you are trying to build. MASM32 assumes full paths and if they are not present, you will get these types of problems. Just post in the cde you are trying to build if its not too big and we can probably help you set it up to work with MASM32.
jacksrack,
Make the following change to BLDALL.BAT in BIN.
rem \masm32\bin\ml /c /coff "%1.asm" ;Old line
\masm32\bin\ml /c /coff "%1.asm" > "%1.txt"
It helps to output to file to hunt down and fix the mistakes made while coding. Or fixing the mistakes made by others.
Regards, P1 :8)
I am trying to run the example Hello world on my computer and here is the error message.
Assembling: C:\programming\hla\hw.asm
C:\programming\hla\hw.asm(1) : error A2088: END directive required at end of file
Volume in drive C has no label.
Volume Serial Number is 9C65-D2BC
Directory of C:\programming\hla
10/24/2005 01:20 AM 0 hw.asm
10/20/2005 10:21 AM 0 hw.bss.inc
10/20/2005 10:21 AM 161 hw.consts.inc
10/20/2005 10:21 AM 284 hw.data.inc
10/20/2005 10:21 AM 517 hw.extpub.inc
10/20/2005 09:44 AM 146 hw.hla
10/20/2005 10:21 AM 181 hw.link
10/20/2005 10:21 AM 0 hw.ro.inc
8 File(s) 1,289 bytes
0 Dir(s) 73,149,203,456 bytes free
Pls advise.
thanks.
bye!!
:U
Jack,
Try and build a batch file first that will build your project, once I know what that looks like, its easy to set up QE to do it regularly.
Hello Hutch,
Please give an example of how the batch file will look like. I will try to set it up once I see your example batch file.
thanks.
bye!!
Jack,
I don't use HLA so I don't know enough about it to write the comand lines required. If you ask in te HLA section, maybe one of the people who know it properly can help you with a basic batch file.