PDA

View Full Version : Converter is not Registered?



phoenix027
03-15-2011, 06:13 PM
I am attempting to evaluate the scripting capabilities of the audio converter. I am using a trial version, and have created a C-Sharp test, but when run, I get the error that the COM class is not registered (0x80040154).

I've manually registered ALL the dlls that came with dBpoweramp, and it hasn't fixed it. When I try to add a reference and select 'dMCScripting 1.0 Type Library' as specified by the documentation, the option is not there! I added dmcscripting.dll directly as a reference, which allows me to compile the code, but the class is still not registered.

Is this functionality available in the trial version? I would like to evaluate this functionality before purchasing a reference license. What is required to get this COM class registered? The current missing CLSID is: {1C2E0932-61B5-4EAB-A832-06EE6564047D}.

Thanks.

phoenix027
03-15-2011, 09:53 PM
Quick follow up - compiling the program as x64 allows the program to run (though it still doesn't show up for COM import).

I'd prefer an x86 application. Can I download or install the 32-bit version of dmcscripting.dll on my x64 OS somehow?

Spoon
03-16-2011, 03:45 AM
>Can I download or install the 32-bit version of dmcscripting.dll on my x64 OS somehow?

The 32 bit dll will not work on the x64 system.