Hallo,

I want to find the library MSImg32 on a Windos 8.1 system 64-bit.

The library is located here:
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\x64
\MSImg32.Lib"
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\MSImg32.Lib"
"C:\Program Files (x86)\Windows Kits\8.0\Lib\win8\um\x64\MSImg32.Lib"
"C:\Program Files (x86)\Windows Kits\8.0\Lib\win8\um\x86\MSImg32.Lib"

The script uses these commands to locate the library
SET_PROPERTY(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS TRUE)

FIND_LIBRARY(MS_IMG_32_LIBRARY MSImg32)

The result is:
C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x86/MSImg32.Lib

So what can I do to find the 64-bit version of MSImg32.

Greetings

Micha


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to