Page 1 of 1

SOLVED Beginner: problems to start with VLC-programming

Posted: 22 Dec 2008 22:38
by edwart
Hi,

i am an absolute beginner, nad i have problems with using the vls libs.

I copied the source of the tutorial: http://wiki.videolan.org/LibVLC_Tutorial_086c
in visual c++ i get this error:
'libvlc_exception_t' : undeclared identifier

in dev-c++ i get this error:
76 C:\Programme\Dev-Cpp\vlc-0.9.8a\include\vlc\libvlc.h variable or field `libvlc_exception_init' declared void

the include directory to the libvlc.h is added to the projects. the dll is copied into the app-directory.

Can anybody help me to setup dev-c to use VLC?

Thank you very much.

Best regards,
Edwart

----

i forgot to include the vlc.h before i include the libvlc.h.
#include <vlc.h>
#include <vlc/libvlc.h>

now it is working

Re: SOLVED Beginner: problems to start with VLC-programming

Posted: 23 Dec 2008 13:00
by Jean-Baptiste Kempf
Don't take the 0.8.6 howto for 0.9!