Hello LibVLC developers,
And so after running through documentation and so forth, I've decided to start a VLC based, C++ project with Visual Studio 2010...
I've been here http://wiki.videolan.org/GenerateLibFromDll and generated the library successfully. So far so good!
But it seems there is missing information as to how I should actually be using the library in my project. So what if I link against the newly generated libvlc.lib situated in the VideoLAN\VLC folder?
I've added the following folder to my project's Additional Include Directories: "C:\Program Files (x86)\VideoLAN\VLC\sdk\include\vlc".
And now, I've "#include "vlc.h""... and am getting errors!
Is it possible for someone to lead me in the read direction for setting this stuff up? It's currently not apparent as to how I'm supposed to make use of LibVLC at all...