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

Pages: [1]
1
General / Re: SFML 2.3 with Visual Studio 2015
« on: April 24, 2016, 10:05:44 pm »
I copied the DLLs to both $ProjDir/(ProjName) and $ProjDir/Debug and got the same result. I'm going to try building SFML myself and see if that works

2
General / Re: SFML 2.3 with Visual Studio 2015
« on: April 24, 2016, 09:27:44 pm »
Thanks much for your quick reply. I followed the tutorial for dynamic linking and I get the runtime error "The program cant stat because sfml-XX-2.dll is missing" where XX is the specific modules e.g. system, graphics, etc. If I try the static linking options I get linker errors even after changing to the *-s.lib file references.

3
General / SFML 2.3 with Visual Studio 2015
« on: April 24, 2016, 08:59:38 pm »
Hi,

I recently moved from development on OSX to development on Windows (Win10). I have VS2015 installed, but I can't seem to import the SFML libraries. When I select "Add Reference," there's no browse option so I can't select the SFML DLLs. I tried using includes such as  #include "C:\\...\\SFML-2.3.2\\include\\SFML\\Graphics.hpp" but it just results in more errors ("Cannot open source "\\SFML\Window.hpp"). How do I integrate SFML into VS? Do I have to build it first?

Pages: [1]