<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<BR>hi all, <BR> <BR>I want to know which is the proper way of generating/using the CMake generated VS2008 project files. <BR>I've downloaded the OpenGL samples pack from G-TRUC.NET. In order to not hassle with include files, dependencies etcc.. from forums I've been instructed to use the CMake to generate the working projects of VisualC++. <BR>CMake generated the projects in folder "samples/(****project_name.vcproj" ) as expected but when I attempt to open any individual project, VS2008 IDE loads all of them (in Solution Explorer) and any attempt to load/build individual projects results in whole projects bundle compilation. And compiler comlains about :<BR> <BR>13>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library<BR>Error 1 error PRJ0019: A tool returned an error code from DATA_COPY DATA_COPY<BR><BR>I'm not familiar with the CMake so don't know exactly how to construe the bundled set, <BR>any help in advance will be appreciated.<BR><BR><BR>                                            </body>
</html>