Re: [fpc-devel] Multiple Helpers for a type

2015-07-12 Thread Michael Ring
Here's a simplified example, it fails with a compiler error when compiling it with trunk: test.pas(37,5) Error: Illegal qualifier program test; {$modeswitch objpas} {$modeswitch advancedrecords} {$modeswitch typehelpers} type testlongWord = longWord; var t : testlongWord; type testlongWo

Re: [fpc-devel] Multiple Helpers for a type

2015-07-12 Thread Michael Ring
Please disregard last post, this demo actually works when I uncomment: testlongWordHelper2 = record helper (testlongWordHelper1) for testlongWord I will need to have another look if this example is too simple or I did something wrong in my 'real' code. Michael Am 12.07.15 um 11:55 schrieb Mi