Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualBaneTrapper

Posted 29 September 2012 - 03:01 PM

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

#1BaneTrapper

Posted 29 September 2012 - 02:56 PM

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!?

PARTNERS