Hi there!

I'm trying to build Qt 4.8.3 64 bit on Windows 7 x32 using MSVC 2010 x64 tools. But when I'm executing nmake, I get such an error:

Qt Code:
  1. bootstrap.lib(qfilesystemiterator_win.obj) : error LNK2019: unresolved external
  2. symbol __imp_FindFirstFileExW referenced in function "public: bool __cdecl QFile
  3. SystemIterator::advance(class QFileSystemEntry &,class QFileSystemMetaData &)" (
  4. ?advance@QFileSystemIterator@@QEAA_NAEAVQFileSystemEntry@@AEAVQFileSystemMetaDat
  5. a@@@Z)
  6. ..\..\..\bin\moc.exe : fatal error LNK1120: 119 unresolved externals
  7. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BI
  8. N\x86_amd64\link.EXE"' : return code '0x460'
  9. Stop.
  10. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BI
  11. N\nmake.exe"' : return code '0x2'
  12. Stop.
  13. NMAKE : fatal error U1077: 'cd' : return code '0x2'
  14. Stop.
  15. NMAKE : fatal error U1077: '""C:\Program' : return code '0x2'
  16. Stop.
To copy to clipboard, switch view to plain text mode 

Once I’ve sucessfully built 4.8.0 following these instructions: http://qt-project.org/faq/answer/how..._32_bit_system
I tried to apply them to 4.8.3, but I also get an error:

Qt Code:
  1. link /LIBPATH:"c:\Qt\4.8.3\build-static-x64\lib" /LIBPATH:"c:\Qt\4.8.3\b
  2. uild-static-x64\lib" /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:C
  3. ONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls
  4. ' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArch
  5. itecture='*'" /MANIFEST /MANIFESTFILE:"tmp\obj\release_static\uic3.intermediate.
  6. manifest" /OUT:..\..\..\bin\uic3.exe @C:\Users\olegst\AppData\Local\Temp\nm85C9.
  7. tmp
To copy to clipboard, switch view to plain text mode