problem with kylix 3.0 and odac 5.10
Posted: 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:
with this source code:
when I write "edit1" and insert the "dot" make me the next error:
please help me with this problem.. 

with this source code:
Code: Select all
procedure TForm1.FormCreate(Sender: TObject);
begin
edit1.
end;
Code: Select all
[Pascal Error] Unit1.pas(1): Unable to invoke Code Completion due to errors in source code
