VLC for HMG
Moderator: Rathinagiri
- danielmaximiliano
- Posts: 2618
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Contact:
Re: VLC for HMG
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
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
- danielmaximiliano
- Posts: 2618
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Contact:
Re: VLC for HMG
Install VLC 32 bist and Work !!
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
- AUGE_OHR
- Posts: 2083
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
Re: VLC for HMG
i´m not sure if there is a 64 Bit axVLC.DLL ...danielmaximiliano wrote: ↑Wed Apr 28, 2021 11:36 pm tengo VLC 64 bits instalado,, en minigui sucede el mismo error al compilar con BCC
Minigui Sample use 32 Bit Version
Code: Select all
PROGID "VideoLAN.VLCPlugin.2"
https://www.codeproject.com/Articles/16 ... trieve-the
have fun
Jimmy
Jimmy
-
- Posts: 190
- Joined: Wed Jan 06, 2010 5:39 pm
Re: VLC for HMG
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)
Error winole/1009 (see attached file)
- Attachments
-
- vlc_error.jpg (26.46 KiB) Viewed 3504 times
- danielmaximiliano
- Posts: 2618
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Contact:
Re: VLC for HMG
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 correctamentechrisjx2002 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)
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
- AUGE_OHR
- Posts: 2083
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
Re: VLC for HMG
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)
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)
have fun
Jimmy
Jimmy
- AUGE_OHR
- Posts: 2083
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
Re: VLC for HMG
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
this is exact the same like 32 Bit Version
so i start VLC 64 Bit Demo and it work
---
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
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
Code: Select all
VLC ActiveX Plugin and IE Web Plugin v2
{9BE31822-FDAD-461B-AD51-BE1D1C159921}
---
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
have fun
Jimmy
Jimmy
-
- Posts: 190
- Joined: Wed Jan 06, 2010 5:39 pm
Re: VLC for HMG
Hello,
I test vlc dll with your program. It is 64 bits. But the problem is still the same.
I test vlc dll with your program. It is 64 bits. But the problem is still the same.
- Attachments
-
- dll64.jpg (4.13 KiB) Viewed 3402 times
- AUGE_OHR
- Posts: 2083
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
Re: VLC for HMG
hi,
you should find it under
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
please search in Registry for "axvlc.dll"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.
you should find it under
Code: Select all
9BE31822-FDAD-461B-AD51-BE1D1C159921
C:\Program Files\VideoLAN\VLC\axvlc.dll // 64 bit
---
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
have fun
Jimmy
Jimmy
-
- Posts: 190
- Joined: Wed Jan 06, 2010 5:39 pm
Re: VLC for HMG
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.
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.