Hi guys,
I have a weird problem. I'm writing an application under windows and Linux.
In windows it compiles without any problem but under Linux the same project
gives me this error:
multifpt.lpr(12,31) Fatal: Can't find unit tiAutomap used by tiCriteria
I'm using the very good chance to add lazarus packages to my project and
tiOPF is one of them. I checked this package and the unit tiAutomap is
there, such as under windows, so I cannot understand where is my fault. This
is my uses clause:
--------------------------
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Classes
{ you can add units after this }, tiOIDGUID, model, //fpgui_package,
synapse_pck, multiftpbase, multiftpsynapse, model_filetoftp, SysUtils,
xml_db,
tiOPFManager, tiOID, tiQuery, tiConstants, tiAutomap;
--------------------------
What can I further check to let it compiling fine ?
Thanks
Antonio
--
Antonio Sanguigni alias slapshot
----------------------------------------------------------------------
GioveLUG (Linux User Group) - http://www.giovelug.org
Edupup (Educational distro) - http://edupup.pieroni.biz
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus