Cannot Open File Irvine32. Inc
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...
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.
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!
open project properties. expand Microsoft Macro assembly << click on general. add folder path in "INCLUDE PATHS".