[fpc-pascal]Calling Procedures via pointers

2003-10-29 Thread Andy Powell
Hi, I've been away from Pascal for about 10 years now and have just started to get back into it. So, spank me hard and call me a newbie if you must... Anyhow, onto the problem... I'm designing a unit (and a little test application) that i want to add a call back function to (as exit code)... i

Re: [fpc-pascal]Calling Procedures via pointers

2003-10-29 Thread Anton Tichawa
Hello, Andy! > Hi, > > I've been away from Pascal for about 10 years now and have just started to > get back into it. So, spank me hard and call me a newbie if you must... > > Anyhow, onto the problem... > > I'm designing a unit (and a little test application) that i want to add a > call back func

[fpc-pascal]fpc 1.0 and 1.1 incompatibility

2003-10-29 Thread Vincent Snijders
Hi, The program below can be compiled with fpc 1.0.10, but not with this week's fpc 1.1. With fpc 1.0.10 it gives the following output, (which is as I would expect). TSubClass.Create TBase.Create fpc 1.1 gives the following error message: overloadedcontructor.pas(36,32) Error: Can't determine wh