problem with kylix 3.0 and odac 5.10

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

problem with kylix 3.0 and odac 5.10

Post by OraLinux » Sun 06 Mar 2005 06:09

When I link in the kylix to the library path where they find the librarys from the odac (DBAccess.dcu, etc) have the next problem: :arrow:

with this source code:

Code: Select all

procedure TForm1.FormCreate(Sender: TObject);
begin
edit1.
end;
when I write "edit1" and insert the "dot" make me the next error:

Code: Select all

[Pascal Error] Unit1.pas(1): Unable to invoke Code Completion due to errors in source code
please help me with this problem.. :cry:

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

Post by Alex » Wed 09 Mar 2005 15:48

We couldn't reproduce your problem.
Pls. check that Edit1 component is present on your form, try to find it in your form class declaration also try to compile your project without this error line. Is it compiled successfully? If not then watch carefully to
error messages appeared in IDE during compilation process. If the problem persists than send us please small demo project that demonstrate your problem to ODAC support address and specify exact versions of Kylix and ODAC.

Post Reply