You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run your source code for the guessing game (thank you very much for releasing it by the way). Everything compiles fine but it crashes when I run it.
When I look into it and it stops at SignFactory::init function.
For line:
m_Parent = parent;
While the variable parent is not null, it crashes on validating m_Parent variables. I am not that familiar with forward declaration, so I was hoping you could enlighten me.
I was trying to run your source code for the guessing game (thank you very much for releasing it by the way). Everything compiles fine but it crashes when I run it.
When I look into it and it stops at SignFactory::init function.
For line:
m_Parent = parent;
While the variable parent is not null, it crashes on validating m_Parent variables. I am not that familiar with forward declaration, so I was hoping you could enlighten me.
Development Environment
Platform: Android
Ver: Cocos2dx 3.4
NDK: r9d
IDE: Eclipse
The text was updated successfully, but these errors were encountered: