Tagged Questions

0
votes
1answer
49 views

Problem when importing class with static member

I have created a simple RAII class in one of my DLLs (let's call it the exporting DLL) which monitors for configuration restore in my application: Header file class __declspec(dllexport) ...