I am a newbie to the world of MoSync and it has been quite impressive to say the least.
I am writing up some app and got the following errors during the linking stage:
Error: Unresolved symbol '__ZN8NativeUI6Widget25markWidgetHandleAsDeletedEv',
Error: Unresolved symbol '__ZNK8NativeUI6Widget15getWidgetHandleEv',
Error: Unresolved symbol '__ZN8NativeUI6Widget11setPropertyERKN6MAUtil11BasicStringIcEES5_',
Error: Unresolved symbol '__ZN8NativeUI6Widget14setPropertyIntERKN6MAUtil11BasicStringIcEEi',
Error: Unresolved symbol '__ZN8NativeUI6Widget16setPropertyFloatERKN6MAUtil11BasicStringIcEEf',
Error: Unresolved symbol '__ZN8NativeUI6Widget14getPropertyIntERKN6MAUtil11BasicStringIcEERi',
Error: Unresolved symbol '__ZN8NativeUI6Widget14getPropertyIntERKN6MAUtil11BasicStringIcEE',
Error: Unresolved symbol '__ZN8NativeUI6Widget17getPropertyStringERKN6MAUtil11BasicStringIcEERi',
Error: Unresolved symbol '__ZN8NativeUI6Widget17getPropertyStringERKN6MAUtil11BasicStringIcEE',
Error: Unresolved symbol '__ZN8NativeUI6Widget8addChildEPS0_',
I tried to see if I need to add some kind of libraries to my project but couldn't figure out. any advice would be appreciated!