Skip to content
New issue

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

Singleton problems #944

Closed
mantid-builder opened this issue Feb 21, 2008 · 1 comment
Closed

Singleton problems #944

mantid-builder opened this issue Feb 21, 2008 · 1 comment
Assignees
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: @FreddieAkeroyd

It looks like you can create more than one instance of a singleton on Windows in Mandid, but not on linux. I believe this is due to all classes and data being marked DLLExport and none DLLImport so they all create a separate instance variable for the singleton.

@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 96

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants