scott.cgi

Results 3 comments of scott.cgi

编译IOS或Android有个平台宏文件,需要手动修改一下,在这个文件里[“Engine/Toolkit/Platform/Platform.h”](https://github.com/scottcgi/Mojoc/blob/master/Engine/Toolkit/Platform/Platform.h),修改: `#define PLATFORM_TARGET PLATFORM_ANDROID 或 PLATFORM_IOS` 然后再试试,如有问题再贴出错误。

I think the problem is that the string is not a valid json format — `"@?@ABCDEFGHIJiLM$^^&(^(`.

I tested your code with Xcode, and found an error: ```C Initializing 'JsonValue' with an expression of incompatible type 'JsonValue *'; dereference with * ``` Check the API of JsonValue:...