Hello everyone,
I'm having a problem in using SFML. I'm working on a quite big project of mine using SFML 1.6 (Yes, I know I should go with 2.0, but I already started with this and I'd prefer to upgrade my engine to 2.0 after the release of this project, as changing it now would take way too much time) I've compiled 1.6 myself (dynamic linking) and, while it runs perfectly on my machine (Windows XP x86) while on an other pc (Windows 7 x64), it runs REALLY slowly (usually not more than 1 fps); not only that, the texts rendered with sf::String's appear as series of black squares of the size of the wanted letters. I noted, however, that this only happens with one of the two fonts I'm using (this looks strange, they're both TrueType Fonts, and are read well everywhere). Music, at least, seems to play just fine, it goes slow too, but not too much compared to everything else.
What could be the causes for all of this?
Thank you in advance!