Error after using ppDesigner
Hi everyone,
I have a DLL which statically loaded into my program. Only data modules
exist in this DLL. I work with the Reportbuilder 6.03 version. On one of
these modules there is a ppReportExplorer, a ppDesigner and a
ppReport-Component which get her data from ppIBOPipelines. A function opens
the ppReportExplorer in the DLL. This one opens the ppDesigner component. If
I start now the ppDesigner component and want to close the mainprogram,
which calls the DLL, I get different "read " and one" unknown software ..."
errormessages. If I only use the ppReportExplorer component then nothing
happend.
Does anybody know why this fault appears and how to solve this?
I have a DLL which statically loaded into my program. Only data modules
exist in this DLL. I work with the Reportbuilder 6.03 version. On one of
these modules there is a ppReportExplorer, a ppDesigner and a
ppReport-Component which get her data from ppIBOPipelines. A function opens
the ppReportExplorer in the DLL. This one opens the ppDesigner component. If
I start now the ppDesigner component and want to close the mainprogram,
which calls the DLL, I get different "read " and one" unknown software ..."
errormessages. If I only use the ppReportExplorer component then nothing
happend.
Does anybody know why this fault appears and how to solve this?
This discussion has been closed.
Comments
if possible, use a BPL rather than a DLL.
(the prefered way, when working with Delphi components, BPLs respect RTTI)
regards,
Chris Ueberall;