Page 1 of 1

Need VLC 2.1.3 libraries release

Posted: 07 Feb 2014 16:18
by neosettler
Greetings,

I'm using VLC in a C++ Visual Studio 2010 project. The compiled version of the libraries is found in the vlc-2.1.3-win64-debug/sdk folder and it works great. The problem is that the sdk folder is not present in the release version of the vlc-2.1.3-win64.

Why is this folder omitted in release version and would it be possible to find the libraries already complied somewhere else?

Thanks

Re: Need VLC 2.1.3 libraries release

Posted: 15 Feb 2014 13:38
by Jean-Baptiste Kempf
Use the .7z file.

Re: Need VLC 2.1.3 libraries release

Posted: 15 Feb 2014 16:59
by neosettler
oh my god... thank you!

Re: Need VLC 2.1.3 libraries release

Posted: 17 Feb 2014 17:22
by neosettler
Unless using Debug information in Release mode when linking against the Release or Debug libraries in VS 2010, the player crashes on windows 8.1 x64. It's been doing this for at least 2 years and I'm still not sure if it's on my part or there is something fishy with the nightly builds.

Re: Need VLC 2.1.3 libraries release

Posted: 18 Feb 2014 14:37
by Jean-Baptiste Kempf
It's the same, regenerate the libvlc.lib from the .dll

Re: Need VLC 2.1.3 libraries release

Posted: 18 Feb 2014 15:28
by neosettler
Oh, I see. Any pointers on how would I do that exactly?