Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Internationalisation update
mandrav:
--- Quote from: thomas on July 02, 2007, 03:56:45 pm ---
--- Quote from: mandrav on July 02, 2007, 02:06:50 pm ---Unfortunately I can't. I have tried to access the error message but it is not available...
So my solution is to comment-out those two wxLogNulls.
--- End quote ---
From what I can see by looking at the wxWidgets sources, the function showing this error message
* is implemented under POSIX
* is entirely missing under Windows (cannot even find a declaration?)
* consists simply of a call to dlerror()
Thus, it would probably suffice to call dlerror() for Unices and FormatMessage(GetLastError()) for Windows, if you're interested in dumping the extended info to the debug log.
--- End quote ---
Thanks, will have a look.
Navigation
[0] Message Index
[*] Previous page
Go to full version