I want to add VLC-Qt to my application and currently I am struggling with following error:
I am using VLC-Qt_1.0.1_win32_msvc2013.7z
from here and building my application with MSVC 2013 32bit, so I have no idea and couldn't find anything else which resolves my issue.
Has this happened to anyone?
EDIT code: Only code I am trying to execute is
_instance = new VlcInstance(VlcCommon::args());
EDIT2: This is the only thing I get from app output before it crash:
VLC-Qt "1.0.1" initialised
Using libvlc version: "2.2.2 Weatherwax"
SOLUTION: Issue here is that precompiled library downloaded from here was build in Release mode where I've building my application as Debug.