Re: [fpc-pascal] simple messagebox for windows

2011-07-05 Thread Sven Barth
On 05.07.2011 20:09, johnelee1...@googlemail.com wrote: Thanks - thought win stuff always case independent! John That's the case for directories and files, but not for function names that you're importing from other libraries. Regards, Sven ___ fp

Re: [fpc-pascal] simple messagebox for windows

2011-07-05 Thread John Lee
Trying to implement a win messagebox with timeout, I googled & found a mention of an undocumented messageboxtimeout api & its delphi call. See noddy program below - works for messagebox() with boolean false, unfortunately fails with boolean true & gives 'not found in user32' message in my xp. Any

Re: [fpc-pascal] simple messagebox for windows

2011-07-05 Thread Felipe Monteiro de Carvalho
On Tue, Jul 5, 2011 at 4:24 PM, John Lee wrote: > I need a simple messagebox (or msgbox) for windows - that doesn't depend > (use) a whole load of lcl or other stuff - did I miss this in the fpc docs - > sounds as if it ought to be in sysutils - but isn't!  I just want to output > a message to a t