Page 1 of 1

using VLC in VC2010 project

Posted: 26 May 2015 15:37
by hds
hi,
i want to use the VLCLIB in my project for receiving h264 video from IP camera, and get the decoded image for performing some processing using my own dll (that receives uchar as input).
1. is there a set of libs+h files for win7 64 bit (with no need to compile VLC myself) i can download
2.is there good documantation and code examplse i can use that you can reffer me to?

10xs
h.

Re: using VLC in VC2010 project

Posted: 26 May 2015 15:47
by RSATom

Re: using VLC in VC2010 project

Posted: 26 May 2015 15:52
by hds
thanks!
visual c++ (2010) on win7

Re: using VLC in VC2010 project

Posted: 26 May 2015 15:53
by hds
thanks!
visual c++ (2010) on win7 (64bit)

Re: using VLC in VC2010 project

Posted: 26 May 2015 15:54
by RSATom

Re: using VLC in VC2010 project

Posted: 26 May 2015 15:58
by hds
thanks again :D
the first indeed doesnt include lib-s,
however, the other link is vs2008 x86,
do you know where i can find libs for x64 bit (vc2010)?
cheers
h

Re: using VLC in VC2010 project

Posted: 26 May 2015 16:00
by RSATom
Any specific reason why do you need x64?

Re: using VLC in VC2010 project

Posted: 26 May 2015 16:02
by RSATom
.lib files generated by VC2008 are compatible with VC2010. I use the same .lib files even with VC2013

Re: using VLC in VC2010 project

Posted: 26 May 2015 16:05
by hds
thanks,
we both develop and our clien'ts target machines are win7 x64...

Re: using VLC in VC2010 project

Posted: 26 May 2015 16:07
by RSATom
32-bit builds will work well too. Official Vlc distribution for Windows is 32-bit. x64 VLC version available too, but usually 32 bit version used. I don't see any reason why it will be necessary use x64 VLC, at least on Windows.

Re: using VLC in VC2010 project

Posted: 26 May 2015 16:16
by RSATom
if you still need x64 .lib you could use https://code.google.com/p/vc-libvlc/sou ... VlcLib.bat to generate it