News:

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

masm32 qeditor

Started by jacksrack, October 27, 2005, 08:35:22 AM

Previous topic - Next topic

jacksrack

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.

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

P1

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)

jacksrack

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

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

jacksrack

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!!

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php