Hello everybody,
I have just updated a VST plug-in to JUCE 2.0.40. This plug-in needs to open a dynamic library (FFTW to be specific) that sits in the plug-ins directory which has worked fine in JUCE 2.0 but now fails:
pDynamicLibraryFFTW = new DynamicLibrary();
pDynamicLibraryFFTW->open("libfftw3f-3.dll");
Is there any JUCE way of finding the plug-in’s directory? I have searched this forum and actually found an answer to my question (http://www.rawmaterialsoftware.com/viewtopic.php?t=&f=&p=6695). Unfortunately, it seems the mentioned functions have disappeared since then.
Have a nice week-end,
Martin