31
D / getting started DSFML?
« on: August 23, 2008, 06:30:51 pm »
Maybe the age of your computer could be the problem.
Try to download and compile CSFML 1.3 on your computer (first compile SFML in release static and after that compile CSFML in release DLL, you can keep *.lib provided with DSFML to link).
You can also try to compile a sample project of C++ SFML to see if you can reproduce the problem (it seems that the problem is not related to D binding, error happens in the C or C++ dll).
Try to download and compile CSFML 1.3 on your computer (first compile SFML in release static and after that compile CSFML in release DLL, you can keep *.lib provided with DSFML to link).
You can also try to compile a sample project of C++ SFML to see if you can reproduce the problem (it seems that the problem is not related to D binding, error happens in the C or C++ dll).