<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Hi</DIV>
<DIV>&nbsp;</DIV>
<DIV>You can add manually path without CMake using runing Install project in 
visual studio project that will copy header and libraries to specific folder at 
time of configure CMake.</DIV>
<DIV>Default folder may be program files in windows with VTK directory. But 
CMake will be lot easier then doing things manually.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Alex</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV 
style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp; 
<BR></DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<DIV style="FONT: 10pt tahoma">
<DIV>&nbsp;</DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=lobo.theslayer@gmail.com 
href="mailto:lobo.theslayer@gmail.com">Rodrigo Lovera</A> </DIV>
<DIV><B>Sent:</B> Tuesday, September 04, 2012 11:35 AM</DIV>
<DIV><B>To:</B> <A title=alexdowson@hotmail.com 
href="mailto:alexdowson@hotmail.com">alex Dowson</A> </DIV>
<DIV><B>Subject:</B> Re: [vtkusers] Trouble building VTK and using with 
C++</DIV></DIV></DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">Thx, 
I'll try that, I got one doubt... is there anyway to code my application in the 
visual c++ environment without the need of using cmake, i'm new in c++ language 
as well as for the use of VTK. I'd like to get some advice on how to start so I 
don't get in so much trouble, im like testing differente features of VTK to 
finally merge them into a GUI. 
<DIV>&nbsp;</DIV>
<DIV><BR><BR>
<DIV class=gmail_quote>2012/9/4 alex Dowson <SPAN dir=ltr>&lt;<A 
href="mailto:alexdowson@hotmail.com" 
target=_blank>alexdowson@hotmail.com</A>&gt;</SPAN><BR>
<BLOCKQUOTE 
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
class=gmail_quote>
  <DIV dir=ltr>
  <DIV dir=ltr>
  <DIV style="FONT-FAMILY: 'Calibri'; FONT-SIZE: 12pt">
  <DIV>Hi</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>It seems you did not includes VTK_LIBRARIES in your demo application . 
  Modifiy your CMake list and add libraries like this.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>TARGET_LINK_LIBRARIES(YourProjectName ${VTK_LIBRARIES} )</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Alex</DIV>
  <DIV><BR>&nbsp;</DIV></DIV></DIV></DIV></BLOCKQUOTE></DIV><B><FONT color=#000066 
face="'comic sans ms', sans-serif">Rodrigo aka 
WarHearT</FONT></B><BR></DIV></DIV></DIV></DIV></BODY></HTML>