Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling xatrix (Visual Studio 2019) #985

Open
nashmuhandes opened this issue Mar 25, 2023 · 1 comment
Open

Error compiling xatrix (Visual Studio 2019) #985

nashmuhandes opened this issue Mar 25, 2023 · 1 comment

Comments

@nashmuhandes
Copy link

(I hope it's OK to make separate threads to keep the troubleshooting filtered and less noisy)

With the xatrix game code, I am getting this error:

2>   Creating library D:/Projects/Game Projects/Quake2/yamagi/yquake2-xatrix-build/Release/game.lib and object D:/Projects/Game Projects/Quake2/yamagi/yquake2-xatrix-build/Release/game.exp
2>shared.obj : error LNK2019: unresolved external symbol _strcasecmp referenced in function _Q_stricmp
2>D:\Projects\Game Projects\Quake2\yamagi\yquake2-xatrix-build\Release\game.dll : fatal error LNK1120: 1 unresolved externals
2>Done building project "game.vcxproj" -- FAILED.
@voodoo84
Copy link

_Q_stricmp should probably point to _stricmp on Windows as documented here.

This guy also run on this problem two years ago, see here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants