I am getting a RTE 216 using the 1.9.2 compiler 
with -Ct or {$S+} when passing string parameters
to procedures/functions:


  program stackcheck;
  {$S+} // <- This crashes

  procedure WriteThis(what:string);
  begin
    WriteLn(what);
  end;

  begin
    WriteThis('hello world');
  end.


Can anyone else verify this?


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to