Hello everybody,
I need your help to fix a little problem.
My Code is only:
#include <SFML/Audio.hpp>
int main() {
sf::Music music;
return 0;
}
But this program (or any other program i wrote with sf::Music) returns the value -2147418113 and the code:
8000FFFF
and the debugger says:
Program received signal SIGSEGV, Segmentation fault.
In ole32!CoFileTimeToDosDateTime () (C:\Windows\syswow64\ole32.dll)
Do you know how i could fix that?
(sorry for my english... ^^)