Subject | RE: [IBO] IBO 4.2.I / Firebird1.5 / Windows 2000 Advanced Server / Delphi 6 problem |
---|---|
Author | Marv Cook |
Post date | 2003-10-26T15:57:14Z |
Helen,
Sometimes we try for brevity and get obscurity :)
In Delphi, create a simple form. Add a label with caption 'Hello World'.
Run it. It will run on anything.
Now add IB_Components to the uses clause. Run it. It will run on anything
except a server running Firebase 1.5, where it will throw a Dr.Watson error.
This can be a problem if you have a library unit that uses IB in one of its
functions, even if that function is not called in the program you are
creating.
My server did not have Dr.Watson give any indication of an error by default.
I had to discover the error and set up Dr Watson to show errors.
Marv
Sometimes we try for brevity and get obscurity :)
In Delphi, create a simple form. Add a label with caption 'Hello World'.
Run it. It will run on anything.
Now add IB_Components to the uses clause. Run it. It will run on anything
except a server running Firebase 1.5, where it will throw a Dr.Watson error.
This can be a problem if you have a library unit that uses IB in one of its
functions, even if that function is not called in the program you are
creating.
My server did not have Dr.Watson give any indication of an error by default.
I had to discover the error and set up Dr Watson to show errors.
Marv