Page 1 of 1

SOLVED Problems to start (Beginner)

Posted: 22 Dec 2008 19:54
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 Problems to start (Beginner)

Posted: 28 Dec 2008 20:15
by afragop
Hi,

I am having the same problems with you.
Have you managed to come with any solution to your problem?

Re: SOLVED Problems to start (Beginner)

Posted: 30 Dec 2008 18:33
by Jean-Baptiste Kempf
Well, using a 0.8.6 howto with 0.9 will, of course, not work.