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