1
Graphics / Error when using LoadFromFile
« on: March 20, 2011, 10:55:21 am »
Arg, thanks a lot. I accidently switched from debug to release without noticing and was 100% sure I had defined it
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
// Load from a font file on disk
if (!MyFont.LoadFromFile("arial.ttf"))
{
return EXIT_FAILURE;
}
1>testSFML.obj : error LNK2001: unresolved external symbol "private: static unsigned int * sf::Font::ourDefaultCharset" (?ourDefaultCharset@Font@sf@@0PAIA)