Project built perfectly, first time on windows using the Nokia QT SDK
(http://qt.nokia.com/downloads/sdk-windows-cpp). Didnt need to do
anything apart from open the .pro file and build it in QT Creator
(using the mingw it ships with). Couldnt get it to work in Visual
Studio, though.
Now, it works *fine* when i run it using the QT Creator IDE. However,
if i run the arora.exe generated outside of the IDE, then I get a
console window and a message box with an error basically saying that
mingwm10.dll is missing?
I suspect you simply need to copy that dll into the same directory as the binary.
-Benjamin Meyer