Search found 126 matches

by MBagnati
01 Jun 2016, 07:15
Forum: SFS2X C++ API
Topic: SetUserPositionRequest
Replies: 2
Views: 9170

Re: SetUserPositionRequest

Hi,
You are right.
I have fixed the issue that will be enclosed into the next API release.

Thanks
by MBagnati
27 May 2016, 05:50
Forum: SFS2X C++ API
Topic: WriteInt(long int i) 64bit
Replies: 3
Views: 10449

Re: WriteInt(long int i) 64bit

Hi, thanks for reporting. Let me spend few words about "int" and "long int" to explain why WriteInt function declares its input parameter using the "long int" type. Different pages of the C++ literature define "int" and "long int" in different ways. ...
by MBagnati
17 May 2016, 13:42
Forum: SFS2X C++ API
Topic: The c++ sfs.Connect() not worked
Replies: 4
Views: 11806

Re: The c++ sfs.Connect() not worked

Hi, Please, can you give me additional information about the issue? 1) When you invoke m_ptrSmartFox->Connect( "127.0.0.1",9933 ); is there a SmartFoxServer running in localhost or is switched off? 2) You say I found that IP and port are not the value specified in the function but a random...
by MBagnati
10 Mar 2016, 22:16
Forum: SFS2X C++ API
Topic: Need support for compiling on android
Replies: 12
Views: 26703

Re: Need support for compiling on android

Hi, I have found a path to build the Boost library for Android platform...it seems to work on my Windows Pc... Let me to tell you. I have installed in C:\Android\android-ndk-r10e the NDK r10e package downloaded from https://developer.android.com/ndk/downloads/index.html Please note a trick! The down...
by MBagnati
05 Mar 2016, 15:52
Forum: SFS2X C++ API
Topic: Need support for compiling on android
Replies: 12
Views: 26703

Re: Need support for compiling on android

Hi I am still working to discover how build Boost and OpenSSL for Android platform. After a lot of retries now my attention is focused on these url: https://rubentorresbonet.wordpress.com/2014/08/22/cross-compiling-boost-1-56-for-android-arm-and-intel-on-windows-with-ndk-r9d-and-gcc-4-8/ http://munt...
by MBagnati
26 Feb 2016, 00:48
Forum: SFS2X C++ API
Topic: Need support for compiling on android
Replies: 12
Views: 26703

Re: Need support for compiling on android

Hi, I am trying to prepare a tutorial to build API for Android environment. Currently I am taking a look at these url that seem contain interesting suggestions For Boost library: http://www.plungeinteractive.com/blog/2013/12/09/integrate-boost-in-ios-android/ https://github.com/MysticTreeGames/Boost...
by MBagnati
02 Feb 2016, 00:54
Forum: SFS2X C++ API
Topic: SFS2X_API_Cpp_v1.6.3 compiling woes
Replies: 6
Views: 16646

Re: SFS2X_API_Cpp_v1.6.3 compiling woes

Hi, To investigate the issue, I have done these steps that I think are very similar to your actions. Please follow this guideline to check what you have done and discover differences. I suppose the absence of "future" file that you see, simply depends on missed or bad setting of an environ...
by MBagnati
28 Jan 2016, 06:26
Forum: SFS2X C++ API
Topic: SFS2X_API_Cpp_v1.6.3 compiling woes
Replies: 6
Views: 16646

Re: SFS2X_API_Cpp_v1.6.3 compiling woes

Hi, I suspect that issue is about the settings of Visual Studio project. You say I had to switch the platform from Itanium to X64 please set X64 project's settings using the other one as guideline. In particular: ⋅  Right click on SmartFoxClientApi project in Solution Explorer and choose &...
by MBagnati
06 Jan 2016, 11:27
Forum: SFS2X C++ API
Topic: [ISSUE] SmartFox 1.6.2 in UE4 4.10.1
Replies: 3
Views: 11686

Re: [ISSUE] SmartFox 1.6.2 in UE4 4.10.1

Hi,
Today SmartFox C++ API are delivered only for Microsoft Visual Studio 2010, Microsoft Visual Studio 2012, Microsoft Visual Studio 2013 environments.
We have already started an activity to generate an API version that will be compliant with Microsoft Visual Studio 2015.
Please stay tuned.
by MBagnati
06 Jan 2016, 11:26
Forum: SFS2X C++ API
Topic: [NEW] Unreal Engine 4 Proof of concept
Replies: 11
Views: 33726

Re: [NEW] Unreal Engine 4 Proof of concept

Hi,
Today SmartFox C++ API are delivered only for Microsoft Visual Studio 2010, Microsoft Visual Studio 2012, Microsoft Visual Studio 2013 environments.
We have already started an activity to generate an API version that will be compliant with Microsoft Visual Studio 2015.
Please stay tuned.
by MBagnati
06 Jan 2016, 11:25
Forum: SFS2X C++ API
Topic: C++ API v1.6.2 released
Replies: 2
Views: 10636

Re: C++ API v1.6.2 released

Hi,
Today SmartFox C++ API are delivered only for Microsoft Visual Studio 2010, Microsoft Visual Studio 2012, Microsoft Visual Studio 2013 environments.
We have already started an activity to generate an API version that will be compliant with Microsoft Visual Studio 2015.
Please stay tuned.
by MBagnati
17 Dec 2015, 07:02
Forum: SFS2X C++ API
Topic: Android TCP Socket Timout
Replies: 2
Views: 11941

Re: Android TCP Socket Timout

Hi, I think that the only way to get the real status of a socket, and therefore to discover a fall-down, is its usage. A periodical transmission over the socket could be the key to check the end-to-end connectivity. We can use the PingPong Request provided by SmartFox API as application message for ...
by MBagnati
30 Nov 2015, 17:14
Forum: SFS2X C++ API
Topic: Recommended CryptoInitializer.cpp changes
Replies: 2
Views: 10620

Re: Recommended CryptoInitializer.cpp changes

Hi,
Thanks for the useful tips.
I have incorporated the suggested changes into official API sources.
They will be released with the next API version

Thanks for your help
by MBagnati
30 Nov 2015, 03:09
Forum: SFS2X C++ API
Topic: I have problem with smartfox api c++
Replies: 6
Views: 15105

Re: I have problem with smartfox api c++

Hi, Your stack trace shows the call of Sfs2X::Core::Sockets::TCPClient::OnBoostAsioConnect method. It is a callback invoked when the TCP establishes a connection with SmartFoxServer. At the begin of Sfs2X::Core::Sockets::TCPClient::OnBoostAsioConnect there is a statement to stop a timer used to meas...
by MBagnati
25 Nov 2015, 16:10
Forum: SFS2X C++ API
Topic: I have problem with smartfox api c++
Replies: 6
Views: 15105

Re: I have problem with smartfox api c++

Hi,
have you updated to rel. 1.6.1?
Is error still present in 1.6.1?

Thanks

Go to advanced search