GLee warning

Started by
1 comment, last by Gumgo 16 years, 10 months ago
I'm trying to use GLee for easier extension use but I'm getting this warning when I try to compile (MSVC++ 7): LINK : warning LNK4098: defaultlib 'LIBC' conflicts with use of other libs; use /NODEFAULTLIB:library What does this mean and how can I get rid of it?
Advertisement
Hrm, I remember getting the same warning and getting rid of it somehow. I think if you include GLee.c in your project instead of linking GLee.lib it'll go away. Another alternative would be to build GLee.lib from the source using the C runtimes provided by VC7, but that's more effort.

Hope that actually fixes it :/
Thanks, that worked.

This topic is closed to new replies.

Advertisement