Build shared libraries for Windows CE

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
jakpou
Full Member
Full Member
Posts: 9
Joined: 17 Feb 2016, 12:58

Build shared libraries for Windows CE

Post by jakpou »

Hi

Trying to build shared libraries for Windows CE but it fails to link, it is missing symbols for Lockit.
It seems that xlock.lib needs to be added to the link import libraries.

What is the best way to get CMAKE to also include the xlock.lib when it is linking?

I can build for Win32 without any problem.

Best regards
Jakob

Post Reply