Notes |
|
(0021335)
|
Jim Peterson
|
2010-07-09 11:25
|
|
For what it is worth, the downloaded java examples that have System.LoadLibrary() coded all specify names that start with VTK, not libVTK. I suspect this issue is somehow an incorrectly generated make file for use by mingw from CMAKE. |
|
|
(0021350)
|
Jim Peterson
|
2010-07-11 11:45
|
|
I found I was missing the mingw32-make program, I updated mingw and was able to specify mingw make files and generate the build files. all of the .dll files are prefixed with lib. this does not match the documented interface libraries for windows hosted java, nor the windows shared libraries in general. There may be a cmake configuration option I am missing. but the fact that the libraries are suffixed with .DLL appears to indicate we have recogized at some level this is a windows system we are building make for. and the lib prefix is being added in error I believe. Thanks for any insight into this.
|
|
|
(0021578)
|
David Cole
|
2010-07-30 12:15
(edited on: 2010-07-30 12:17) |
|
|
|
(0032253)
|
Jerome Robert
|
2014-02-01 11:53
|
|
|
|
(0037183)
|
Kitware Robot
|
2016-08-12 09:55
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page. |
|