<div>oh, you mean that if I use cmake to configure the compiler settings in Visual Studio,I must do it every time,when I establish a new project? if I add some file into th CMakeLists.txt,it will spare myself the trouble?</div><div><br></div><div><br></div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------ 原始邮件 ------------------</div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><b>发件人:</b> "John Drescher"<drescherjm@gmail.com>; </div><div><b>发送时间:</b> 2014年4月15日(星期二) 晚上10:12</div><div><b>收件人:</b> "既然如此"<1215277099@qq.com>; </div><div><b >抄送:</b> "Bill Lorensen"<bill.lorensen@gmail.com>; "vtkusers"<vtkusers@vtk.org>; </div><div><b>主题:</b> Re: [vtkusers] 回复: ask for a answer,thank you</div></div><div><br></div>On Tue, Apr 15, 2014 at 10:09 AM, 既然如此 <<a href="mailto:1215277099@qq.com" target="_blank">1215277099@q<wbr>q.com</a>> wrote:<br>> Yes,I use cmake,now I have fixed it ,because I add the<br>> "D:\vtk\bin\bin\Debug" into the Linker->Input->addtional Dependencies,so the<br>> problem occur. and thank you too^0^<br>><br><br>You must have missed adding a file to your CMakeLists.txt. With CMake<br>you never touch compiler settings in Visual Studio because each time<br>cmake regenerates your changes will be gone.<br><br>John<br>