1. dbinterface.e by Dave Davis

This file is posted as "generic" on the Recent User
Constributions Page: dbinterface.e - yet it includes
msgbox.e  ??????




---------------------------------<message_box>---------------------------------

 
 Platform:    WIN32 
 
 Syntax:      include msgbox.e 
              i = message_box(s1, s2, x) 
 
 Description: Display a window with title s2,
containing the message string s1. 
              x determines the combination of buttons
that will be available 
              for the user to press, plus some other
characteristics. x can be 
              an atom or a sequence. A return value of
0 indicates a failure to 
              set up the window.

new topic     » topic index » view message » categorize

2. Re: dbinterface.e by Dave Davis

Ken Rhodes wrote:
> This file is posted as "generic" on the Recent User
> Constributions Page: dbinterface.e - yet it includes
> msgbox.e  ??????

It looks like generic code to me,
except for a single call to message_box() to report an error.
That call could easily be replaced on another platform
with a call to puts().

This is one of the first entries to be created
by the author himself using Junko's new system.
RDS will correct obvious mistakes,
but in this case I think GEN is ok.

Regards,
    Rob Craig
    Rapid Deployment Software
    http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu