[Lazarus] registersqldb.pas Cannot find "LResources"

Andrew Brunner andrew.t.brunner at gmail.com
Mon Oct 25 14:47:35 CEST 2010


> It must be linux, not Linux.

I'm updating now.  Will try again, but in general I have noticed FPC
code where they use if UPPERCASE(string2)=UPPERCASE(string1) then ....
 In general, that code should be replaced system wide with
SameText(String1,String2) as it is MUCH MUCH faster.




More information about the Lazarus mailing list