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

Pages: [1]
1
General / Re: Problem with 'Opening a Window' Tutorial
« on: April 04, 2012, 09:47:56 am »

2
General / Problem with 'Opening a Window' Tutorial
« on: April 04, 2012, 08:49:02 am »
Here is my setup:

I copy/paste code from website.

In VC++ directories, I set include and library directories as stated in tutorial.
In Linker -> Input, I add dependency 'sfml-window.lib' and add the corresponding .dll to same directory as .exe.
Am running in 'Release' mode. Cleaned and rebuilt.

When I run the project under this configuration, it tells me that 'sfml-system.dll' is needed. Which is weird because the corresponding .lib is not in the Linker->Input dependencies. I guess the libraries depend upon one another (side question: is there any way to see this besides seeing the error message?)

When I put the 'sfml-system.dll' in the proper folder, I get a buffer overrun error. Where am I going wrong?

Pages: [1]
anything