1
Graphics / Shape antialiasing
« on: May 18, 2011, 08:08:35 pm »Quote from: "Laurent"
QuoteAnyway, I swear I restarted CMake and cleared the cache several times, but it kept giving me the error
Did you define the SFMLDIR variable again?
CMake is really easy, if you don't try to hack it or do silly things it should just work fine. All you have to do is define SFMLDIR and click "Configure", that's it
That was exactly what I was doing
Quote from: "Laurent"
This one should be easier. You don't even have to recompile SFML.Net in fact, just replace the CSFML DLLs with the ones you recompiled.
I think that the method I'm using to compile the CSFML DLL's is faulty, because the DLL's get corrupt or something... the graphics DLL I compiled was only like 100 kb, and the one included with dotnet was like 1.1 MB... and it complains about not being able to find the DLL's even though they are right there, next to the EXE... I'll probably have to get CMake working the correct way to fix this.
Also, I just thought of something. Because the SFML.Git folder has a period in the name, would it be possible that that would create problems?