We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Built Static VTK-8.1.0 Built Static OCE
On using IVtkTools_ShapeDataSource for creating a vtk mapper from topoDS_shape, I get the following link error. Other VTK classes works fine tough.
1>RingNamer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class IVtkTools_ShapeDataSource * __cdecl IVtkTools_ShapeDataSource::New(void)" (_imp?New@IVtkTools_ShapeDataSource@@SAPAV1@XZ) referenced in function "public: static class vtkSmartPointer __cdecl vtkSmartPointer::New(void)" (?New@?$vtkSmartPointer@VIVtkTools_ShapeDataSource@@@@sa?AV1@XZ) 1>RingNamer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall IVtkTools_ShapeDataSource::SetShape(class Handle_IVtkOCC_Shape const &)" (_imp?SetShape@IVtkTools_ShapeDataSource@@QAEXABVHandle_IVtkOCC_Shape@@@z) referenced in function _main 1>E:\projects\current\Ryan_Ring\codeBase\RingNamer\Debug\RingNamer.exe : fatal error LNK1120: 2 unresolved externals
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Built Static VTK-8.1.0
Built Static OCE
On using IVtkTools_ShapeDataSource for creating a vtk mapper from topoDS_shape, I get the following link error. Other VTK classes works fine tough.
1>RingNamer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class IVtkTools_ShapeDataSource * __cdecl IVtkTools_ShapeDataSource::New(void)" (_imp?New@IVtkTools_ShapeDataSource@@SAPAV1@XZ) referenced in function "public: static class vtkSmartPointer __cdecl vtkSmartPointer::New(void)" (?New@?$vtkSmartPointer@VIVtkTools_ShapeDataSource@@@@sa?AV1@XZ)
1>RingNamer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall IVtkTools_ShapeDataSource::SetShape(class Handle_IVtkOCC_Shape const &)" (_imp?SetShape@IVtkTools_ShapeDataSource@@QAEXABVHandle_IVtkOCC_Shape@@@z) referenced in function _main
1>E:\projects\current\Ryan_Ring\codeBase\RingNamer\Debug\RingNamer.exe : fatal error LNK1120: 2 unresolved externals
The text was updated successfully, but these errors were encountered: