Tag Archives: c

How to solve error A call to PInvoke function MyMethod has unbalanced the stack.

Today I upgraded a C# program from .NET 2.0 to .NET 4.0 and started debugging it. I got the error message when pInvoke called a C++ function in one of my DLLs:

Posted in development | Tagged , , , | Leave a comment

JNI crash course tutorial – Part 1

Hi. JNI is a knowledge anyone developing games with cocos2d-x must have. As I don’t known it enough to feel comfortable with the theme so I started studying it myself. During my learning process I like to take notes and … Continue reading

Posted in android, cocos2d, games | Tagged , , , , , , | 2 Comments