Hello everybody,
I am currently creating my first simple audio plugin using juce so im pretty new to JUCE and C++ as a whole. I have a problem with my plugin and i cant seem to figure it out.
For testing I have chosen the DAW FL Studio, since im very familliar with this.
However whenever my plugin loads correctly, there is an error popping up while scanning all the plugins (in FL Studio). This error popup window just shows up for a second and closes itself again but I made a screenshot:
The plugin works fine, its just weird and maybe it has to do something with the next problem I have:
When I have an error in my plugin and i compile it and open it in FL Studio it wont load (its normal i know). However when i compile my plugin again but with a version, that should work, it still wont open in FL Studio.
While scanning the plugin i get a similar error like mentioned here:
Also when I open the plugin in the FL Studio Mixer (Its an FX Plugin) just creates a popup window, telling me that the plugin couldnt load like mentioned here:
https://www.reddit.com/r/FL_Studio/comments/1bejnj1/there_was_a_problem_opening_the_plugin_for_an/
A workaround i found was, to just delete the FL Studio files and let FL Studio create them all again, but this is not really handy. I do not know why this does impact this because Ive selected to Rescan Previous Verified Plugins in the FL Studio Plugins Scanner.
Can someone helps me please? Thank you!