0 Members and 1 Guest are viewing this topic.
I followed those, I don't have any compiler errors, if I'm using MinGW that means I'm on Windows(Vista), what information do you need?
Choosing a relevant title is very important, a bad title will make other users ignore your post. So please avoid fuzzy titles such as "help!" or "I have a problem", be as precise as possible.
Provide as much relevant information as possible to people who will help you -- it saves time and posts.What's your OS? Graphics card?Which version of SFML are you using? Static or dynamic? If you're using a development snapshot, which revision is it?Are you showing all the relevant source code?Have you ran the debugger? What does the call stack look like? Don't know how the debugger works? Find a tutorial, seriously, this is the most important tool for a developerIs it a compiler or linker error? A crash? What's the exact message?
Quote from: Anonymouse on August 02, 2012, 10:38:47 pmI followed those, I don't have any compiler errors, if I'm using MinGW that means I'm on Windows(Vista), what information do you need?Really? QuoteChoosing a relevant title is very important, a bad title will make other users ignore your post. So please avoid fuzzy titles such as "help!" or "I have a problem", be as precise as possible.QuoteProvide as much relevant information as possible to people who will help you -- it saves time and posts.What's your OS? Graphics card?Which version of SFML are you using? Static or dynamic? If you're using a development snapshot, which revision is it?Are you showing all the relevant source code?Have you ran the debugger? What does the call stack look like? Don't know how the debugger works? Find a tutorial, seriously, this is the most important tool for a developerIs it a compiler or linker error? A crash? What's the exact message?Which version of SFML? What code do you compile? Does it happen only with SFML code or also with other code? What is the floating point you get? How do you run the application? What version of MinGW are you using? etc etc etc.My point was that your text lacks so much information that we can't help you.Afaik does Code::Blocks use a starting console which stays open after a program has finished and shows the runtime and the exit code. Is this what you mean?Additionally you don't state what you want to do. Do you just want to know what it is, or do you want to get rid of it, or ...?