VLC for HMG

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: VLC for HMG

Post by danielmaximiliano »

tengo VLC 64 bits instalado,, en minigui sucede el mismo error al compilar con BCC
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: VLC for HMG

Post by danielmaximiliano »

Install VLC 32 bist and Work !!
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: VLC for HMG

Post by AUGE_OHR »

danielmaximiliano wrote: Wed Apr 28, 2021 11:36 pm tengo VLC 64 bits instalado,, en minigui sucede el mismo error al compilar con BCC
i´m not sure if there is a 64 Bit axVLC.DLL ...

Minigui Sample use 32 Bit Version

Code: Select all

PROGID "VideoLAN.VLCPlugin.2"
i got Information with COMLicenceFinder
https://www.codeproject.com/Articles/16 ... trieve-the
have fun
Jimmy
chrisjx2002
Posts: 190
Joined: Wed Jan 06, 2010 5:39 pm

Re: VLC for HMG

Post by chrisjx2002 »

Thanks for the new version. The program compiles well but I have an error message when I launch it :

Error winole/1009 (see attached file)
Attachments
vlc_error.jpg
vlc_error.jpg (26.46 KiB) Viewed 2612 times
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: VLC for HMG

Post by danielmaximiliano »

chrisjx2002 wrote: Fri Apr 30, 2021 3:43 pm Thanks for the new version. The program compiles well but I have an error message when I launch it :

Error winole/1009 (see attached file)
Me sucedía lo mismo con la versión de VLC 64 bits, al instalar la versión VLC 32 bits compila y se ejecuta correctamente
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: VLC for HMG

Post by AUGE_OHR »

hi,

i have not found "ProgID" (CLSID) from VLC 64 Bit axvlc.dll, which "is" in c:\Program Files\VideoLAN\VLC, yet.
it might be that COMLicenceFinder.exe only show me 32 Bit ActiveX ... which Tool are working with 64 bit to show "ProgID" (CLSID) :idea:
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: VLC for HMG

Post by AUGE_OHR »

hi,

i have de-install 64 Bit VLC and installed latest vlc-3.0.13-win64.exe which have axVLC.DLL as 64 Bit Version.
i have search for "ProgID" ( CLSID) and found

Code: Select all

9BE31822-FDAD-461B-AD51-BE1D1C159921
this is exact the same like 32 Bit Version

Code: Select all

VLC ActiveX Plugin and IE Web Plugin v2
{9BE31822-FDAD-461B-AD51-BE1D1C159921}
so i start VLC 64 Bit Demo and it work :D

---

please look if you have axVLC.DLL in c:\Program Files\VideoLAN\VLC\ ... than Demo must run unter 64 Bit
use my Demo DLL6432 to "test" DLL (EXE) if it is 64 Bit
DLL6432.ZIP
(950 Bytes) Downloaded 82 times
have fun
Jimmy
chrisjx2002
Posts: 190
Joined: Wed Jan 06, 2010 5:39 pm

Re: VLC for HMG

Post by chrisjx2002 »

Hello,
I test vlc dll with your program. It is 64 bits. But the problem is still the same.
Attachments
dll64.jpg
dll64.jpg (4.13 KiB) Viewed 2510 times
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: VLC for HMG

Post by AUGE_OHR »

hi,
chrisjx2002 wrote: Sat May 01, 2021 3:10 pm I test vlc dll with your program. It is 64 bits. But the problem is still the same.
please search in Registry for "axvlc.dll"

you should find it under

Code: Select all

9BE31822-FDAD-461B-AD51-BE1D1C159921
C:\Program Files\VideoLAN\VLC\axvlc.dll  // 64 bit
p.s. 32 Bit Version is in"x86" Folder

---

if you don´t have this Entry you might have
a.) not installed ActiveX & WebPlugin
b.) you have a older Version without 64 Bit ActiveX

try do de-install and install "latest" Version vlc-3.0.12-win64.exe from
https://get.videolan.org/vlc/3.0.12/win ... -win64.exe
Dual_WMP_VLC.JPG
Dual_WMP_VLC.JPG (38.9 KiB) Viewed 2491 times
have fun
Jimmy
chrisjx2002
Posts: 190
Joined: Wed Jan 06, 2010 5:39 pm

Re: VLC for HMG

Post by chrisjx2002 »

Hello,

Thanks for the answer.

I uninstall and reinstall vlc. Always the same problem. I take a look in the registry and I find :

Ordinateur\HKEY_CLASSES_ROOT\TypeLib\{DF2BBE39-40A8-433B-A279-073F48DA94B6}\1.0\0\win64

Not the same as yours.
Post Reply