| | | | Browse by category |
Article ID: 884
Last updated: 02 Feb, 2008
Problem
zApp debugging error codes are not listed in the on-line documentation.
Cause
Action
zApp debugging error codes are not listed in the on-line documentation.
Cause
Action
The table below describes the zApp error codes reported by the debugging version of zApp.
1000 |
User created a control from a dialog resource and the ID was not found. |
1001 |
Special type of dialog resource not found or not accessible. |
1002 |
Unknown control type when reading dialog. For zApp Interface Pack, call InitIntPack() in zApp::main(). |
1003 |
Invalid hWnd passed to member function that requires an underlying window. |
1004 |
Attempting to free an unused memory block. The block being deleted is not marked as used. |
1005 |
Memory block being freed is inconsistent. Memory overwrite likely. |
1006 |
Attempting to allocate with a zFixedSizeMgr an object that is too large. |
1007 |
Ignoring font specifier in dialog without a parent window. |
1008 |
Attempting to retrieve text from the clipboard when no text exists on the clipboard. The IsTextAvail() function failed, indicating that there was no text on the clipboard. Attempt to retrieve text is aborted. |
1009 |
Attempting to retrieve a bitmap from the clipboard when there is no bitmap on the clipboard. Call to isBitmapAvail() failed, indication that there was no bitmap on the clipboard. Attempt to retrieve a bitmap is aborted. |
1010 |
Unable to load module therefore no zCursor could be found. |
1011 |
Unable to load module, therefore unable to load accelerator table. |
1012 |
Unable to load module, therefore unable to load RWCString. |
1013 |
Unable to load module, therefore unable to load zMenu. |
1014 |
Unable to load module, therefore unable to load user defined resource. |
1015 |
Unable to load module, therefore unable to load dialog resource template. |
1016 |
Unable to open file for zArchive. Unable to open specified file for reading or writing in zArchive constructor. (Note: zArchive is deprecated in favor of Tools.h++ persistence classes.) |
1017 |
Null pointer or object (this == 0) passed to zArchive when real pointer/object required. A real valid object was expected, but a null one was received instead. (Note: zArchive is deprecated in favor of Tools.h++ persistence classes.) |
1018 |
Error while reading a pointer from an archive, the object being pointed to was not found. |
1019 |
Error reading archive, incorrect data. Error when reading a zArchive. One of the control structures or data fields was not the expected size. Check that the file has not been corrupted, and check that the order of all insertion (<<) calls matches retrieve (>>) calls. (Note: zArchive is deprecated in favor of Tools.h++ persistence classes.) |
1020 |
File error while writing data. The underlying I/O routine that zArchive is using to write data out has failed. (Note: zArchive is deprecated in favor of Tools.h++ persistence classes.) |
1021 |
File error while reading zArchive. File error generated by the underlying I/O routines that zArchive uses. (Note: zArchive is deprecated in favor of Tools.h++ persistence classes.) |
1023 |
Invalid parameter for numeric picture string attributes part. |
1024 |
Invalid numeric picture string character in digits description part. |
1025 |
Invalid numeric picture string character in attributes part. |
1026 |
A digit is required for this numeric picture string entry. |
1027 |
First number in a digit range must be less than the second number. |
1028 |
Attempt to read user defined data from the clipboard, when no such data exists. Tried to read a zExchangeFmt from the clipboard, without any such data available. |
1029 |
Invalid picture string character. |
1030 |
Premature � in picture string. Character should follow '-'. |
1031 |
Missing closing apostrophe (') in picture string. |
1032 |
Premature � in picture string. Expression should follow '['. |
1033 |
Premature � in picture string. Character expected following '-'. |
1034 |
Character following '-' must be >= first character in range. |
1035 |
Premature � in picture string. Missing ']'. |
1036 |
Unable to load library, therefore unable to load bitmap. |
1037 |
Unable to find zBitmap in resource, zBitmap(zResId&) constructor fails. |
1038 |
No status messages found for status line menu help. |
1039 |
zButtonGroup group constructor failed: no control exists for id specified. |
1040 |
zStatusLine::text() called with an non-existent zStatusTextItem ID. |
1041 |
Attempted to access a zControl with an ID, but no such zControl exists. |
1042 |
Unable to retrieve window pointer from HWND in zApp window map. |
1043 |
In OS/2 or X/Motif, this zResId constructor is invalid. You must use the zResId(int) constructor. |
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 884
Last updated: 02 Feb, 2008
Revision: 1
Views: 48709
Posted: 13 Oct, 1998 by
Dean J.
Updated: 02 Feb, 2008 by
Dean J.
Others in this category
Powered by KBPublisher (Knowledge base software)