[Insight-users] Patented Code does not compile and install
    Luis Ibanez 
    luis.ibanez at kitware.com
       
    Mon Nov 15 18:43:16 EST 2004
    
    
  
Hi Jim,
Did you enabled the CMake variable
               VTK_USE_PATENTED
when you configured VTK  ?
Note that InsightApplications does not build VTK by itself.
You must make sure the you build VTK with PATENTED enabled.
If you continue experiencing any problem, please post to
the list the CMakeCache.txt file that CMake generates in
the binary directory where you built VTK.
If you are on Windows, it is a common mistake to build
VTK for Release with some options, then change the options
and recompile it only for Debug. (or the other way around).
Please make sure that you are building *ALL* the libraries
for the same compilation mode.
   Regards,
      Luis
-------------
Jim wrote:
> Insight/Application compiled with USE_VTK_PATENDED ON but when I try
> to run DeformableModelSimplexMesh.exe. An error message says "The
> dynamic link libary vtkPatented.dll could not be found in the specific
> path c:\insight\applications\bin....
> 
> Please help, Thanks
> 
> Jim
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
> 
> 
    
    
More information about the Insight-users
mailing list