Hi Rémi, Yes, we both agree about that ;) The question is why Vlc (ie, Win32 LoadLibrary()) does not load the module when using a dummy function from a dummy class? For example, here is the code of the class Utils: Utils.h #include <cstdio> #include <string> #include <stdlib.h> bool checkLoad(); Uti...