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

Pages: 1 [2]
16
General discussions / Re: SFML Blueprints - Another SFML book
« on: September 15, 2015, 05:59:10 pm »
Hi,

Uhm did you add some shaders in the book?

17
General / Re: Additional question about the official code on the book
« on: October 29, 2014, 09:44:00 am »
It is. I like to delete my thread when i found what it is but i cant.

 Sorry

18
General / Additional question about the official code on the book
« on: October 28, 2014, 02:32:27 pm »
Since this is not included on the book..
Just wanna know whats the purpose of this and what does it do


const sf::Time Game::TimePerFrame = sf::seconds(1.f/60.f);

Its on the very top of game.cpp before the declaration of constructor

19
General / Re: Some errors on official SFML book code in github
« on: October 24, 2014, 03:57:01 am »
Could it be that this is because of my compiler?

Cause I just copy pasted every code on repo chap3 World..

20
General / Re: Some errors on official SFML book code in github
« on: October 23, 2014, 03:45:12 am »
 Im not really sure what version But here is the link

https://github.com/SFML/SFML-Game-Development-Book

and for my compiler. I am using VS2013

21
General / Some errors on official SFML book code in github
« on: October 22, 2014, 07:03:44 pm »
Have not read the book yet. I just want to try if every code is working before reading the book.

Turns out i got 2 unresolved externals.

Here are they

Error   2       error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl toString<__int64>(__int64 const &)" (??$toString@_J@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AB_J@Z) referenced in function "private: void __thiscall Game::updateStatistics(class sf::Time)"

Error   1       error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl toString<unsigned int>(unsigned int const &)" (??$toString@I@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABI@Z) referenced in function "private: void __thiscall Game::updateStatistics(class sf::Time)"      

22
General / Help VS 2013 cannot open file
« on: October 20, 2014, 07:16:38 pm »
Hi. I followed the instructions here clearly but i still get an error

Error   1       error LNK1104: cannot open file 'sfml-graphics-d.lib'

Is this compatible on VS 2013?

Pages: 1 [2]
anything