[fpc-pascal]writeln in win32 gui application

2004-05-09 Thread vs
Hi, The following program gives run time error 103. If I uncomment the rewrite line, it runs ok. Is this a bug or feature? If it is a feature, can somebody explain, the reasoning behind it. program guiwriteln; {$mode objfpc}{$H+} {$apptype gui} begin //rewrite(output); writeln('Test'); end.

RE: [fpc-pascal]debugging

2004-05-08 Thread vs
> -Oorspronkelijk bericht- > Am Mi, den 05.05.2004 schrieb Marc Santhoff um 23:20: > > Hi! > > > > I need to hunt a bug that is very hard to catch, because it occurs > > somewhere in event handling proc and funcs of gtk1.2. > > > > Can someone please point me to FAQs and how-to's on the deb

RE: [fpc-pascal]debugging

2004-05-08 Thread vs
> -Oorspronkelijk bericht- > Am Mi, den 05.05.2004 schrieb Marc Santhoff um 23:20: > > Hi! > > > > I need to hunt a bug that is very hard to catch, because it occurs > > somewhere in event handling proc and funcs of gtk1.2. > > > > Can someone please point me to FAQs and how-to's on the deb