<div dir="ltr">Sorry, I figured it out myself. Here are my new AUTOINIT lines:<div><br></div><div><div>#define vtkRenderingCore_AUTOINIT 3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)</div><div>#define vtkRenderingVolume_AUTOINIT 1(vtkRenderingVolumeOpenGL2)</div></div><div><br></div><div>Hope this helps someone else.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 13, 2016 at 1:44 PM, Donny Zimmerman <span dir="ltr"><<a href="mailto:zmanvortex@gmail.com" target="_blank">zmanvortex@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I think I have narrowed the linker errors down to the following lines in my source files:<div><br></div><div><div>#define vtkRenderingCore_AUTOINIT 4(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)</div><div>#define vtkRenderingVolume_AUTOINIT 1(vtkRenderingVolumeOpenGL)</div></div><div><br></div><div>I think I need to change the "vtkRenderingOpenGL" to "vtkRenderingOpenGL2" and the same with RenderingVolume. I am not sure what to do with "vtkRenderingFreeTypeOpenGL".</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 13, 2016 at 1:23 PM, Donny Zimmerman <span dir="ltr"><<a href="mailto:zmanvortex@gmail.com" target="_blank">zmanvortex@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div>I can compile my Visual Studio 2012 app fine against VTK 6.2 libraries but when I try to compile my app against the VTK 7.1 libraries I get 165 linker errors. I have changed my directory paths to the correct include and library paths for VTK 7.1 in the app properties. I have also added all of the VTK 7.1 .lib files to the Additional Dependencies in the app properties. I can't figure out what might have changed between VTK versions.</div><div>All of the linker errors are similar with the modules being the only difference. Here is the first linker error:</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><b>Error<span style="white-space:pre-wrap">     </span>9<span style="white-space:pre-wrap">       </span>error LNK2028: unresolved token (0A000996) "void __cdecl vtkRenderingVolumeOpenGL_AutoInit_Construct(void)" (?vtkRenderingVolumeOpenGL_AutoInit_Construct@@$$FYAXXZ) referenced in function "public: __thiscall vtkRenderingVolume_AutoInit::vtkRenderingVolume_AutoInit(void)" (??0vtkRenderingVolume_AutoInit@@$$FQAE@XZ)<span style="white-space:pre-wrap"> </span>C:\Users\donny.zimmerman.UNMC_DOMAIN\Documents\Visual Studio 2012\Projects\swis\SwisVtkEngine\SwisVtkEngine.obj<span style="white-space:pre-wrap"> </span>SwisVtkEngine</b></blockquote></div><div><br></div><div>Any help would be greatly appreciated.</div><div><br></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>