Hi, ALL,
I'm trying to develop a cross-platform application with C++.
On Windows/Linux everything works correctly.
On Mac I'm using Xcode and my program is crashing.
When I run it from inside Xcode (by pressing Cmd+R) it is crashing somewhere because of bad cast.
When I try to run it from...