[vtkusers] question concerning vtkPatented.lib
Steffen Oeltze
stoeltze at isg.cs.uni-magdeburg.de
Wed Mar 10 06:07:23 EST 2004
Dear VTK-users,
I recently dowloaded the source-code of VTK4.2. I successfully built all
the libraries including the vtkPatented.lib.
Then, I tried to compile and link a small example using
vtkMarchingCubes. Although I linked against the vtkPatented.lib
I receive an error saying that there are unresolved symbols:
Linker-Vorgang läuft...
testPatented.obj : error LNK2001: Nichtaufgeloestes externes Symbol
"__declspec(dllimport) public: void __thiscall
vtkMarchingCubes::SetLocator(class vtkPointLocator *)"
(__imp_?SetLocator at vtkMarchingCubes@@QAEXPAVvtkPointLocator@@@Z)
testPatented.obj : error LNK2001: Nichtaufgeloestes externes Symbol
"__declspec(dllimport) public: void __thiscall
vtkMarchingCubes::SetValue(int,float)"
(__imp_?SetValue at vtkMarchingCubes@@QAEXHM at Z)
testPatented.obj : error LNK2001: Nichtaufgeloestes externes Symbol
"__declspec(dllimport) public: static class vtkMarchingCubes * __cdecl
vtkMarchingCubes::New(void)" (__imp_?New at vtkMarchingCubes@@SAPAV1 at XZ)
Does anybody have an idea ?
Best Regards,
Steffen
More information about the vtkusers
mailing list