You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the project out of Visual Studio (2015), it works great,
however, when I try to run the .exe, it complains about the following .dll files being missing
(libvlc.dll, libvlccore.dll, VLCQtCore.dll, VLCQtQml.dll, VLCQtWidgets.dll).
When I move those .dll files from the project folder to the release folder, and I run the .exe, nothing happens. When I then run the program from visual studio, it bugs out.
I couldn't find an already logged issue of this, and have not found a solution elsewhere either...
The code being used is from the simple-player example, under src.
The text was updated successfully, but these errors were encountered:
When running the project out of Visual Studio (2015), it works great,
however, when I try to run the .exe, it complains about the following .dll files being missing
(libvlc.dll, libvlccore.dll, VLCQtCore.dll, VLCQtQml.dll, VLCQtWidgets.dll).
When I move those .dll files from the project folder to the release folder, and I run the .exe, nothing happens. When I then run the program from visual studio, it bugs out.
I couldn't find an already logged issue of this, and have not found a solution elsewhere either...
The code being used is from the simple-player example, under src.
The text was updated successfully, but these errors were encountered: