Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward declaration assignment doesn't work #2

Open
summer-ice opened this issue Mar 6, 2015 · 1 comment
Open

Forward declaration assignment doesn't work #2

summer-ice opened this issue Mar 6, 2015 · 1 comment

Comments

@summer-ice
Copy link

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

@meiry
Copy link
Owner

meiry commented Mar 8, 2015

Hey
thanks for trying the framework , i still didn't try it on android and not on version 3.4
i hope i will have time to do this soon .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants