Hi there,
I downloaded vlc 3.0.0 (windows 64 bit) from the nightly builds.
When I call vlc_inst = libvlc_new ( 0, NULL ) ; the following error message pops up:
"The procedure entry point decode_URI could not be located in the dynamic link library C:\Program files\VideoLAN\VLC\prlugins\gui\libqt4_plugin.dll"
If I pres Ok program resumes normal.
The VLC Player that was included in the version I downloaded does not have the same problem, so it must be the arguments passed the libvlc_new() that cause / do not cause the above error.
Obviously under 2.2.6 there is no problem.
What args can I pass to libvlc_new() under 3.0.0 to avoid the above?
Thanks a lot for any help you can give me.
gt