Re: [fpc-pascal] CRTI.O and CRTN.O not found

2015-04-05 Thread Marco van de Voort
In our previous episode, Anthony Walter said: > A user on my forums sent me this message. I've experienced the problem as > wee for quite some time. I was wondering if anyone has a universal fix for > it yet since it seems to happen so frequently to many people? Basically the problem is that files

[fpc-pascal] CRTI.O and CRTN.O not found

2015-04-05 Thread Anthony Walter
A user on my forums sent me this message. I've experienced the problem as wee for quite some time. I was wondering if anyone has a universal fix for it yet since it seems to happen so frequently to many people? >From Artie: I just installed Lazarus 1.5 and it compiled well on my Debian 7.8 system

[fpc-pascal] Typo in the implementation 'TAssert.AssertException(AExceptionClass, AMethod, AExceptionMessage, AExceptionContext)'

2015-04-05 Thread silvioprog
Hello, Aprogrammer could use: AssertException(EMyException, @MyException, 'My exception'); But the current implementation in this method is: class procedure TAssert.AssertException(AExceptionClass: ExceptClass; AMethod: TRunMethod;AExceptionMessage : String = ''; AExceptionContext : Integer

Re: [fpc-pascal] EAccessViolation on wrong exception re-raise: intended behavior?

2015-04-05 Thread leledumbo
> I tested in Delphi XE, it also crashes. So, yes it is intended behaviour. > > It is not desirable, of course. But there is no way the compiler can > decide > whether the 'raise e' statement is correct. That's bad to know :| What if you ask Embarcadero first? Probably they missed the point. I