Hi,
I first created several ActiveX DLL's which interact with each other, an SQL
Server database, ... Some Active DLL's use different references: i.e. one
that does not interact with a database, does not need de ADO reference.
Above these different ActiveX DLL's, I have created another ActiveX DLL
which has references to the other compiled ActiveX DLL's. An application is
written on top of this last mentioned ActiveX DLL and it works fine on my
computer.
But, when I install the application (using package and deployement) on other
computers, it does not work. The wizard does not mention anything about
references I used in compiled DLL's. Should I compile the ActiveX DLL's with
different options? Or is the package and deployment wizard not doing his
job?
Thanks in advance,
Gerry
I first created several ActiveX DLL's which interact with each other, an SQL
Server database, ... Some Active DLL's use different references: i.e. one
that does not interact with a database, does not need de ADO reference.
Above these different ActiveX DLL's, I have created another ActiveX DLL
which has references to the other compiled ActiveX DLL's. An application is
written on top of this last mentioned ActiveX DLL and it works fine on my
computer.
But, when I install the application (using package and deployement) on other
computers, it does not work. The wizard does not mention anything about
references I used in compiled DLL's. Should I compile the ActiveX DLL's with
different options? Or is the package and deployment wizard not doing his
job?
Thanks in advance,
Gerry
Comment