Can't use CCEditBox because of unresolved external symbol error

Hi everyone
I’m new to cocos2d and C++ and having a problem with creating a new CCEditBox, it seems like that the code files for CCEditbox are not inside libExtensions project.
any suggestions?
Thank you!

I’m getting same problem. Haven’t found anything yet

Hi,
i got the same eror compiling HelloLua in release. I had to add libExtensions.lib to linker settings.

1 Like

Thanks a lot man! Struggled with this for an hour