Jump to content
Tuts 4 You

[SOLVED] Error while playing a v2m file on MASM32


r0ger

Recommended Posts

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 by r0ger
Link to comment

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.

 

  • Thanks 1
Link to comment

 

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

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...