Page 1 of 1

Libvlc.dll problem with Visual C++

Posted: 15 Oct 2008 00:02
by silvara
Hi All;
I fallow the steps at the below to start webcame stream.
http://wiki.videolan.org/LibVLC_Visual_C

main interface error: no interface module matched "hotkeys,none"
main interface error: no suitable interface module
main private error: interface "hotkeys,none" initialization failed

Image

Any one has a clue what am i doing wrong ?

Re: Libvlc.dll problem with Visual C++

Posted: 15 Oct 2008 00:55
by Jean-Baptiste Kempf
plugin path not set.

Re: Libvlc.dll problem with Visual C++

Posted: 15 Oct 2008 09:46
by silvara
Thank you for your reply..

But i added ; C:\Program Files\VideoLAN\VLC and C:\Program Files\VideoLAN\VLC\plugins in Additional Libarary Directories .. Also i copied all dlls (libvlc.dll, npvlc.dll , axvlc.dll and all of plugins/* just beside the exe :roll:

Re: Libvlc.dll problem with Visual C++

Posted: 15 Oct 2008 10:51
by Jean-Baptiste Kempf
In your code.

Re: Libvlc.dll problem with Visual C++

Posted: 15 Oct 2008 18:16
by silvara
thanks but i am using dll.. not lib..
i solved my problem .. i was copying the dll s and plugin folder just beside the exe .. i need to copy it at the place where my solution exits.