I am not intimate with the VLC library, but here are some other possible options:
- Explicitly load the other DLLs from the VLC directory before the main one.
- Change directory to the VLC libs directory and load the main library (then change back). The current directory is in the Windows DLL search path so its dependencies should be found.
Bookmarks