I'm trying to create video player base on vlc, but i've got some problems
I'm creating vlc activex dynamically
Code: Select all
bStat = m_vlc.CreateControl("VideoLAN.VLCPlugin.1", "", WS_VISIBLE, rc, this, 5000, NULL, FALSE, NULL);
Code: Select all
CComQIPtr<IVLCControl> pVlc;
HRESULT hr = pVlc.CoCreateInstance(CLSID_VLCPlugin);
Code: Select all
hr = pVlc->addTarget((BSTR)"C:\\some_file.avi", NULL, VLCPlayListReplace, VLCPlayListEnd);
Can any one help me to solve this problem
p.s. can somebody send me files (.def, .h, libvlc.lib) to you them with libvlc.dll