[Lazarus] Indy with Lazarus, what is the latest state?

Bo Berglund bo.berglund at gmail.com
Wed Oct 27 13:47:15 CEST 2010


On Wed, 27 Oct 2010 11:58:37 +0200, Mattias Gaertner
<nc-gaertnma at netcologne.de> wrote:

>Keep in mind that a samba share is a case insensitive file system,
>while the compiler and the IDE under Linux work case sensitive. Maybe
>you want to rename all files lowercase.
>

Not really a good idea because inside the Indy files are uses
statemants like this example:

uses
  Classes,
  IdGlobal,
  IdRawBase,
  IdRawClient,
  IdStackConsts,
  IdBaseComponent;

As you can see these are capitalized and if the corresponding file
name is lower case only then it will not be found...


Bo Berglund





More information about the Lazarus mailing list