Call function attachWithIME crash
Added by kelivin zhu over 11 years ago
hi all,i create a CCTextFieldTTF in my hello world project,code as bellow:
!!
CCTextFieldTTF* test = CCTextFieldTTF::textFieldWithPlaceHolder("InputHere","Thonburi",50);
test->attachWithIME();
addChild(test);
when program go to test->attachWithIME(); it will crash and error is access voilation.
but when i paste up codes to testCpp project,it will works.Why?
Please help me,thanks.
BTW,My develope environment is VS2010,
Replies (1)
RE: Call function attachWithIME crash - Added by Mischa The Evil over 11 years ago
You have clearly posted in the wrong forums. This site is about the Redmine project management (web) application.