Result & DynamicLibrary errors

Hi there,

I come up to you for pointing out errors on linking of JUCE DLL.
In fact, classes Result and DynamicLibrary are not defined as JUCE_API, so their symbols are not exported to JUCE DLL.
Is something normal ? I expect not, because I have to do some jobs with DynamicLibrary and Result is everywhere in File class.

Sorry - maintaining the DLL build is bottom of my priority list, and I hadn’t tested it for a while. I’ll sort that out, the classes just need an export directive.

Yes, I have added JUCE_API just after class declaration and all is right again.
May be included in next update ? :slight_smile:

Yes, of course - it’ll be in my next commit.