Hello together,
I try to load vtk 9.4.1 into java. I have build with wrappings, vtk jar and wrappings dll are build.
I copied it al together and try to to call vtkNativeLibrary.LoadAllNativeLibraries();.
It fails. Several dlls cannot be loaded, e.g. vtkTestingRendering. DependencyWalker is green. I traced it down to vtkFiltersCellGrid. It cannot be loaded into java. What is going on here? Is this broken?