Wilson Thomas
2004-08-19 08:11:25 UTC
Friends,
I had some problem with splitting exe and that is solved. Thanks for all
those responded.
Current setup is like this
main.exe - all program and OLE public classe objects and connection strings
forms.exe - all forms
reports.exe - all reports
Since report is only using connection string declared public in main.exe,
all reports are working fine. Connection string is only defined in Main.exe
But in forms.exe, some forms using classes objects (like standard forms and
some utility screens) that are in main.exe and checked as OLE public. These
form showing error as it cannot locate class library.
Any idea to share class objects across programs?
Wilson Thomas
I had some problem with splitting exe and that is solved. Thanks for all
those responded.
Current setup is like this
main.exe - all program and OLE public classe objects and connection strings
forms.exe - all forms
reports.exe - all reports
Since report is only using connection string declared public in main.exe,
all reports are working fine. Connection string is only defined in Main.exe
But in forms.exe, some forms using classes objects (like standard forms and
some utility screens) that are in main.exe and checked as OLE public. These
form showing error as it cannot locate class library.
Any idea to share class objects across programs?
Wilson Thomas