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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
