SBU-BMI / SlicerPathology

3D Slicer extension for Pathology segmentation tools
http://bmi.stonybrookmedicine.edu
Other
5 stars 8 forks source link

ShortCutCoreSegmenter::RefineShortCut: Fix windows link error #28

Closed jcfr closed 8 years ago

jcfr commented 8 years ago
Error   6   error LNK2019: unresolved external symbol "void __cdecl 
TCGA::FindBoundingBoxFromMask(class cv::Mat const &,class cv::Rect_<int> &)" 
(?FindBoundingBoxFromMask@TCGA@@YAXAEBVMat@cv@@AEAV?$Rect_@H@3@@Z) 
referenced in function "public: void __cdecl ShortCutCoreSegmenter::RefineShortCut(void)" 
(?RefineShortCut@ShortCutCoreSegmenter@@QEAAXXZ)    C:\D\N\S-1-E-b\SlicerPathology-
build\ShortCutCore\Logic\ShortCutCoreSegmenter.obj  vtkSlicerShortCutCoreModuleLogic
jcfr commented 8 years ago

xref Slicer/Slicer#485

jcfr commented 8 years ago

It turns out that the TCGAUtilities symbols included in vtkSlicerQuickTCGAModuleLogic shared library are not exported.