Re: [fpc-pascal]Yet another problem concerning Qualifiers

2004-07-10 Thread Anton Tichawa
[EMAIL PROTECTED] wrote: On Fri, 9 Jul 2004, Ron Weidner wrote: --- Marcel Martin <[EMAIL PROTECTED]> wrote: Anton Tichawa a ?crit : Hello List! Compiling the unit === unit test; interface procedure test.do_test; implementation procedure test.do_test; begin end; end. === results in c

Re: [fpc-pascal]Yet another problem concerning Qualifiers

2004-07-10 Thread Michael . VanCanneyt
On Fri, 9 Jul 2004, Ron Weidner wrote: > --- Marcel Martin <[EMAIL PROTECTED]> wrote: > > Anton Tichawa a écrit : > > > > > > Hello List! > > > > > > Compiling the unit > > > > > > === > > > > > > unit test; > > > > > > interface > > > > > > procedure test.do_test; > > > > > > implementat

Re: [fpc-pascal]Yet another problem concerning Qualifiers

2004-07-09 Thread Ron Weidner
--- Marcel Martin <[EMAIL PROTECTED]> wrote: > Anton Tichawa a écrit : > > > > Hello List! > > > > Compiling the unit > > > > === > > > > unit test; > > > > interface > > > > procedure test.do_test; > > > > implementation > > > > procedure test.do_test; > > begin > > end; > > > > end. > >

Re: [fpc-pascal]Yet another problem concerning Qualifiers

2004-07-09 Thread Marcel Martin
Anton Tichawa a écrit : > > Hello List! > > Compiling the unit > > === > > unit test; > > interface > > procedure test.do_test; > > implementation > > procedure test.do_test; > begin > end; > > end. > > === > > results in compiler errors: > > test.pas(5,15) Error: overloaded identifier