News:

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

asm console promgram do not run in other file

Started by Tally, March 19, 2010, 02:14:29 PM

Previous topic - Next topic

Tally

Hello,everyone!
I have a problem ,as follows:
I can run my promgram using Qedit/console Assmebel&Link  when the program is in D:\masm32\source\test6 .
But when I put the program in F:\masm\my program, it doesn't been complied with Qedit/console Assmebel&Link  commend,no warnning ,no error and no response.
Could you help me ?
thanks.
Please fogive my poor English.

hutch--

The build mechanism in masm32 only works on one partition, this is by design so it can be installed on multiple partitions on the same machine.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Tally

Quote from: hutch-- on March 19, 2010, 02:40:46 PM
The build mechanism in masm32 only works on one partition, this is by design so it can be installed on multiple partitions on the same machine.
Thanks a lot!