Re: Error A2006



WhiteFox schrieb:
Fox ,
I'm not running Visual Studio 2005 ,but it looks
like you are not including a header file. Are you
assembeling from within the IDE (doesn't look
like it) or are you invoving ml 'stand alone' ?
If you gave us your command line ,it may help.
Mark Whitlock

I directly assembly the file in command prompt, the command line is simply:

ml test.asm

it is just a simple assembly program run in DOS mode, thus, I do not think
it will need any header files.

I'm not using VS2005, I just copy the ml.exe from VS2005 and try to do some
assembly works.

For 16Bit DOS, i use link.exe from MASM 5.x.

Dirk

.



Relevant Pages

  • Re: Error A2006
    ... like you are not including a header file. ... assembeling from within the IDE (doesn't look ... If you gave us your command line,it may help. ...
    (comp.lang.asm.x86)
  • Re: Error A2006
    ... I'm not running Visual Studio 2005,but it looks ... like you are not including a header file. ... assembeling from within the IDE (doesn't look ...
    (comp.lang.asm.x86)