Page 1 of 1

Windows Store 64bit C++ libvlc dependency issue

Posted: 23 Feb 2017 18:27
by JimA
I am working on a Windows Store app which does not use the CLI. I have linked with the 64bit version of the libvlc.lib version 2.2.4 and it compiles fine, but when I run the app, I get a dependency fault on the library. Dependency Walker does not seem to like processing this file, so am not sure which library is missing. Perhaps someone else has run into this and can shed light on what is needed.

Re: Windows Store 64bit C++ libvlc dependency issue

Posted: 23 Feb 2017 21:11
by JimA
I found that the libvlc.dll and libvlccore.dll both have to be added to the project and marked as content via their properties. It is also important that the profile folder be added to the appx folder or at least the path know in the instantiation call.

Re: Windows Store 64bit C++ libvlc dependency issue

Posted: 09 Aug 2017 17:32
by Jean-Baptiste Kempf
and the plugins/ folder.