Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[RESOLVED] Trouble accessing com library
#7
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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)