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.

1

2 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!

2

open project properties. expand Microsoft Macro assembly << click on general. add folder path in "INCLUDE PATHS".enter image description here

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy