I am trying to assemble program in masm 6.15, but it gives the error as mentioned in title. I am trying to search this error in Google and different search engine, but no helpful information is available, so kindly help.
12 Answers
Try writing the absolute path to file. And perhaps try including irnive32.lib using the
includelib irvine32.lib I used that same library and read the book. I avoided visual studio and used the MASM32 assembler and the editor that came with it. I did not have any problem with include files since!
2open project properties. expand Microsoft Macro assembly << click on general. add folder path in "INCLUDE PATHS".