Search found 126 matches

by MBagnati
11 Jun 2013, 09:06
Forum: SFS2X C++ API
Topic: unknown compression method
Replies: 5
Views: 12017

Re: unknown compression method

Fix is included into API version 0.9.6
by MBagnati
11 Jun 2013, 09:05
Forum: SFS2X C++ API
Topic: use ByteArray
Replies: 5
Views: 9698

Re: use ByteArray

ok, thanks
by MBagnati
11 Jun 2013, 09:04
Forum: SFS2X C++ API
Topic: crash on SmartFox->CurrentIp()
Replies: 4
Views: 8314

Re: crash on SmartFox->CurrentIp()

Fixed in version 0.9.6
by MBagnati
06 Jun 2013, 06:18
Forum: SFS2X C++ API
Topic: Chinese characters
Replies: 3
Views: 7459

Re: Chinese characters

Today API does not yet support Unicode chars encoding; this is the reason of the crash when you use Chinese strings.
It is already planned the support for Unicode encoding.
It will start just after the delivery of the next API release that will be in the next days.
by MBagnati
03 Jun 2013, 05:59
Forum: SFS2X C++ API
Topic: How can i see the dump messages on the output window ?
Replies: 5
Views: 10000

Re: How can i see the dump messages on the output window ?

i'll try again to investigate the issue
by MBagnati
30 May 2013, 06:23
Forum: SFS2X C++ API
Topic: DefaultSFSDataSerializer bug
Replies: 1
Views: 4906

Re: DefaultSFSDataSerializer bug

I have inserted your change into the API software so it will be delivered into next version
Thanks
by MBagnati
29 May 2013, 09:17
Forum: SFS2X C++ API
Topic: How can i see the dump messages on the output window ?
Replies: 5
Views: 10000

Re: How can i see the dump messages on the output window ?

We have sent you by email a couple of updated files to solve the problem.
Please update your API with these files and try again.
Updated files will be included into next API version.

Please give me a feedback about the resolution of the item.
Thanks for your collaboration
by MBagnati
28 May 2013, 10:16
Forum: SFS2X C++ API
Topic: use ByteArray
Replies: 5
Views: 9698

Re: use ByteArray

Ok, can you please give me additional information to reproduce a similar scenario on my computer so that I can investigate the problem?
What is your software doing? Is it doing a request that returns a ByteArray created by server side?
Can you provide me an example?
by MBagnati
28 May 2013, 08:30
Forum: SFS2X C++ API
Topic: use ByteArray
Replies: 5
Views: 9698

Re: use ByteArray

Your example sounds good. I suggest you to check if GetByteArray has returned a valid object. To verify the write/read to/from a ByteArray, you can also try this simple example where for each kind of data (bool, int, long, ...) I write a value into ByteArray and I get it back. ByteArray* pByteArray;...
by MBagnati
27 May 2013, 08:25
Forum: SFS2X C++ API
Topic: when release the next API???
Replies: 8
Views: 13238

Re: when release the next API???

Currently we are working on API to improve usability (pointers usage) as required from users and to solve the risk of memory leaks. To complete this review of API software we need of a little time, I think that the new version will be released in a couple of weeks. It is not clear to me if you have ...
by MBagnati
23 May 2013, 06:01
Forum: SFS2X C++ API
Topic: How can i see the dump messages on the output window ?
Replies: 5
Views: 10000

Re: How can i see the dump messages on the output window ?

We will send you a couple of updated files: SFSArray.cpp and SFSObject.cpp Please update your API with these files. After that you can print SFS objects into VisualStudio in this way: string* dump = params->GetDump(); #ifdef UNICODE wstring unicodeDump = wstring(dump->begin(), dump->end()); OutputDe...
by MBagnati
20 May 2013, 07:27
Forum: SFS2X C++ API
Topic: unknown compression method
Replies: 5
Views: 12017

Re: unknown compression method

We are investigating the problem. Please give us a little time to understand the cause of the mistake. Thanks
by MBagnati
18 May 2013, 22:05
Forum: SFS2X C++ API
Topic: Big Bug!!!
Replies: 4
Views: 8686

Re: Big Bug!!!

We are already investigating how simplify the usage of pointers as function parameters, following suggestions incoming from you and from other users, to get two goals: first to have a general guideline about who is responsible to release memory to avoid leaks; second to give a more confortable API i...
by MBagnati
18 May 2013, 22:01
Forum: SFS2X C++ API
Topic: SFSEvent::CONNECTION_LOST BUG
Replies: 1
Views: 4991

Re: SFSEvent::CONNECTION_LOST BUG

You are right, there is a mistake into API software. Error will be fixed into next API version. If you need, you can update your code. Looking for OnSocketClose method into SmartFox.cpp file. In this method please change: data.insert(pair<string, void*>("reason", (*(evt->Params()))["c...

Go to advanced search