News:

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

MASM : fatal error A1000:

Started by vikas, October 31, 2008, 02:13:35 PM

Previous topic - Next topic

vikas

Assembling: c:\Documents
MASM : fatal error A1000: cannot open file : c:\Documents
Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"


I am getting above erroe.

Kindly help me if possible.

Thanks in advance

Mark Jones

...Did not you just say, in another thread, that this is an error from the MSVC++ tool chain?
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

MichaelW

vikas,

I'm not sure exactly what you are doing, but for the command lines of the versions of ML and LINK supplied in the MASM32 package (and I think probably later versions) any path with one or more embedded spaces must be enclosed in double quotes. One way around this, that may or may not be possible in your case, and assuming that the filenames do not contain embedded spaces, is to work from the directory were the source files are stored, so you need only specify the filenames on the command lines.

eschew obfuscation

KeepingRealBusy

You could also use the short (mangled DOS 8.3) path name for the .BAT call.

vikas

Actully I created the application in which we are using few asembly files too . Its vc++ application . I run the same application on Window xp,then I got the error ml.exe missing something like that.

So I just copy the required file in the proper location and it start working fine...

But when I am trying to run the same application on Mac machine ,it give me error given below:-

Assembling: c:\Documents
MASM : fatal error A1000: cannot open file : c:\Documents
Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
Actuall I have a software which creates the virtual environment in Mac machine that you are working in Window Xp machine. So why such error is coming in there..

Can anybody help me in this regard, Thanks in advance...