Application Error c0000025

indigo

Member²
I installed DOA and wrote a test program. It works fine on the computer running Delphi. However, when I copy it to a computer at the client site I get the following message:

Dr. Watson for Windows NT - An application error has occurred and an application error log is being generated. TestDOA.exe Exception: (0xc0000025) Address 0x77f892e5

This happens on every computer I have tried running the program on. I am only using a TOracleSession, TOracleDataSet, TDataSource and TDBGrid. No code has been added to the program.

Thanks
 
Two things come to mind:

* Make sure that the executable is compiled with the registered version of Direct Oracle Access.

* Verify if you have any design-time connections that might fail at your client's site.

------------------
Marco Kalter
Allround Automations
 
Back
Top