App and Dll build in different versions Delphi doesn`t work.

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MikeVF
Posts: 2
Joined: Wed 12 Apr 2006 06:16

App and Dll build in different versions Delphi doesn`t work.

Post by MikeVF » Fri 20 Oct 2006 07:58

App and Dll build in different versions Delphi (Delphi5 (App) and BDS2006 (Dll)) do not work. 'AssignConnect' raise Access Violation. It can be corrected? I use ODAC 5.70.0.30.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 20 Oct 2006 11:38

Because TOraSession class in Delphi 2006 and TOraSession class in Delphi5 are different.

Post Reply