Hi,
I've got an Problem using QImage on Windows.
I can't initialize a QImage Object, without being NULL. On my local workstation, it works.
After giving the binary to some one else, with mingwm10.dll, QtCore4.dll and QtGui4.dll, the object is always NULL ...
I've testen such a few options, like QImage::load(QIODevice*), QImage::load(QString), QImage::loadFromData(QByteArray*), QImage::QImage(String), QPixmap::toImage(). Nothing works. But a QFile:pen() returns true, so the permissions should not be the problem ... Any ideas?
Bookmarks