Page 1 of 1

COM Component TLB Class not registered

Posted: 21 May 2014 8:29
by Tonton Luc
Hi,


I've created a VP 7.3 application using PDFConverter Com component (*.TLB) and it works fine on my machine (32 bits).
I've installed PDFConverter on an other machine (64 bits) and when I try my application, I've this error message :
========================================
Dump: 2014/05/21 08:05:11
----------------------------------------
Exception: regdb_e_classnotreg_exception (com/visual-prolog/com/exceptionHandling/exceptionHandling_exception)

Class not registered

HRESULT code = 2147746132
HRESULT hex code = 80040154
hresultDescription = Class not registered
Predicate name = createInstance
Component class identifier = {6CB8CA09-0523-4A87-867E-824D55D1A23A}
Pointer to iUnknown interface = 00000000
List of class contexts = 5
Interface identifier = {90D9EE20-29C1-4388-B0B9-86A165C4A3A1}

raised() 2014/05/21 08:05:08
ThreadId=4344
ClassInfo: com/visual-prolog/com/comCreation $JustDate: 2009-02-27 $$Revision: 6 $
What's wrong ? Do I need to register something in Regedit on the other machine ?

Re: COM Component TLB Class not registered

Posted: 21 May 2014 12:38
by Tonton Luc
Any :idea: