Posted June 13, 20205 yr hey there all. whenever i try to add a v2m file on masm32 (with a V2m player from magic_h2001, include file + library), i get an error saying: LINK : fatal error LNK1104: cannot open file "OLDNAMES.lib" how do i fix this problem? Edited June 24, 20205 yr by r0ger
June 13, 20205 yr You'll probably need to use the "/nodefaultlib" switch. Assuming you used the ZIP file from here: check the make.bat for example command-line.
June 13, 20205 yr Author 4 minutes ago, kao said: You'll probably need to use the "/nodefaultlib" switch. Assuming you used the ZIP file from here: check the make.bat for example command-line. yeah. i solved it now: i had to use the /nodefaultlib switch in the link settings in order to work and now it works. thank you so much! 😉
Create an account or sign in to comment