Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Exchange / Weird Visual Studio 2008 C++ problem
- By Maverick Date 2010-04-01 15:35
When I try to compile anything with Gosu, I'm getting only one error:

error LNK2001: unresolved external symbol "public: static class Gosu::Color const Gosu::Color::WHITE" (?WHITE@Color@Gosu@@2V12@B)

How to fix? I have the latest Gosu version for Windows and everything in the correct placement as far as I know of course. :P
- By jlnr (dev) Date 2010-04-01 16:12
That's weird. It's well defined in Color.cpp, which should be what I have compiled for the latest Gosu release.

I guess you tried a completely clean rebuild?
- By Maverick Date 2010-04-01 17:18
Yeap. :(
This isn't another weird VC 2008 specific problem is it?
- By Quit Date 2010-04-14 09:26
bump. Did you try to clean up the whole solution and rebuild it?
Up Topic Gosu / Gosu Exchange / Weird Visual Studio 2008 C++ problem

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill