Build Log |
|
Command Lines |
Creating temporary file "d:\AsmBook6\examples\ch14\Project\Debug\BAT00000138803080.bat" with contents [ @echo off ml.exe /c /nologo /Fo"Debug\Fileio.obj" /Fl"Fileio.lst" /I "c:\Irvine" /W3 /Zi /errorReport:prompt /Ta..\Fileio.asm if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Assembling..." exit 1 :VCEnd ] Creating command line "d:\AsmBook6\examples\ch14\Project\Debug\BAT00000138803080.bat" |
Output Window |
Assembling... Assembling: ..\Fileio.asm ..\Fileio.asm(19) : error A2006:undefined symbol : DGROUP ..\Fileio.asm(30) : error A2074:cannot access label through segment registers ..\Fileio.asm(31) : error A2074:cannot access label through segment registers ..\Fileio.asm(41) : error A2074:cannot access label through segment registers ..\Fileio.asm(42) : error A2074:cannot access label through segment registers ..\Fileio.asm(52) : error A2074:cannot access label through segment registers ..\Fileio.asm(53) : error A2074:cannot access label through segment registers Project : error PRJ0019: A tool returned an error code from "Assembling..." |
Results |
Build log was saved at "file://d:\AsmBook6\examples\ch14\Project\Debug\BuildLog.htm" Project - 2 error(s), 0 warning(s) |