Hi, >>...[Extras image conversion]... for the operators, I remember there was a discussion on IRC suggesting we >>simply declare the methods and operators and forward declare the types >>necessary in QtCore/QtGui, and implement them in >>QtWindowsExtras/QtMacExtras. Then the former need not link to any additional libraries.
> You can't do that on Windows. All methods of an exported class must be in the same DLL, or the DLL won't build. But it should be possible by introducing a special export macro for it - such that the application sees "export", and while building the library, "import" is seen? Friedemann -- Friedemann Kleint Digia, Qt _______________________________________________ Releasing mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/releasing
