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
Thanks - thought win stuff always case independent! John
On , José Mejuto wrote:
Hello FPC-Pascal,
Tuesday, July 5, 2011, 6:54:37 PM, you wrote:
JL> Trying to implement a win messagebox with timeout, I googled & found a
JL> mention of an undocumented messageboxtimeout api & its del
Hello FPC-Pascal,
Tuesday, July 5, 2011, 6:54:37 PM, you wrote:
JL> Trying to implement a win messagebox with timeout, I googled & found a
JL> mention of an undocumented messageboxtimeout api & its delphi call.
JL> See noddy program below - works for messagebox() with boolean false,
JL> unfortun
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
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
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 titled box, and maybe get an ok button press, with a n sec