I'm trying to develop a simple c++ application and cannot get the vlc activeX control to play video. When I run my program I can see the activeX widget but no video will play. Here is my example program. int main(int argc, char *argv[]) { QApplication app(argc, argv); //MainWindow mainWin; //mainWin...