Search found 126 matches

by MBagnati
21 Apr 2013, 09:42
Forum: SFS2X C++ API
Topic: PutFloatArray problem
Replies: 4
Views: 8137

Re: PutFloatArray problem

I think that there are two aspects to point out: 1) There is an error into C++ API about the serialization/deserialization of float/double arrays Error will be fixed in next release 0.9.4 2) In your software long int testint[3]; testint[0] = 1;testint[1] = 2;testint[2] = 3; vector<long int*>* player...
by MBagnati
18 Apr 2013, 15:07
Forum: SFS2X C++ API
Topic: Does C++ API work on Android and iOS?
Replies: 11
Views: 18829

Re: Does C++ API work on Android and iOS?

With C++ API we wish to create a client library that can be used on all platforms. For this reason we have written the API using the ANSI C++ Up to now we have examples of C++ API in following environments: - Microsoft Windows with Visual Studio 2010 and Visual Studio 2012 - Linux Ubuntu with Eclips...
by MBagnati
17 Apr 2013, 21:53
Forum: SFS2X C++ API
Topic: Link Error when new SFSObject
Replies: 3
Views: 6744

Re: Link Error when new SFSObject

Currently there are some objects (like SFSObject, RoomProperties, UserProperties, ...) that API does not export to client application.
The declaration of these objects is missing of the DLLImportExport attribute.
All objects will be available with rel. 0.9.4
by MBagnati
17 Apr 2013, 14:32
Forum: SFS2X C++ API
Topic: A bug in C++ API
Replies: 2
Views: 5634

Re: A bug in C++ API

Thanks for reporting. You are right, when input parameter parameters is null, we must initialize the class member parameters with a new instance of SFSObject. Unfortunately both class member and input parameter have same name, therefore the C++ compiler has not detected that we have forgotten the th...
by MBagnati
02 Apr 2013, 09:28
Forum: SFS2X C++ API
Topic: Can you give us a cocos2d-x example or Xcode example?
Replies: 5
Views: 10580

Re: Can you give us a cocos2d-x example or Xcode example?

Hi,
in [api_folder]/Core/BoostAsio/Unix folder, before type bootstrap.sh command, try the follow statement

Code: Select all

     chmod -R a+rwx+X ./


to set the read, write and execution permissions for all files.
by MBagnati
12 Feb 2013, 17:50
Forum: 2X Features Wish List
Topic: .COM or static DLL
Replies: 6
Views: 15934

Re: .COM or static DLL

C++ API will not a COM DLL; it will be a 32-bit standard dll.
DLL will use objects as parameters for events and procedures

Go to advanced search