home *** CD-ROM | disk | FTP | other *** search
Microsoft Windows Help File Content | 1997-11-25 | 11.0 KB | 164 lines |
- :Base smckmain.hlp>(w95sec)
- :Title SmartCheck Help
- :Index SmartCheck how to topics=smcktask.hlp
- :Index SmartCheck Visual Basic interface=smckide.hlp
- :Link smckide.hlp
- :Link smcktask.hlp
- :Link vb5.hlp
- :Link vbenlr3.hlp
- 1 Getting Started
- 2 SmartCheck Overview=HIDH_SMCK_OVERVIEW
- 2 Default SmartCheck Behavior=HIDH_SMCK_DEFAULTS
- 2 Running SmartCheck
- 3 Checking a Program from Visual Basic=VC5HOWTO_QUICK_START@smckide.hlp>(w95sec)
- 3 Checking a Program Directly from SmartCheck=HOWTO_Checking_a_program_from_Smartcheck@smcktask.hlp>(w95sec)
- 1 Using the SmartCheck Basics Manual=HIDH_ONLINE_MANUAL
- 1 Using Online Help=HOWTO_Getting_Help
- 1 How to...
- :include smckide.cnt
- :include smcktask.cnt
- 1 Descriptions of Errors Detected by SmartCheck
- 2 Program Fault=HELP_ERRN_PROGRAM_FAULT@smckmain.hlp>main
- 2 Interface Method Failures
- 3 Interface method failure=HELP_ERRN_INTERFACE_METHOD_FAILURE@smckmain.hlp>main
- 3 Invalid interface method argument=HELP_ERRN_INVALID_INTERFACE_GENERAL@smckmain.hlp>main
- 3 Invalid interface method argument: Conflicting combination of flags=HELP_ERRN_INVALID_INTERFACE_CONFLICTING_FLAGS@smckmain.hlp>main
- 3 Invalid interface method argument: Out of range=HELP_ERRN_INVALID_INTERFACE_OUT_OF_RANGE@smckmain.hlp>main
- 3 Invalid interface method argument: Structure size field is not initialized=HELP_ERRN_INVALID_INTERFACE_SIZE_FIELD_NOT_INITIALIZED@smckmain.hlp>main
- 3 Invalid interface method argument: Undefined or illegal flags=HELP_ERRN_INVALID_INTERFACE_UNDEFINED_OR_ILLEGAL_FLAGS@smckmain.hlp>main
- 2 Leaks
- 3 Interface leak=HELP_ERRN_INTERFACE_LEAK@smckmain.hlp>main
- 3 Memory leak=HELP_ERRN_LEAK_MEMORY@smckmain.hlp>main
- 3 Memory leaked due to free=HELP_ERRP_LEAK_FREE@smckmain.hlp>main
- 3 Memory leaked due to reassignment=HELP_ERRP_LEAK_REASSIGN@smckmain.hlp>main
- 3 Memory leaked leaving scope=HELP_ERRP_LEAK_SCOPE@smckmain.hlp>main
- 3 Resource leak=HELP_ERRN_LEAK_RESOURCE@smckmain.hlp>main
- 2 Memory Errors
- 3 Dynamic memory overrun=HELP_ERRN_STRING_OVER_MALLOC_OVERRUN@smckmain.hlp>main
- 3 Freed handle is still locked=HELP_ERRN_FREE_WHILE_LOCKED@smckmain.hlp>main
- 3 Handle is already unlocked=HELP_ERRN_NEGLOCK@smckmain.hlp>main
- 3 Memory allocation conflict=HELP_ERRN_ALLOC_CONFLICT@smckmain.hlp>main
- 3 Pointer references unlocked memory Block=HELP_ERRN_UNLOCKED_HANDLE@smckmain.hlp>main
- 3 Reading overflows memory=HELP_ERRP_READ_OVERFLOW@smckmain.hlp>main
- 3 Reading uninitialized memory=HELP_ERRP_READ_UNINIT_MEM@smckmain.hlp>main
- 3 Stack memory overrun=HELP_ERRN_STRING_OVER_COPY_OVERRUN@smckmain.hlp>main
- 3 Static memory overrun=HELP_ERRN_MEMORY_OVERRUN_STATIC@smckmain.hlp>main
- 3 Writing overflows memory=HELP_ERRP_WRITE_OVERFLOW@smckmain.hlp>main
- 2 Pointer Errors
- 3 Array index out of range=HELP_ERRP_INDEX_BAD_RANGE@smckmain.hlp>main
- 3 Assigning pointer out of range=HELP_ERRP_POINT_BAD_RANGE@smckmain.hlp>main
- 3 Expression uses dangling pointer=HELP_ERRP_EXPR_DANGLING@smckmain.hlp>main
- 3 Expression uses unrelated pointers=HELP_ERRP_EXPR_UNRELATED_PTRCMP@smckmain.hlp>main
- 3 Function pointer is not a function=HELP_ERRP_FUNC_BAD@smckmain.hlp>main
- 3 Returning pointer to local variable=HELP_ERRP_RETURN_POINTER@smckmain.hlp>main
- 3 Unallocated pointer=HELP_ERRN_BAD_PTR_IN_HEAP@smckmain.hlp>main
- 2 Procedure and Function Failures
- 3 API failure: Windows function failed=HELP_ERRN_API_FAILURE_GENERAL>main
- 3 API failure: Windows function not implemented=HELP_ERRN_API_FAILURE_NOT_IMPLEMENTED>main
- 3 Invalid Argument=HELP_ERRN_INVPARM_GENERAL@smckmain.hlp>main
- 3 Invalid argument: At least one format specifier is illegal=HELP_ERRN_INVPARM_FMT_STR_WSPRINTF>main
- 3 Invalid argument: Bad combination of values
- 4 If the first argument is less than zero, the second must be an integer=VB_POWERARGS>vbsec
- 4 Value of argument x (x_value) must be larger than y (y_value)=VB_INV_ARG_4>vbsec
- 2 Invalid argument: Bad destination pointer=HELP_ERRN_INVALID_DEST>main
- 2 Invalid argument: Bad handle=HELP_ERRN_BAD_HANDLE_FREE>main
- 2 Invalid argument: Bad path=VB_BAD_PATH_1>vbsec
- 2 Invalid argument: Bad path - Empty string not allowed for pathname argument to x=VB_ACTIVEX_6@smckmain.hlp>vbsec
- 2 Invalid argument: Bad source pointer=HELP_ERRN_INVALID_SRC>main
- 2 Invalid argument: Class not specified=VB_ACTIVEX_5>vbsec
- 2 Invalid argument: Conflicting combination of flags=HELP_ERRN_INVPARM_CONFLICTING_FLAGS>main
- 2 Invalid argument: Error object not allowed=VB_BAD_TYPE_3>vbsec
- 2 Invalid argument: File number not opened=VB_BAD_NAME_4>vbsec
- 2 Invalid argument: File number out of range=VB_BAD_NAME_5>vbsec
- 2 Invalid argument: Format string is not followed by valid arguments=HELP_ERRN_INVPARM_FMT_STR_ARGS_MISSING>main
- 2 Invalid argument: Invalid pointer to format string=HELP_ERRN_INVPARM_FMT_STR_IS_BAD>main
- 3 Invalid argument: Item not found
- 4 Named argument to method x not found=VB_NAMED_NOT_FOUND>vbsec
- 4 Resource ID x not found=VB_IDENTIFIER_NOT_FOUND>vbsec
- 2 Invalid argument: Network path not allowed=VB_INV_ARG_2@smckmain.hlp>vbsec
- 2 Invalid argument: Not enough arguments for this format String=HELP_ERRN_INVPARM_FMT_STR_ARGS_TOO_LITTLE@smckmain.hlp>main
- 2 Invalid argument: Empty variable not allowed=VB_INV_ARG_6@smckmain.hlp>vbsec
- 2 Invalid argument: Null variant not allowed=VB_NULLVARIANT@smckmain.hlp>vbsec
- 2 Invalid argument: Out of range=HELP_ERRN_INVPARM_OUT_OF_RANGE@smckmain.hlp>main
- 2 Invalid argument: Structure size field is not initialized=HELP_ERRN_INVPARM_SIZE_FIELD_NOT_INITIALIZED@smckmain.hlp>main
- 2 Invalid argument: Too many arguments for this format String=HELP_ERRN_INVPARM_FMT_STR_ARGS_TOO_MANY@smckmain.hlp>main
- 2 Invalid argument: Undefined or illegal Flags=HELP_ERRN_INVPARM_INVALID_FLAGS@smckmain.hlp>main
- 2 Invalid argument: Wildcards not allowed=VB_INV_WILD_1@smckmain.hlp>vbsec
- 2 Questionable use of thread=HELP_ERRN_QUESTION_CREATE_THREAD@smckmain.hlp>main
- 2 Visual Basic Runtime Errors
- 3 Component creation failure
- 4 ActiveX {DLL DLLname | EXE exename} not found=VB_COMPONENT_NOT_FOUND>vbsec
- 4 Class x not found in registry=VB_OBJNOTFOUND@smckmain.hlp>vbsec
- 4 DLL x did not load=VB_COMPONENT_LOAD_FAILED>vbsec
- 4 Entry point x not found in library y=VB_ENTRYNOTFOUND@smckmain.hlp>vbsec
- 4 Key x not found in registry=VB_KEYNOTFOUND@smckmain.hlp>vbsec
- 4 Path x to object not found=VB_OBJECT_PATH_NOT_FOUND@smckmain.hlp>vbsec
- 2 Conversion failure=VB_BAD_TYPE_2@smckmain.hlp>vbsec
- 3 File access failure
- 4 Attempting to move path x to path y =VB_MOVEERROR@smckmain.hlp>vbsec
- 4 Cannot find program x (systemerror)=VB_DLLOREXE_NOT_FOUND@smckmain.hlp >vbsec
- 4 Cannot move directory x to another drive (y)=VB_MOVEDIR@smckmain.hlp >vbsec
- 4 Cannot use function x with a file that was opened with y access mode=VB_BAD_FILE_FORMAT@smckmain.hlp >vbsec
- 4 DLL x did not load=VB_DLLOREXE_LOAD_FAILED@smckmain.hlp >vbsec
- 4 filename x is in use by another process=VB_SHARING@smckmain.hlp >vbsec
- 4 filespec x contains an error=VB_FILE_ACCESS_6@smckmain.hlp >vbsec
- 3 File access failure: Cannot find specified file system object
- 4 Drive x does not exist=VB_DRIVENOTFOUND@smckmain.hlp>vbsec
- 4 Filename x not found=VB_PATHNOTFOUND@smckmain.hlp >vbsec
- 4 Network node x not found=VB_MACHINENOTFOUND@smckmain.hlp>vbsec
- 4 Network share x not found=VB_SHARENOTFOUND@smckmain.hlp>vbsec
- 4 Source path x or destination path y not found=VB_EITHERPATHNOTFOUND@smckmain.hlp>vbsec
- 3 File access failure: File already open
- 4 filename x already open=VB_FILE_OPEN_3@smckmain.hlp>vbsec
- 4 filenumber x already open=VB_FILENUMALREADYOPEN@smckmain.hlp>vbsec
- 2 File access failure: No disk in drive=VB_DISK_3@smckmain.hlp>vbsec
- 2 File access failure: No permission to access file=VB_FILE_ACCESS_7@smckmain.hlp>main
- 2 File access failure: Inappropriate wildcard match=VB_NO_FILE_4@smckmain.hlp>vbsec
- 3 File read/write failure
- 4 Attempted to write x bytes to x_byte record=VB_BAD_RECORD_LEN@smckmain.hlp>vbsec
- 4 Invalid record number (x) passed to x statement=VB_BAD_RECORD_NUM@smckmain.hlp>vbsec
- 3 File system object already exists
- 4 Destination file x already exists=VB_FILE_EXISTS_1@smckmain.hlp>vbsec
- 4 Path x specified to function y already exists=VB_PATHEXISTS@smckmain.hlp>vbsec
- 3 Invalid array operation
- 4 Cannot change dimensions of array when using Preserve keyword=VB_SCRIPT_RANGE_2@smckmain.hlp>vbsec
- 4 Cannot change lower boundary of array when using Preserve keyword=VB_SCRIPT_RANGE_3@smckmain.hlp>vbsec
- 4 Cannot retrieve index property for x, it is not a control array=VB_OBJECT_NOT_ARRAY@smckmain.hlp>vbsec
- 4 Control array element x does not exist=VB_CONTROL_INDEX_NOT_FOUND@smckmain.hlp>vbsec
- 4 Index x is out of range=VB_SCRIPT_RANGE_1@smckmain.hlp>vbsec
- 4 Must specify index for object array x [of object y]=VB_NEED_OBJARRAY@smckmain.hlp>vbsec
- 4 Must specify index for property array x [of object y]=VB_NEEDPROPARRAY@smckmain.hlp>vbsec
- 4 Property x [of object y] is not an object array=VB_OBJ_ARRAY@smckmain.hlp>vbsec
- 4 x is not a property array [of object y]=VB_NOTPROPARRAY@smckmain.hlp>vbsec
- 3 Invalid form operation
- 4 x cannot be moved/sized while maximized/minimized=VB_CANT_MOVE_OR_SIZE@smckmain.hlp>vbsec
- 4 Cannot show x while modal form is active=VB_CANT_SHOW_FORM@smckmain.hlp>vbsec
- 3 Invalid function declaration
- 4 Function x is not exported from DLL y=VB_INV_DLL_1@smckmain.hlp>vbsec
- 4 Function x in DLL y was not called correctly=VB_BAD_DLL_CALL@smckmain.hlp>vbsec
- 3 Invalid object reference
- 4 Invalid object reference=VB_NULL_OBJECT@smckmain.hlp>vbsec
- 4 Get/Put operation not valid for x=VB_NAME_INVALID_GET@smckmain.hlp>vbsec
- 4 Method call invalid for x=VB_NAMEINVALID_METHOD>vbsec
- 4 Property x [of object y] cannot be retrieved/changed from an ActiveX DLL or control=VB_ACTIVEX_7@smckmain.hlp>vbsec
- 4 Wrong number of arguments when changing/setting reference for x property=VB_WRONGNUMARGS@smckmain.hlp>vbsec
- 4 Wrong number of arguments when getting default property for conversion to x=VB_INV_ASSIGN_1@smckmain.hlp>vbsec
- 4 x is neither a property or method for this object=VB_NAMEINVALID@smckmain.hlp>vbsec
- 4 x is not a property that holds references for this object=VB_NOTPROPMETHOD@smckmain.hlp>vbsec
- 3 Invalid operation
- 4 Cannot set Caption property of menu x to "-"=VB_CANT_SET_CAPTION@smckmain.hlp>vbsec
- 4 Cannot set Visible property of menu x from parent menu=VB_CANT_SET_VISIBLE@smckmain.hlp>vbsec
- 4 Property x of object y can only be set at design-time=VB_READONLY_PROP@smckmain.hlp>vbsec
- 2 Invalid pattern string=VB_INVALID_PATTERN_STRING@smckmain.hlp>vbsec
- 3 Invalid property value
- 4 Object required to set the x property of this object=VB_NEED_OBJECT_1@smckmain.hlp>vbsec
- 4 Property x [of object y] set to an out of range value=VB_INV_PROPERTY_1@smckmain.hlp>vbsec
- 2 Registry entry not found=VB_INV_ARG_3@smckmain.hlp>vbsec
- 2 Type mismatch=VB_BAD_TYPE_1@smckmain.hlp>vbsec
- 1 Compiler Support
- 2 Installing Support for Additional Compilers=HOWTO_Installing_Support_for_Additional_Compilers@smckmain.hlp>(w95sec)
- 1 Get Troubleshooting Information
- 2 Getting Troubleshooting Information=Frequently_Asked_Questions@smckmain.hlp>(w95sec)
- 1 Contact NuMega
- 2 Contacting Customer Support=Contacting_Customer_Support@smckmain.hlp>(w95sec)
-