Hello, I got a problem with VLC-Qt. This is my code writed in a constructor of a QMainWindow: VlcInstance* pInstance = new VlcInstance(VlcCommon::args(), this); VlcMediaPlayer* pPlayer = new VlcMediaPlayer(pInstance); VlcMedia* pMedia = new VlcMedia("E:/1.rm", true, pInstance); VlcWidgetVi...