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]
Delphi 7 Trial -access violation write of address 0x00000000
Additional Information - Problem Occurs only from the IDE
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
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.
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.