Page 1 of 1

How to get LibVlc for visual studio project

Posted: 12 Oct 2014 21:14
by arlis
Hi, I want create a media player with visual studio. So where I can find to download libvlc file or files which will works with visual studio.

Re: How to get LibVlc for visual studio project

Posted: 13 Oct 2014 07:41
by RSATom

Re: How to get LibVlc for visual studio project

Posted: 13 Oct 2014 07:42
by RSATom

Re: How to get LibVlc for visual studio project

Posted: 13 Oct 2014 07:43
by RSATom
btw, what language do you plan to use? libvlc-sdk is for C/C++ only

Re: How to get LibVlc for visual studio project

Posted: 13 Oct 2014 14:36
by arlis
I use c++ in visual studio. What libvlc version is in https://github.com/RSATom/libvlc-sdk ?
I also tried binaries, but I can't find the files which is request.

Re: How to get LibVlc for visual studio project

Posted: 13 Oct 2014 15:54
by RSATom
it's for latest released version, for now it is for vlc 2.1.5

what exactly files you can't find?

Re: How to get LibVlc for visual studio project

Posted: 13 Oct 2014 15:58
by RSATom
if you plan to use libvlc in C++ application you will need:
1) headers from libvlc-sdk/include ( or official vlc distribution sdk/include - they are identical )
2) libvlc.lib from libvlc-sdk/lib/msvc
3) libvlc.dll + libvlccore.dll + plugins folder from official vlc distribution

Re: How to get LibVlc for visual studio project

Posted: 13 Oct 2014 22:00
by arlis
Thanks a lot. I star coding. And now I have some error's with memory. Image
http://i59.tinypic.com/35i9mi1.jpg

Re: How to get LibVlc for visual studio project

Posted: 14 Oct 2014 05:15
by RSATom
Are you sure m is not null?
or did exception occur in libvlc_media_new_path ?

Re: How to get LibVlc for visual studio project

Posted: 19 Feb 2019 06:17
by chamanlata
I am getting the same error.Please help

Re: How to get LibVlc for visual studio project

Posted: 19 Feb 2019 10:48
by mfkl
Are you using C/C++ or C#?

Re: How to get LibVlc for visual studio project

Posted: 20 Feb 2019 07:51
by chamanlata
I am using c++