11-15-2013, 09:08 AM
Hi Gintaras, hi all
i have trouble with a Com library use.
I followed the steps showed in help file, it's an Illustrate dbpoweramp com object.
According to their documentation, it's a dll called dmscript.dll
So in QM i used Register, i get result= Component success, library did not try
I inserted typelib in init2 function
typelib DMCSCRIPTINGLib {E0F7789A-88C0-450B-AD6C-A7EB6D227127} 1.0
dMC is created and I can access com's interface, as shown, colored items prove it is accessible.
BUT this code fails:
error: Error (RT) in Macro6: 0x80040154, Classe non enregistrée**. ?
**Classe non enregistrée = unregistered class or something near...
What did I do wrong?
i have trouble with a Com library use.
I followed the steps showed in help file, it's an Illustrate dbpoweramp com object.
According to their documentation, it's a dll called dmscript.dll
So in QM i used Register, i get result= Component success, library did not try
I inserted typelib in init2 function
typelib DMCSCRIPTINGLib {E0F7789A-88C0-450B-AD6C-A7EB6D227127} 1.0
dMC is created and I can access com's interface, as shown, colored items prove it is accessible.
BUT this code fails:
error: Error (RT) in Macro6: 0x80040154, Classe non enregistrée**. ?
**Classe non enregistrée = unregistered class or something near...
What did I do wrong?