[fpc-devel]Method overloading

Marco van de Voort marcov at stack.nl
Tue Apr 29 14:17:30 CEST 2003


> > Please try it with 1.1 compiler. Also for inherited overloading you need
> > to specify the overload keyword explicitly.
> 
> Is there a special "overload" keyword? Or did you mix it up with
> "override"?

There is a overload too. It signals that you really want to overload a method, not just
tried to inherit, but got the parameters wrong.
  
> Is the 1.1 compiler stable enough for a project?

Usually yes, though there are times when large commits are done, when the
ride is a bit rough. 

In general, 
- if you can build FPC yourself, you can use 1.1 (since you can always build another one).
- more often building eats a bit more bandwidth.
- _always_ keep the last version/build/snapshot that worked for you as back-up.
- Always try to start building 1.1 using the release compiler if there are problems with 1.1 CVS

If you have broadband, just build 1.1 from time to time, and if you don't
have problems with that build, stick to it for a while etc, while keeping the old one as backup




More information about the fpc-devel mailing list