Hi fellows,

I'm having a linkage problem while I'm trying to build my module.


Linking...
1>myFilter.obj : error LNK2001: unresolved external symbol "public:
__thiscall DicomReader::~DicomReader(void)" (??1DicomReader@@QAE@XZ)
1>myFilter.obj : error LNK2001: unresolved external symbol "public:
__thiscall DicomReader::DicomReader(void)" (??0DicomReader@@QAE@XZ)
1>C:\MITK_myProjects-superbuild\MyProject-build\bin\Debug\MyModuleLib.dll :
fatal error LNK1120: 2 unresolved externals



That happen when I create an instance of class which I've made and include
some VTK's libraries such as:

#include "vtkDICOMImageReader.h"
#include "vtkPolyData.h"
#include "vtkDataSet.h"
#include "vtkImageGaussianSmooth.h"
#include "vtkImageMedian3D.h"
#include "vtkImageThreshold.h"
#include "vtkImageOpenClose3D.h"
#include "vtkImageData.h"
#include "vtkContourFilter.h"
#include "vtkPolyData.h"
#include "vtkPolyDataNormals.h"
#include "vtkStripper.h"
#include "vtkSmoothPolyDataFilter.h"
#include "vtkPolyDataConnectivityFilter.h"
#include "vtkDecimatePro.h"



If any information will be needed, just ask...
------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to