Re: [fpc-pascal] how to locate address of method name table (cvs build)

2004-10-24 Thread Dean Zobec
Alle 16:03, domenica 24 ottobre 2004, Peter Vreman ha scritto: > At 17:55 22-10-2004, you wrote: > >Using the recent cvs builds of the compiler I was unable to locate the > >address > >of the method name table. Here is a test that works with version 1.9.4 but > >does not work in 1.9.5 anymore: > >

Re: [fpc-pascal] how to locate address of method name table (cvs build)

2004-10-24 Thread Peter Vreman
At 17:55 22-10-2004, you wrote: Using the recent cvs builds of the compiler I was unable to locate the address of the method name table. Here is a test that works with version 1.9.4 but does not work in 1.9.5 anymore: It was a recently introduced bug, Fixed Peter __

[fpc-pascal] how to locate address of method name table (cvs build)

2004-10-22 Thread Dean Zobec
Using the recent cvs builds of the compiler I was unable to locate the address of the method name table. Here is a test that works with version 1.9.4 but does not work in 1.9.5 anymore: program prova; uses classes; type {$M+} TTestCaseTest = class(TObject) published procedure TestSe