Hello,
I'm developing a Qt application, a core system and plugins to extend the core.
In plugins I am using objects compiled in the main binary. Under GNU/Linux (Fedora 13 and Debian 5.06) there is no problems. I even don't need to link the plugin with Qt, all Qt's objects are instantiated from the main binary. But under Windows, when linking the plugin, the compiler cannot find symbols corresponding to these objects from the main binary and then the compilation crashes.
Is it because that's not possible under windows or maybe I missed something ?
Thanks
PS: I'm using CMake.