Page 1 of 1

New to LibVLC - Trying out libVLC on VS2101

Posted: 13 May 2017 00:36
by alelau
I downloaded vlc-2.2.4-win32.7z and extracted the files. I created an empty project in VS2010 and create a cpp file using the code I found on https://wiki.videolan.org/LibVLC_Tutorial/

On VS2010 project property, I added the include file folder and added Linker library folder and libvlc.lib, libvlccore.lib, vlc.lib, vlccore.lib to additional dependencies.

I got this build error --> D:\VLC\vlc-2.2.4\sdk\lib\vlccore.lib : fatal error LNK1107: invalid or corrupt file: cannot read at 0x16.

I have re-downloaded the file and still having the same error. Is there anything that I had done wrong .

Thanks,

ALex

Re: New to LibVLC - Trying out libVLC on VS2101

Posted: 15 May 2017 18:09
by alelau
Really appreciate if someone can offer any info on this.

Re: New to LibVLC - Trying out libVLC on VS2101

Posted: 16 May 2017 17:42
by alelau
I found that earlier version 2.1.3 would work but not the later versions such as 2.2.4 or 2.2.5

Re: New to LibVLC - Trying out libVLC on VS2101

Posted: 11 Jun 2017 16:28
by Jean-Baptiste Kempf