<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Eleni, it isn't a matter of choosing between Cmake and VS, you use them both together. Cmake creates the project files for VS. For example, if you are using VS 10 on 64-bit Windows,
you first do<br>
<br>
cmake -G "Visual Studio 10 Win64"<br>
<br>
then you'll see that the VS project files have been created for you to use. To see how to tell Cmake to use the different VS versions, just type ''cmake'.<br>
<br>
Gib<br>
<br>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF95256"><font size="2" color="#000000" face="Tahoma"><b>From:</b> vtkusers-bounces@vtk.org [vtkusers-bounces@vtk.org] on behalf of Eleni Siampli [siaeleni@yahoo.gr]<br>
<b>Sent:</b> Monday, 30 January 2012 2:51 a.m.<br>
<b>To:</b> vtkusers@vtk.org<br>
<b>Subject:</b> [vtkusers] linking Vtk in vs2010<br>
</font><br>
</div>
<div></div>
<div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: times new roman,new york,times,serif; font-size: 12pt;">
<div>Hello..I am pretty new with VTK and Visual Studio. </div>
<div>I have done a very simple application in using VTK and Cmake.</div>
<div>But I do not want to do it now in C make. I want to do it in Visual studio 2010.</div>
<div>I do not know how and what should I link in vs in order to work.</div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks a lot.</div>
<div>Helen</div>
</div>
</div>
</div>
</div>
</body>
</html>