[fpc-pascal] fpmake exception

2011-08-18 Thread Henry Vermaak
Hello While building fpc on my arm netbook, I found this crash in fpmake: EAccessViolation : Access violation $00027448 FIXPATH, line 1737 of src/fpmkunit.pp $00039E24 TTARGET__SETNAME, line 5577 of src/fpmkunit.pp $00027F24 TTARGETS__ADDEXAMPLEPROGRAM, line 2174 of src/fpmkunit.pp

Re: [fpc-pascal] fpmake exception

2011-08-18 Thread Vincent Snijders
2011/8/18 Henry Vermaak : > Hello > > While building fpc on my arm netbook, I found this crash in fpmake: > > EAccessViolation : Access violation >  $00027448  FIXPATH,  line 1737 of src/fpmkunit.pp >  $00039E24  TTARGET__SETNAME,  line 5577 of src/fpmkunit.pp >  $00027F24  TTARGETS__ADDEXAMPLEPROG

Re: [fpc-pascal] fpmake exception

2011-08-18 Thread Henry Vermaak
On 18/08/11 13:35, Vincent Snijders wrote: 2011/8/18 Henry Vermaak: Hello While building fpc on my arm netbook, I found this crash in fpmake: EAccessViolation : Access violation $00027448 FIXPATH, line 1737 of src/fpmkunit.pp $00039E24 TTARGET__SETNAME, line 5577 of src/fpmkunit.pp $

[fpc-pascal] Virtual inline methods

2011-08-18 Thread dhkblaszyk
ZeelandNet Webmail I'm porting a piece of code from C++ and there they use virtual inline methods. I tried it in FPC but it accepts either virtual OR inline methods. Is this a bug, or a feature that I don't understand enough about? Regards, Darius __

Re: [fpc-pascal] Virtual inline methods

2011-08-18 Thread michael . vancanneyt
On Thu, 18 Aug 2011, dhkblas...@zeelandnet.nl wrote: ZeelandNet Webmail I'm porting a piece of code from C++ and there they use virtual inline methods. I tried it in FPC but it accepts either virtual OR inline methods. Is this a bug, or a feature that I don't understand enough about? You

Re: [fpc-pascal] Virtual inline methods

2011-08-18 Thread Jonas Maebe
On 18 Aug 2011, at 17:08, > wrote: I'm porting a piece of code from C++ and there they use virtual inline methods. I tried it in FPC but it accepts either virtual OR inline methods. Is this a bug, or a feature that I don't understand enough about? FPC cannot inline virtual methods under

Re: [fpc-pascal] Virtual inline methods

2011-08-18 Thread Vincent Snijders
2011/8/18 : > > I'm porting a piece of code from C++ and there they use virtual inline > methods. I tried it in FPC but it accepts either virtual OR inline methods. > Is this a bug, or a feature that I don't understand enough about? At first I didn't understand how a virtual function can be inlin

Re: [fpc-pascal] Virtual inline methods

2011-08-18 Thread Darius Blaszyk
Thanks all for the information. I will have a read to understand the backgrounds better. Darius On Aug 18, 2011, at 5:16 PM, Vincent Snijders wrote: > 2011/8/18 : >> >> I'm porting a piece of code from C++ and there they use virtual inline >> methods. I tried it in FPC but it accepts either v

Re: [fpc-pascal] fpmake exception

2011-08-18 Thread Henry Vermaak
On 18 August 2011 14:37, Henry Vermaak wrote: > On 18/08/11 13:35, Vincent Snijders wrote: >> >> 2011/8/18 Henry Vermaak: >>> >>> Hello >>> >>> While building fpc on my arm netbook, I found this crash in fpmake: >>> >>> EAccessViolation : Access violation >>>  $00027448  FIXPATH,  line 1737 of src