Hi Harold, Walter,

> Walter Haidinger wrote:
>> winTopLevelWindowProc - BitBlt failed: Das Handle ist ung�ltig

Harold L Hunt II <[EMAIL PROTECTED]> writes:
> I have not localized the error messages to German.

That part of the error message looks like it was converted from a
Windows error code with the FormatMessage API.  FormatMessage is
localized (for those kind of log messages it's a good idea to output
the original error number, too).

This one is probably ERROR_INVALID_HANDLE (6).  Walter, you could
could verify this by running "net helpmsg 6" in a DOS box and see if
that gives the same text.


benny

Reply via email to