Problem Import DLL Windows
About you
Developper on the Meniscare project.
Overview
Problem to import functions of InteractiveViwerFrame, SliderSpinBoxWidget, SliderTextWidget.
Steps to Reproduce
No step to reproduce
Interpretation & Possible fixes
InteractiveViewerFrame.h Actual: class InteractiveViewerFrame : public QFrame { public:
Expected: class CAMITK_API InteractiveViewerFrame : public QFrame { public:
SliderSpinBoxWidget.h Actual: class SliderSpinBoxWidget : public QWidget { Q_OBJECT
Expected: class CAMITK_API SliderSpinBoxWidget : public QWidget { Q_OBJECT
SliderTextWidget.h Actual: class SliderTextWidget : public QWidget { Q_OBJECT
Expected: class CAMITK_API SliderTextWidget : public QWidget { Q_OBJECT
CamiTK Version
4.1
please do not remove anything below this line