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

Pages: 1 2 3 [4] 5
46
General / Re: Help with Static Build
« on: October 08, 2014, 08:16:09 pm »
where would that be?
C:\Program Files (x86)\CMake ?

47
General / Re: Help with Static Build
« on: October 08, 2014, 07:42:13 pm »
My VS2013 has the latest update.. and I did a reinstall of cMake.. when I got to run cMake it still has the same setting... How do you delete the cached? (I'm not finding a complete answer to this on the web)

48
General / Re: Help Compling 'SFML Game Development' book source code
« on: October 08, 2014, 05:38:12 pm »
Well it seemed to work.. but it didn't generate the .exe files where I wanted them..
When I go to:
C:\Users\Matthew\Desktop\SFML-Game-Development-Book-master\Build\01_Intro\Source\Debug
and run the .exe application it runs but can't find files it needs to load.. sprites

I'm confused.. because I just want to be able to view the source code in VS to see how the project is built

49
General / Re: Help Compling 'SFML Game Development' book source code
« on: October 08, 2014, 02:52:01 pm »
I got them from the publisher's website: https://www.packtpub.com/ and yes I compile the INSTALL Project.. but I will try running VS2013 as an administrator.

50
General / Help Compling 'SFML Game Development' book source code
« on: October 08, 2014, 01:25:00 am »
I follow the complete readme.txt file that comes with the source code from the book

The Error I get when I Compile the Project:
(click to show/hide)

51
General / Help with Static Build
« on: October 08, 2014, 12:58:11 am »
I've followed Compiling SFML with CMake tut step by step.. and I and create a Dynamic lib.. but I can't create static libs..



My Errors when I compile the static build:
(click to show/hide)

52
General / Re: Help with Linking Error..
« on: October 08, 2014, 12:15:04 am »
Try restarting from scratch.. I caught a few errors the 1st two times I restarted.

53
General / Re: Help with Linking Error..
« on: October 07, 2014, 11:03:37 pm »
Try removing your SFML_STATIC... because your setting up dynamically

54
General / Re: Help with Linking Error..
« on: October 07, 2014, 09:55:06 pm »
You have to put all your .dll files into your project solution
Ex.
C:\Users\Matthew\Desktop\VS13 Projects\SFML2.1_Test\SFML2.1_Test(put dlls here)

you get your dll files from your <build>\lib folder

55
General / Re: Help with Linking Error..
« on: October 07, 2014, 10:27:51 am »
It wouldn't surprise me if I built it wrong.. because I couldn't get the static build to work right.. and I really wanted to setup the static build.. but its working for now.. and I can start tutorials from my book. I can go back and figure out how to fix my static build later.. but for now I need to go to bed!

Thanks a lot for the help!

56
General / Re: Help with Linking Error..
« on: October 07, 2014, 10:15:41 am »
I figured it out!! So I was missing DLL files and was still trying to SFML_STATIC

57
General / Re: Help with Linking Error..
« on: October 07, 2014, 10:02:53 am »
Yeah I copied the DLLs from the bin folder and put them in my project folder

58
General / Re: Help with Linking Error..
« on: October 07, 2014, 09:49:33 am »
I fixed the WinMain issue.. and yes.. I thought I took out the SFML_STATIC because I had to change back from static... for some reason I can't build Static libs....  I switched Release out but not Debug.. so that fix the error I was getting... but now I'm getting another about missing DLL files

New Error..
(click to show/hide)

59
General / Re: Help with Linking Error..
« on: October 07, 2014, 09:26:49 am »
Yeah, I've did it 3 times.. I'm stumped.. There is something I'm doing that I'm not seeing

60
General / Re: Help with Linking Error..
« on: October 07, 2014, 08:58:37 am »
This is my current setup:  VS2013, Windows 8.1

My Build I made with cMake:
C:\Users\Matthew\Documents\SFML-2.1 2013Build\lib\(libFiles)<-I have Release and Debug lib in the same folder idk if this matters?
C:\Users\Matthew\Documents\SFML-2.1 2013Build\include\SFML\(HeaderFiles)

VS2013 Project Property Configuration:
(click to show/hide)





Pages: 1 2 3 [4] 5