I am actually using Visual Studio 2008 Professional. And I have found out something strange. When I run the uic transcoder sample the "number of threads" parameters makes a difference.
Hi Haerle,
OpenMP should be enabled in Micorsoft Compiler build. Microsoft support OpenMP in MSVC 2005 (cl8) and MSVC2008(Cl9). So UIC add the support in latestrelease.
For your single build, you canmodify makefile, for example,define _OpenMPand make sureyour command like is
>cl.exe /c /O2 /MD /openmp /D MULTITHREADING_OMP /D UIC_DLL_EXPORTS /D UIC_W32DLL /D WIN32 /D _WIN32 /I ...
In jpeg2000 build log file: uic_jpeg2000.
Regards,
Ying