[fpc-devel] Compilation of {$I \dir1\...\dirn\x.pas } statements by FPC is NOT consistent .

2008-07-19 Thread Mehmet Erol Sanliturk
Dear Sirs , Compilation of sources having {$I \dir1\dir2\x.pas } kind statements are not giving the same compilation results by the FPC.EXE 2.2.2rc2 and FPC 2.2.0 . Assume that there are the following directory structures : Directory of C:\a 07/19/2008 01:17 PM . 07/19/2008 0

Re: [fpc-devel] Re: Illegal type conversion: ""to "TObject"

2008-07-19 Thread Vincent Snijders
Marco van de Voort schreef: On 18 Jul 2008, at 18:26, Craig Peterson wrote: Why would that be better than a simple typecast? Typecasting to/ from an object is a fast and easy way to associate an integer or enum with the strings in a TStrings object. Note that this will break if you turn on cl