[CMake] can't create makefile in Visual C++ Express Edition
Version 8.0.50727.42 (using cmake example demo)
Bill Hoffman
bill.hoffman at kitware.com
Thu May 10 09:06:22 EDT 2007
haibin zhang wrote:
> Hi all:
> I can't create makefile in Visual C++ Express Edition Version
> 8.0.50727.42, I use Example in cmake.
>
> I found it want to find 'user32.lib', but system don't obtain it. it
> only have 'user32.dll'
>
> How to avoid it to go to find 'user32.lib'?
>
>
> and can be compiled and linked in vc 2005 Express Edition. it don't
> need user.lib, and user.lib is static linking, how can I use user.dll
> to replace user.lib to using dynamic link in cmake.
>
> thanks
Install the SDK for windows:
http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/
-Bill
More information about the CMake
mailing list