Subject Re: [firebird-support] Re: gds32.dll Access Violation
Author Helen Borrie
At 08:45 AM 27/02/2004 +1300, you wrote:
>Sandeep Chandra wrote:
>
> >>Is it consistent enough for you to work out what the application is doing
> >>when the AV occurs? Presumably you *can* debug your app....
> >>
> >>
> >>
>AV occurs when the form is being created. Forms OnCreate event hasn't
>fired yet.
>So don't know whats happening.
>
>What else should I look at now?

If you're using a datamodule, check in your DPR file to make sure that it
is getting created before the form.

If the forms are creating the data access objects, check the CreationOrder
to ensure that the DAOs are created before the data-aware controls.

/heLen