-
Notifications
You must be signed in to change notification settings - Fork 185
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
Support for dll builds in Win #20
Comments
I'm not really sure what you mean by support for dll build. Why don't you raise the pull request, I'll have a look and hopefully get more clarity as well. |
Currently, no symbols will be exported in MSVC.
Then you need to add the NANO_LOG_API in classes and functions that have to be exported. In your case there are only 7 places where you need to do that. |
@cstamatopoulos In case you are using cmake did you have a look at WINDOWS_EXPORT_ALL_SYMBOLS |
Is this something that would interest you ?
If yes I can make a pull request or I can paste the code here as it is only minor changes in the header file.
The text was updated successfully, but these errors were encountered: