Citation:
D:\ls\prod\testvlc>mingw32-gcc -o demo demo.cpp -I"c:\progra~1\videolan\vlc\" -L
"d:\vlc-0.8.6f\include\" -llibvlc
demo.cpp:3:24: vlc/libvlc.h: No such file or directory
demo.cpp: In function `int main()':
demo.cpp:9: error: `libvlc_exception_t' was not declared in this scope
demo.cpp:9: error: expected `;' before "excp"
demo.cpp:10: error: `libvlc_instance_t' was not declared in this scope
demo.cpp:10: error: `inst' was not declared in this scope
demo.cpp:18: error: `excp' was not declared in this scope
demo.cpp:18: error: `libvlc_exception_init' was not declared in this scope
demo.cpp:19: error: `libvlc_new' was not declared in this scope
demo.cpp:20: error: `libvlc_playlist_add' was not declared in this scope
demo.cpp:21: error: `libvlc_playlist_play' was not declared in this scope
demo.cpp:23: error: `libvlc_destroy' was not declared in this scope
Merci