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

fails on windows #2

Closed
mchave opened this issue Jun 23, 2015 · 2 comments
Closed

fails on windows #2

mchave opened this issue Jun 23, 2015 · 2 comments

Comments

@mchave
Copy link

mchave commented Jun 23, 2015

As this example is written, on windows to use the dynamic library you'll need to export the class:

...
class __declspec( dllexport ) Hello
...

Or use a DEF file, or some other method. Otherwise, out of the box it will fail complaining about missing the import library which would have gone with the DLL.

@carlosvin
Copy link
Owner

For now I cannot investigate the issue, I don't have windows on my PC.

@carlosvin
Copy link
Owner

I'll close this issue because it will be addressed with #4

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