Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Paradox Engine 3.0 for C - <b>syntax:</b> char pxerrmsg(int errcode) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: char PXErrMsg(int errcode)

Args: errcode - number returned by a paradox function

Returns: pointer to message text

Synopsis: Returns text corresponding to the error code.
   Note that in version 3.0 this function is no longer contained in
   the library, but is supplied in source code format. This is useful if
   you are writing applications for a non-English market.

   Of course, you can easily add this function to the Engine library. For
   BC 3.1:

              bcc -O -c -ml pxmsg.c
              tdstrip pxmsg.obj
              tlib pxengtcl.lib +pxmsg.obj

See Also: Example

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson