11-15-2013, 11:25 AM
Probably this:
http://forum.dbpoweramp.com/showthread. ... Win7-64bit
My explanation (I guess):
On 64-bit Windows the program installs/registers only 64-bit version of the component. Also installs other 64-bit components that are used by the first component.
QM can use only 32-bit components. And they cannot use 64-bit components.
You register 32-bit version, and then _create succeeds. Then the component function internally tries to create other object, but its 32-bit version is not registered.
Need to know what is the second component, find its 32-bit dll, and register.
http://forum.dbpoweramp.com/showthread. ... Win7-64bit
My explanation (I guess):
On 64-bit Windows the program installs/registers only 64-bit version of the component. Also installs other 64-bit components that are used by the first component.
QM can use only 32-bit components. And they cannot use 64-bit components.
You register 32-bit version, and then _create succeeds. Then the component function internally tries to create other object, but its 32-bit version is not registered.
Need to know what is the second component, find its 32-bit dll, and register.