Mattias Gaertner wrote:
> On Tue, 01 Jan 2002 04:33:30 +0100
> Bogus__aw Brandys <[EMAIL PROTECTED]> wrote:
> 
> 
>>Hi,
>>
>>I can compile simple  application with one Form under Lazarus 0.9.9 and
>>Win32, but when I use MessageBox function it doesn't find it even if
>>Dialogs unit is included in uses clause.
>>Why ?
> 
> 
> Because it's a widgetset function. In unit LCLIntf. In Delphi: The windows
> unit.
> 
> Please use MessageDlg or ShowMessage instead.
> 
> 
> Mattias

Hmm... MessageDlg is more portable ? Bad news as I use MessageBox all
over the Delphi sources I'd like to port. It should work also under
Linux.MessageBox is not supported under Linux ?

Where can I find a list or on-platform-only functions to avoid or
alternatively a list of multiplatform functions (just names) ?

Regards
Boguslaw Brandys


_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to