[vtk-developers] A single ExternalData folder for multiple variants of VTK. Is it possible?

Brad King brad.king at kitware.com
Fri Jul 15 10:57:39 EDT 2016


On 07/15/2016 10:52 AM, Andras Lasso wrote:
> 1. In kwsys implement SystemTools::CreateSymlink for Windows
>    (this would be useful in general)

If you're interested in working on that, please see KWSys development
instructions here:

 http://public.kitware.com/Wiki/KWSys/Git/Develop

In order to avoid requiring a CreateSymbolicLink symbol to be available
(which it may not be pre-Vista) please use GetProcAddress to look up
a pointer to the function at runtime.

Thanks,
-Brad



More information about the vtk-developers mailing list