Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use a Typelib?
#2
It requires another dll file - MSVBVM50.DLL. It is Visual Basic 5 runtime, and Windows does not have it, but it can be downloaded from many places.

https://www.google.com/search?q=download+MSVBVM50.DLL

Download and unzip to the 32-bit system folder, probably C:\Windows\SysWOW64.

Also need file MediaInfo.dll.

Macro Macro3184
Code:
Copy      Help
typelib MediaInfo2 "Q:\Downloads\MediaInfoActiveX.dll"

MediaInfo2.ActiveX m._create

int x = m.MediaInfo_New
BSTR file="D:\File.mp4"
m.MediaInfo_Open(x file)


Messages In This Thread
How to use a Typelib? - by felps23 - 12-06-2021, 12:08 AM
RE: How to use a Typelib? - by Gintaras - 12-06-2021, 06:53 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)