Search found 3 matches

Go to advanced search

by angelo0802
16 Jan 2007 02:14
Forum: Web and scripting
Topic: Multiple ActiveX VLC controls in MFC application
Replies: 8
Views: 8018

addTraget function

ok, i have sucessed. the sample code: VARIANT v; long pos = 0; LPSAFEARRAY pSA = SafeArrayCreateVector(VT_VARIANT, 0, 1); _variant_t var(_bstr_t("deinterlace-mode=mode")); SafeArrayPutElement(pSA, &pos, (void FAR *)&var); v.parray = pSA; v.vt = VT_ARRAY; m_VLCControl.put_Visible(TR...
by angelo0802
16 Jan 2007 02:04
Forum: VLC media player for Windows Troubleshooting
Topic: VLC ActiveX control in VC
Replies: 3
Views: 1291

i solve it , but error happens

the sample code: VARIANT v; long pos = 0; LPSAFEARRAY pSA = SafeArrayCreateVector(VT_VARIANT, 0, 1); _variant_t var(_bstr_t("deinterlace-mode=mode")); SafeArrayPutElement(pSA, &pos, (void FAR *)&var); v.parray = pSA; v.vt = VT_ARRAY; m_VLCControl.put_Visible(TRUE); m_VLCControl.add...
by angelo0802
12 Jan 2007 09:31
Forum: VLC media player for Windows Troubleshooting
Topic: VLC ActiveX control in VC
Replies: 3
Views: 1291

VLC ActiveX control in VC

when i want to use VLC ActiveX control in VC, i found a problem.
the function "addTarget" of VLC cannot be used.
how to solve the problem.

thank you!

Go to advanced search