Re: [fpc-pascal] Abstract classes ignored

2021-04-18 Thread C Western via fpc-pascal
On 18/04/2021 03:34, Ryan Joseph via fpc-pascal wrote: On Apr 17, 2021, at 3:09 PM, Sven Barth wrote: The compiler will generate a warning in case you instantiate a class that is abstract or has abstract methods. You can escalate these warnings to errors if you need: It's probably not prac

Re: [fpc-pascal] Access Violation on second compile with FPC Text IDE

2020-11-12 Thread C Western via fpc-pascal
On 11/11/2020 22:26, James Richters via fpc-pascal wrote: I'm suddenly getting an access violation when compiling after a file changed with the FPC text IDE: Recompiling because of I:\Programming\Gcode\Mill\pastep.pas sysinit.pp(0) Error: Compilation raised exception internally Error: Compiler

Re: [fpc-pascal] New package to evaluate Pascal-expressions

2020-10-24 Thread C Western via fpc-pascal
On 21/10/2020 16:57, Joost van der Sluis via fpc-pascal wrote: Hi all, Working on fpDebug, I've got onto a side-track and created an expression-evaluator based on fcl-passrc . So that you can evaluate Pascal-expressions at runtime. Regar