I am coming from the embedded world and would really like to learn Qt. However, I downloaded the latest on my Windows machine and NONE of the examples will even compile, not one.
This is very frustrating, makes me not want to have anything to do with Qt, i mean, at least the examples should compile right?
Anyway, I think it may have to do with the Symbian stuff (which I unchecked in the install) i tried to download the latest 2010.01 to no avail.
c:/qt/2009.05/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.a(main.o):main.c::-1: error: undefined reference to `WinMain@16'

You said that you installed 2010.01, however the path you posted starts with "C:\qt\2009.05" ... is your PATH maybe `polluted`with other versions of Qt / MinGW, or do you have maybe Cygwin stuff in your path? I suggest you try again with a clean path (you can clean the path e.g. also from within QtCreator).


