Hi everybody!
Issuing the nmake command i got the following error:
cd src\winmain\ && "c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe" -f Makefile
"c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe" -f Makefile.Debug all
"c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe" -f Makefile.Release all
cd src\corelib\ && "c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe" -f Makefile
"c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe" -f Makefile.Debug all
cl -c -FIqt_pch.h -Yuqt_pch.h -Fptmp\obj\debug_shared\QtCored_pch.pch -nologo -Zm200 -Zc:wchar_t- -DDEBUG -D_DEBUG -Zi -MDd -W3 -w34100 -w34189 -EHs-c- -DQT_SHARED -DQT_THREAD_SUPPORT -DUNDER_CE -DWINCE -D_WINDOWS -D_UNICODE -DUNICODE -D_WIN32 -DQT_NO_PRINTER -DQT_NO_PRINTDIALOG -D_WIN32_WCE=0x501 -DARMV4I -D_ARMV4I_ -Darmv4i -D_ARM_ -DARM -D_M_ARM -DARM -D__arm__ -DQ_OS_WINCE_WM -DQT_NO_PRINTER -DQT_NO_PRINTDIALOG -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE -DQT_MAKEDLL -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -D_USE_MATH_DEFINES -DNO_ERRNO_H -DHB_EXPORT=Q_CORE_EXPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_IWMMXT -DQT_NO_DYNAMIC_CAST -I"..\..\include" -I"..\..\include\QtCore" -I"tmp\rcc\debug_shared" -I"tmp" -I"global" -I"..\3rdparty\zlib" -I"..\3rdparty\harfbuzz\src" -I"..\3rdparty\md5" -I"..\3rdparty\md4" -I"..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"..\..\mkspecs\wincewm50pocket-msvc2008" -Fotmp\obj\debug_shared\ @C:\Users\DEVELO~1\AppData\Local\Temp\nm3A90.tmp
qlocale_tools.cpp
tools\qlocale_tools.cpp(2273) : error C3861: '_control87': identifier not found
tools\qlocale_tools.cpp(2281) : error C3861: '_control87': identifier not found
tools\qlocale_tools.cpp(2294) : error C3861: '_control87': identifier not found
I 'm not sure what to do with it (i 'm a beginner in this field!)
Thanks in advance!