Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lotios611

Pages: 1 [2] 3
16
Window / [SOLVED] Window Crashing
« on: December 12, 2009, 10:30:25 pm »
Quote from: "Adi"
Your program crashes because you use Visual Studio 2010, which is still a beta and have errors that makes sfml not working (i don't know why but for example ogre3D also crashes before creating window)

Try downloading Visual C++ Express 2008


Thanks man! I think I'll go back to 2008. 2010 looks kind of ugly... anyways, can't wait to work with SFML!

17
Window / [SOLVED] Window Crashing
« on: December 12, 2009, 10:18:47 pm »
Luckily, I still have Visual 2008, will try that.

18
Window / [SOLVED] Window Crashing
« on: December 12, 2009, 06:08:47 pm »

19
Window / [SOLVED] Window Crashing
« on: December 09, 2009, 12:41:59 am »
Okay, I've just tried debugging again. My Window's name is app. Inside it, it has a thing called myInput. In that, there's a sf::Window. Inside that, there's something called _vfptr. It's value is NULL. Inside that there are 2 values, and both of them say "CXX0030: Error: expression cannot be evaluated." I'm not to good at debugging, so this is all I can find.

20
Window / [SOLVED] Window Crashing
« on: December 08, 2009, 09:54:49 pm »
The worst thing about it is that I can use the System class but not the Window class.

21
Window / [SOLVED] Window Crashing
« on: December 08, 2009, 09:48:02 pm »
I thought I was compiling in Release mode. Anyways, It still doesn't work.

22
Window / [SOLVED] Window Crashing
« on: December 08, 2009, 12:11:06 pm »
http://rapidshare.com/files/317951451/SFML_Programming.vcxproj.html I think that should work... I've never used rapidshare before.

23
Window / [SOLVED] Window Crashing
« on: December 07, 2009, 12:30:52 pm »
It still doesn't work.

24
Window / [SOLVED] Window Crashing
« on: December 07, 2009, 12:26:27 pm »
I'm using sfml-system.lib and sfml-window.lib and am compiling in Release.

25
Window / [SOLVED] Window Crashing
« on: December 07, 2009, 01:01:59 am »
Great. Now it says something about a buffer overrun.

26
Window / [SOLVED] Window Crashing
« on: December 07, 2009, 12:37:25 am »
I added #define SFML_DYNAMIC, but it still doesn't work. Is that the correct way to do it?

27
Window / [SOLVED] Window Crashing
« on: December 06, 2009, 02:34:06 pm »
I use Visual Studio.

28
Window / [SOLVED] Window Crashing
« on: December 06, 2009, 12:17:12 am »
This is all I can get: Unhandled exception at 0x7c809e32 in SFML Programming.exe: 0xC0000005: Access violation reading location 0x65764520.

I created a new project, but it's the exact same as before.

29
Window / [SOLVED] Window Crashing
« on: December 06, 2009, 12:11:58 am »
I know that it happens when I create the window.

30
Window / [SOLVED] Window Crashing
« on: December 05, 2009, 11:07:21 pm »
Yes.

Pages: 1 [2] 3
anything