Skip to content
This repository has been archived by the owner. It is now read-only.

C Runtime linking warnings on OpenGL builds #523

Closed
erorcun opened this issue May 8, 2020 · 1 comment
Closed

C Runtime linking warnings on OpenGL builds #523

erorcun opened this issue May 8, 2020 · 1 comment

Comments

@erorcun
Copy link
Collaborator

@erorcun erorcun commented May 8, 2020

in VS2019 at least.

LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library

Game seems to work without issues, but they must be fixed.
Should be either librw, glfw or/and glew. Since we're compiling our own librw, and once I was compiling my own glfw, most suspicious library among them is glew.

@ghost ghost added the enhancement label Jul 22, 2020
@erorcun
Copy link
Collaborator Author

@erorcun erorcun commented Jun 28, 2021

I don't see that anymore, maybe because of we removed glew.

@erorcun erorcun closed this Jun 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant