Re: [fpc-pascal] Interfaces via implements keyword

2009-11-24 Thread Andrew Hall
This code is working correctly/logically - and the same as it does in Delphi... When using "implements" you are directing that this property "Intf" provides the interface "IIntf1" for your host object "TClass2" - and in TClass2.Create you create object "O: TClass1" to implement interface "IIntf1

[fpc-pascal] Escaping keywords

2009-11-24 Thread dmitry boyarintsev
Hello Developers There's Delphi compatibility feature to escape keyword with "&" character. Is there any way to turn the feature off or enable a hint or a note about the escaped keyword used? thanks, dmitry ___ fpc-pascal maillist - fpc-pascal@lists.f

Re: [fpc-pascal] Subversion server making hickups...

2009-11-24 Thread Torsten Bonde Christiansen
Vincent Snijders wrote: The disks on svn2.freepascal.org was full, I removed some old files, can you retry? Great - working again! Thanks. -Torsten. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/lis

Re: [fpc-pascal] Subversion server making hickups...

2009-11-24 Thread Vincent Snijders
Torsten Bonde Christiansen schreef: Hi. For unknown reasons the svn2.freepascal.org subversion server seem to make hick-ups when I do an update. I get the error: svn: Can't find a temporary directory: Internal error This is only happening with the "svn2" server, not the regular svn.freepasc

[fpc-pascal] Subversion server making hickups...

2009-11-24 Thread Torsten Bonde Christiansen
Hi. For unknown reasons the svn2.freepascal.org subversion server seem to make hick-ups when I do an update. I get the error: svn: Can't find a temporary directory: Internal error This is only happening with the "svn2" server, not the regular svn.freepascal.org server?? Kind regards, Torst