Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.dlls missing when runnig .exe #16

Open
The-Olden-Goat opened this issue Mar 20, 2019 · 1 comment
Open

.dlls missing when runnig .exe #16

The-Olden-Goat opened this issue Mar 20, 2019 · 1 comment

Comments

@The-Olden-Goat
Copy link

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-Olden-Goat
Copy link
Author

Problem solved!

I just had to include the plugins folder in my release folder and it solved the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant