Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • CamiTK Community Edition CamiTK Community Edition
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • CamiTKCamiTK
  • CamiTK Community EditionCamiTK Community Edition
  • Issues
  • #88
Closed
Open
Issue created Oct 15, 2019 by Maxime Calka@calkamDeveloper

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

Assignee
Assign to
Time tracking