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 - DanCarew

Pages: [1]
1
General / Finished install tutorial, get error on sample program!
« on: June 09, 2009, 08:44:21 am »
Thank you for your assistance!  I must have been looking at the wrong tutorial section all along...

2
General / Finished install tutorial, get error on sample program!
« on: June 09, 2009, 08:04:23 am »
Now... the game compiles fine, but when it launches, it crashed.  Debug narrows the issue down to
Code: [Select]
if (!BallSoundBuffer.LoadFromFile("datas/pong/ball.wav"))

The error is
Code: [Select]
Unhandled exception at 0x68d7fdf1 in SFMLTEST.exe: 0xC0000005: Access violation reading location 0xcccccccc.

For some reason, the game's title bar appears as ÌÌÌÌSFML Pong and not just SFML Pong as it should be.

3
General / Finished install tutorial, get error on sample program!
« on: June 09, 2009, 07:06:33 am »
Thank you!

Figured out my last problem as well, wasn't defining SFML_DYNAMIC.

4
General / Finished install tutorial, get error on sample program!
« on: June 08, 2009, 10:25:43 am »
Thank you, that seems to fix the problem.

There is, however, a new problem.  I am getting ten errors that look similar to this here:
Code: [Select]
Pong.obj : error LNK2019: unresolved external symbol "public: void __thiscall sf::Window::Display(void)" (?Display@Window@sf@@QAEXXZ) referenced in function _main

I apologize for these mundane questions.  This is my first time using any non-standard libraries, and I am learning it all by myself.

5
General / Finished install tutorial, get error on sample program!
« on: June 08, 2009, 07:44:43 am »
I'm using Visual Studio 2008, I finished the installation tutorial completely but still receive the following error when I try to actually run the program:
This application has failed to start because sfml-system.dll was not found.

What am I missing here?  Like I said, I did every single step for installation on the tutorial.

Pages: [1]
anything