Page 1 of 1
Delphi 7 Trial -access violation write of address 0x00000000
Posted: 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]
Additional Information - Problem Occurs only from the IDE
Posted: 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
Posted: Mon 20 Dec 2004 16:20
by Alex
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.