Hi,
can someone please help with this problem:
I did just start to use libVLC and my very simple application already works fine calling libVLC when executing it. Everything is good as long as I run my program and do not debug it. If I am debugging, I can step forward to the line with libvlc_new(), but libvlc_new() never returns. Other library functions like libvlc_get_version() do work.
Did I miss something to configure?
My system: I am working with Win10, Netbeans, C (gcc), MinGW (all 64Bit) and libVLC containted in this file http://download.videolan.org/vlc/last/win64/vlc-3.0.6-win64.7z
Thanks in advance!
Best regards
Alexander