Embedding DLL's in exe

Hello there.

I have a question about dll files. I wrote a juce audio application which also uses dll Vamp plugins to analyze audio (like a host). Because of the Vamp host gets a plugin key for a given library name (as I could understand), I wonder is there a way to embed the plugin dll to exe, instead of locating it a specified path.

Give this a go! choc/choc_MemoryDLL.h at main · Tracktion/choc · GitHub

1 Like

I am pretty sure you don’t actually need anything like that. What’s your current problem when trying to load the Vamp plugins?