r0ger Posted June 13, 2020 Posted June 13, 2020 (edited) 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, 2020 by r0ger
kao Posted June 13, 2020 Posted June 13, 2020 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. 1
r0ger Posted June 13, 2020 Author Posted June 13, 2020 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! 😉
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now