You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I had some problems with using easyloggingpp via dll (Windows), v 9.80.
To fix the problem with linker, i just add ELPP_EXPORT for s_currentUser and s_currentHost variables on line 1548, 1549.
If someone writes DLL that uses easylogging++, we should export symbols to make various features accessible via application using this DLL
The text was updated successfully, but these errors were encountered: