el ActiveX de VLC es axvlc.dll progid VideoLAN.VLCPlugin.2
Code: Select all
oVLC := CreateObject("AXVLC.VLCPlugin2")
Moderator: Rathinagiri
Code: Select all
oVLC := CreateObject("AXVLC.VLCPlugin2")
Code: Select all
DATA oControl, oPlayList, oInput, oVideo, oAudio
Code: Select all
oControl:playlist
oControl:input
oControl:video
oControl:audio
i forgot that DLL.CH is Part of c:\hmg.3.4.4\HARBOUR\contrib\hbxpp\dll.chchrisjx2002 wrote: ↑Wed Apr 28, 2021 2:40 pm When compliling it, I got an error message : Can't open DLL.CH. Where can I download it?
Code: Select all
#ifndef _DLL_CH
#define _DLL_CH
#define DLL_CDECL 0x08
#define DLL_STDCALL 0x20
#define DLL_SYSTEM 0x04
#if defined( __PLATFORM__WINDOWS )
#define DLL_OSAPI DLL_STDCALL
#elif defined( __PLATFORM__OS2 )
#define DLL_OSAPI DLL_SYSTEM
#else
#define DLL_OSAPI DLL_CDECL
#endif
/* Only for compatiblity.
Harbour always copies the string to a temporary buffer. */
#define DLL_CALLMODE_COPY 0
#define DLL_CALLMODE_NORMAL DLL_CALLMODE_COPY
#endif /* _DLL_CH */
oh, sorrydanielmaximiliano wrote: ↑Wed Apr 28, 2021 9:47 pm no existe myplayer.ico y da error 2021-04-28 18_44_07-MyPlayer.png
Code: Select all
282 ::oPlaylist := oControl:playlist
Code: Select all
// create VLC object
127 oVlc := TVlc():New( Win1.Activex1.Object )
Code: Select all
VLC ActiveX Plugin and IE Web Plugin v2
{9BE31822-FDAD-461B-AD51-BE1D1C159921}