Can I use this class or is it internal?
Because I had to do this to get it to work:
#ifdef JUCE_WIN32
namespace juce {
# include "src/native/windows/juce_win32_DynamicLibraryLoader.h"
}
#endif
Can I use this class or is it internal?
Because I had to do this to get it to work:
#ifdef JUCE_WIN32
namespace juce {
# include "src/native/windows/juce_win32_DynamicLibraryLoader.h"
}
#endif
You can use it if you want, but it’s not designed for public use and I’ve no plans to put it in the public headers.
It was quite useful ![]()
I can make a copy of it if the need arises in the future. Thanks
You can use my class
DynamicLibrary