Search found 4 matches

by hungphung33
30 Dec 2017, 11:44
Forum: SFS2X C++ API
Topic: C++ API v1.7.2 and SpaceWar example released
Replies: 17
Views: 31274

Re: C++ API v1.7.2 and SpaceWar example released

It looks like you haven't setup the linker paths correctly, so the compiler can't link some of the necessary libraries. I would highly recommend to go back to the step-by-step guide here: http://docs2x.smartfoxserver.com/GettingStarted/client-api-cpp-windows-vstudio2015 and double check that the li...
by hungphung33
30 Dec 2017, 06:57
Forum: SFS2X C++ API
Topic: C++ API v1.7.2 and SpaceWar example released
Replies: 17
Views: 31274

Re: C++ API v1.7.2 and SpaceWar example released

hi Lapo, sorry because 1st time use vs 2015, i builded library, but after config client project and build debug i got error: error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" error LNK2019: unresolved e...
by hungphung33
29 Dec 2017, 15:16
Forum: SFS2X C++ API
Topic: C++ API v1.7.2 and SpaceWar example released
Replies: 17
Views: 31274

Re: C++ API v1.7.2 and SpaceWar example released

Hi, very difficult what might be wrong. Seems like an issue specific with VS2013 which is quite old. Did you use the instructions provided here? http://docs2x.smartfoxserver.com/GettingStarted/client-api-cpp#cpp-vs2013 and changed the references to compiler 10.0 to 12.0? Thanks thank Lapo, i think ...
by hungphung33
26 Dec 2017, 08:44
Forum: SFS2X C++ API
Topic: C++ API v1.7.2 and SpaceWar example released
Replies: 17
Views: 31274

Re: C++ API v1.7.2 and SpaceWar example released

sorry guy, i try to setup a project on window using vs2013 and SFS2X_API_Cpp_v1.7.4 m_ptrSmartFox = boost::shared_ptr<Sfs2X::SmartFox>(new Sfs2X::SmartFox(true)); m_ptrSmartFox->ThreadSafeMode(false); m_ptrSmartFox->AddEventListener(SFSEvent::CONFIG_LOAD_SUCCESS, boost::shared_ptr<EventListenerDeleg...

Go to advanced search