[fpc-pascal] Re: What is the most widely used Pascal on Linux and other Unix variants?

Sven Barth pascaldragon at googlemail.com
Thu Mar 1 08:13:42 CET 2012


Am 01.03.2012 01:43, schrieb Noa Shiruba:
> Hi Sven,
>
> Several of my programs stopped compiling with "duplicate identifier" errors where I had something like:
>
> Var Tile:TOSMTile;
>
> I thing the offending unit was Graphics, but I am not 100% sure.
>
> (I just did search and replace of Tile to MapTile in my code to fix it once I realized the conflicting definition Was coming from one of the standard units).

This is strange. As leledumbo said a "duplicated identifier" error 
should only appear if you used "tile" inside the current unit already. 
Are you sure you didn't use it as unit name? If you can still reproduce 
it when you use "tile" again, can you narrow down the problem and please 
report a bug if it's not an oversight by you?

Regards,
Sven




More information about the fpc-pascal mailing list