hi,every body now i has set up a MFC project in VS2008 to use libvlc.lib, libvlccore.lib and the plugins. it used to read rtsp data in real time and display it in my window. the main code is as follows: char path[100]; this->GetDlgItemText(IDC_EDIT1, path, 100); //path is "rtsp://192.168.1.1:60...