SFML community forums
Help => General => Topic started by: lerio on August 19, 2014, 01:59:30 pm
-
Hi,
I'm using SFML2.1 32bit for VS2010 version (redownloaded it 2 times to make sure).
I've tried both Static and Dinamic versions of the libs.
I've correctly configured it on VS2010 and have no clue of what is happening.
I've recorded an video of the crash to show it.
https://www.youtube.com/watch?v=gpMMW1-0CQg (https://www.youtube.com/watch?v=gpMMW1-0CQg)
The program only crashes when i'm writing codes.
I'm also having an "Out of date" warning even on my first build of the project.
Anyone?
-
It's Visual Studio that is crashing, and not your SFML app, right? Does it happen with a simple non-SFML hello world too?
-
Oh man, u're right. it's been a while since i've used it with c++. i'm sorry. Anyway, any idea why?
-
You should probably reinstall Visual Studio.
-
You should probably reinstall Visual Studio.
Yeah i'm doing it right now. I know it was an lame post, but thanks for your support.
Another thing, is there any SFML.net tutorials? I've been using C# a lot and i'm not really excited to getting back to C++ right now.
-
Another thing, is there any SFML.net tutorials?
Follow the official tutorials, sure there are a few minor code changes, but everything written there still applies to the binding (that is why it is a binding and not a port ;) ).
-
Another thing, is there any SFML.net tutorials?
Follow the official tutorials, sure there are a few minor code changes, but everything written there still applies to the binding (that is why it is a binding and not a port ;) ).
Got it! I'll give it a try. Thank you. I'm sorry about the lame questions, slowly i'll be getting the hang of it.