sfml Music giving error

Started by
-1 comments, last by BaneTrapper 11 years, 6 months ago
Hello

#include <SFML/System.hpp> // Unsure which one contains sf::Music
#include <SFML/Graphics.hpp> // Unsure which one contains sf::Music
#include <SFML/Window.hpp> // Unsure which one contains sf::Music
int main()
{
sf::Music WhatEverName;
return 0;
}


it says
Process returned - 2147418113 <0x000FFFF> exe... time... 0.154 sec

I tried to find mistake but i am unaware whats going on wrong?
Did i forget to init something, or do i need to clear/delete the music somehow?
why is the return not 0!?

EDIT:: Only thing i found is that this error only happens on Win Xp SP3, i am running win7

This topic is closed to new replies.

Advertisement