Delphi 7 Trial -access violation write of address 0x00000000

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
[email protected]

Delphi 7 Trial -access violation write of address 0x00000000

Post by [email protected] » Fri 17 Dec 2004 19:04

Downloaded the Trial ODAC Net Edition version 5.10 for Delphi 7 on Dec16/04. Created simple app with an OraSession component and an OraQuery component. Application bombs with an access violation during application initialization. Same result with any of the supplied demo programs.
[/img]

[email protected]

Additional Information - Problem Occurs only from the IDE

Post by [email protected] » Fri 17 Dec 2004 19:14

The access violations occur only from within the Delphi 7 IDE. In otherwords the compiled programs run successfully when started from outside the Delphi development environment

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 20 Dec 2004 16:20

This happens because of trial version protection. To avoid this error you should configure your Delphi IDE with the next sets:
Go to Tools\Debugger options...\ menu, then select "OS Exceptions" tab, there you need to set "User program" item in "Handled by" section and "Run unhandled" item in "On resume" section on all exception types.

Post Reply