Iv tried several install instructions suggested on forums.

unpacked c:qt/4.3.2/
downloaded and installed patch acs-4.3.x-patch3.zip
running patch a got alot of info like:

Patch attempted to create file mkspecs/win32-borland/qmake.conf, which already exists.
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file mkspecs/win32-borland/qmake.conf.rej

runing qconfig.bat msvc2005

i get compile error:

qvsnprintf.cpp
..\src\corelib\tools\qvsnprintf.cpp(95) : error C3861: 'vsnprintf_s': identifier
not found, even with argument-dependent lookup
Generating Code...
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.

i also tried to configure for msvc.net and build, but i only get alot of unresolved externals

can someone help me please