Hi,
I want to use QT4.6 with VS 2008 Express.
I have roughly followed this guide: http://netindonesia.net/blogs/risman...c-express.aspx
I have downloaded and installed Qt libraries 4.6 for Windows (VS 2008, 190 MB, http://qt.nokia.com/downloads/windows-cpp-vs2008)
Then i opened a VS2008 Command Prompt and typed:
configure -platform win32-msvc2008
=>OK
nmake
=>gives the following linker error:
Generating Code...
link /NOLOGO /INCREMENTAL:NO /SUBSYSTEM:CONSOLE /MANIFEST /MANIFESTFILE:
"release\moc.intermediate.manifest" /OUT:..\..\..\bin\moc.exe @C:\DOCUME~1\Max\LOCALS~1\Temp\nm92.tmp
bootstrap.lib(qbytearray.obj) : error LNK2019: unresolved external symbol _uncompress referenced in function "class QByteArray __cdecl qUncompress(unsigned char const *,int)" (?qUncompress@@YA?AVQByteArray@@PBEH@Z)
bootstrap.lib(qbytearray.obj) : error LNK2019: unresolved external symbol _compress2 referenced in function "class QByteArray __cdecl qCompress(unsigned char const *,int,int)" (?qCompress@@YA?AVQByteArray@@PBEHH@Z)
..\..\..\bin\moc.exe : fatal error LNK1120: 2 unresolved externals

Any hints on this?
It seems the functions mentioned are part of zlib?
Do i need to install zlib seperately? From where and how?
Any help will be much appreciated.