Hi,

Why do you use char, and not wxChar?

namespace MDialogs
{

/**
   Show a message box.

   @param message the string to show
   @return true if ok was pressed, false if cancel
 */
extern bool Message(const char *message);

/**
   Show the message in the status bar of the main frame.

   @param message the string to show
 */
extern void Status(const char *message);

Regards,
Nerijus



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to