The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: robbo on April 30, 2005, 02:29:19 PM

Title: ERROR A4910 - ml command error message
Post by: robbo on April 30, 2005, 02:29:19 PM
Can anyone help, I am a beginner and cant find the beginner forum. I have been using masm but not for a while. I went to write a program and i am getting the following error message A4910 can not open file......ML.error. I didnt have any problems about 6 weeks ago now I cant get it to compile by text files. Any suggestions!!
Title: Re: ERROR A4910 - ml command error message
Post by: MichaelW on April 30, 2005, 04:22:44 PM
Hi robbo,

One simple fix would be to make sure ML.ERR is in the same directory with ML.EXE.
Title: Re: ERROR A4910 - ml command error message
Post by: Mark Jones on April 30, 2005, 05:11:38 PM
Mine was deleted accidentally... it seems that quite a few drive-cleaning and maintenance applications think .ERR files are okay to delete. Hutch, could this warrant the System flag to be set? Simple fix. :)
Title: Re: ERROR A4910 - ml command error message
Post by: robbo on May 10, 2005, 05:54:37 PM
Quote from: MichaelW on April 30, 2005, 04:22:44 PM
Hi robbo,

One simple fix would be to make sure ML.ERR is in the same directory with ML.EXE.


Thanks for that!!! I got it working but  I am now trying to work out how to get my program to show negative numbers when it subtracts one integer from another and the result is negative. I cant seem to get the minus sign to show on screen I keep getting all sorts but not a negative sign. Any quick solutions!!
Title: Re: ERROR A4910 - ml command error message
Post by: hutch-- on May 10, 2005, 09:53:51 PM
robbo,

The actual data should be the same but it will have something to do with how you converted it for display. Just show us some of how you are doing it and it can most probably be fixed.