Page 1 of 1

Getting error, but still can play video.

Posted: 24 Feb 2016 21:59
by kazham
Hi everybody!
I tried to implement this example from https://wiki.videolan.org/Using_libvlc_with_Delphi/ on C++Builder-6 and it worked fine, but before playing video I get these errors. All they say that entry point into specified procedure hasn't been found in specified DLL file.

ImageImage
ImageImage

Does anyone know what is the problem?
Thank you!

Re: Getting error, but still can play video.

Posted: 25 Feb 2016 17:04
by kazham
Forgot to say that this line "vlcInstance = libvlc_new(0, NULL);" specifically produces errors.

Re: Getting error, but still can play video.

Posted: 25 Feb 2016 17:13
by RSATom
it's very possible you have old libvlc in your PATH, or in windows/system32 or something similar

Re: Getting error, but still can play video.

Posted: 25 Feb 2016 17:42
by kazham
Thank you! I'll try to reinstall VLC.

Re: Getting error, but still can play video.

Posted: 25 Feb 2016 17:45
by RSATom
no, it will not help. I mean, you have some software based on libvlc which copy libvlc to windows system folders, or add itself to PATH env variable.

Re: Getting error, but still can play video.

Posted: 25 Feb 2016 17:45
by RSATom
and this libvlc is just very old version

Re: Getting error, but still can play video.

Posted: 25 Feb 2016 18:16
by kazham
Helped indeed! Thank you very much, RSATom!!!