Discussion:
COM interface
mfryman
2009-01-26 18:07:10 UTC
Permalink
hello,

I'm using Delphi to access the COM interface for a data analysis
project. The interface works fine on my dev box with QPlus installed.
When I move the application to a different machine with QPlus
installed, the COM interface fails to initialize. Do I need to install
or register QP's COM interface with the machine? Normally, the
installing application (QPlus) would take care of that.

Thanks,
m


------------------------------------
gary
2009-01-26 18:17:42 UTC
Permalink
Hello

The qpsrv.dll does need to be registered, it is usually registered at installation, but I have seen it fail once in a while.

Try running regsvr on qpsrv.dll.

Best regards

Gary


----- Original Message -----
From: mfryman
To: quotes-plus-***@public.gmane.org
Sent: Monday, January 26, 2009 1:07 PM
Subject: [quotes-plus] COM interface


hello,

I'm using Delphi to access the COM interface for a data analysis
project. The interface works fine on my dev box with QPlus installed.
When I move the application to a different machine with QPlus
installed, the COM interface fails to initialize. Do I need to install
or register QP's COM interface with the machine? Normally, the
installing application (QPlus) would take care of that.

Thanks,
m
mfryman
2009-01-26 18:25:37 UTC
Permalink
Gary -

Ok, thanks. I'll give it a shot. I'll let you know if I still am
having problems with it.

m
Post by gary
Hello
The qpsrv.dll does need to be registered, it is usually registered
at installation, but I have seen it fail once in a while.
Post by gary
Try running regsvr on qpsrv.dll.
Best regards
Gary
----- Original Message -----
From: mfryman
Sent: Monday, January 26, 2009 1:07 PM
Subject: [quotes-plus] COM interface
hello,
I'm using Delphi to access the COM interface for a data analysis
project. The interface works fine on my dev box with QPlus installed.
When I move the application to a different machine with QPlus
installed, the COM interface fails to initialize. Do I need to install
or register QP's COM interface with the machine? Normally, the
installing application (QPlus) would take care of that.
Thanks,
m
------------------------------------

Continue reading on narkive:
Loading...