> > the writeln procedure, without file argument, is specifically a console > procedure; you cannot use it in graphic mode without first creating > explicitely a standard output (that is not very easy) Instead of *NIX :) > try something like a file creation as test instead of > just writeln or using ShowMessage();