hi,
also bei mir braucht so ein Programm:
Delphi-Quellcode:
program test;
uses Windows;
begin
MessageBox(0, Pchar('Hallo Welt. Hallo Welt. Hallo Welt. Hallo Welt.'), Pchar('Hallo'), 64);
end.
mit
- Delphi 6 Personal: 8 KB
- Delphi 2005 AE: 14 KB
(alles ungepackt)
cu,
stefan2005