CommunicateBoxについて (2009-11-27 09:23 by addone #47192)
Ukagaka crashed whenever I tried to send some texts to her, and I finally worked it out. It seems the private variable (name start with "__") can't be seen by derived class.
By changing the variable name from "__sakura" and "__balloon" to "sakura" and "balloon" in class "CommunicateWindow", the problem got solved. I have not submitted my patch yet, but hope this can be helpful.
RE: CommunicateBoxについて (2009-11-27 09:29 by addone #47193)