home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / numega / sc501.exe / data1.cab / Help / smckmain.cnt (.txt) < prev    next >
Encoding:
Microsoft Windows Help File Content  |  1997-11-25  |  11.0 KB  |  164 lines

  1. :Base smckmain.hlp>(w95sec)
  2. :Title SmartCheck Help
  3. :Index SmartCheck how to topics=smcktask.hlp
  4. :Index SmartCheck Visual Basic interface=smckide.hlp
  5. :Link smckide.hlp
  6. :Link smcktask.hlp
  7. :Link vb5.hlp
  8. :Link vbenlr3.hlp
  9. 1 Getting Started
  10. 2 SmartCheck Overview=HIDH_SMCK_OVERVIEW
  11. 2 Default SmartCheck Behavior=HIDH_SMCK_DEFAULTS
  12. 2 Running SmartCheck
  13. 3 Checking a Program from Visual Basic=VC5HOWTO_QUICK_START@smckide.hlp>(w95sec)
  14. 3 Checking a Program Directly from SmartCheck=HOWTO_Checking_a_program_from_Smartcheck@smcktask.hlp>(w95sec)
  15. 1 Using the SmartCheck Basics Manual=HIDH_ONLINE_MANUAL
  16. 1 Using Online Help=HOWTO_Getting_Help
  17. 1 How to...
  18. :include smckide.cnt
  19. :include smcktask.cnt
  20. 1 Descriptions of Errors Detected by SmartCheck
  21. 2 Program Fault=HELP_ERRN_PROGRAM_FAULT@smckmain.hlp>main
  22. 2 Interface Method Failures
  23. 3 Interface method failure=HELP_ERRN_INTERFACE_METHOD_FAILURE@smckmain.hlp>main
  24. 3 Invalid interface method argument=HELP_ERRN_INVALID_INTERFACE_GENERAL@smckmain.hlp>main
  25. 3 Invalid interface method argument: Conflicting combination of flags=HELP_ERRN_INVALID_INTERFACE_CONFLICTING_FLAGS@smckmain.hlp>main
  26. 3 Invalid interface method argument: Out of range=HELP_ERRN_INVALID_INTERFACE_OUT_OF_RANGE@smckmain.hlp>main
  27. 3 Invalid interface method argument: Structure size field is not initialized=HELP_ERRN_INVALID_INTERFACE_SIZE_FIELD_NOT_INITIALIZED@smckmain.hlp>main
  28. 3 Invalid interface method argument: Undefined or illegal flags=HELP_ERRN_INVALID_INTERFACE_UNDEFINED_OR_ILLEGAL_FLAGS@smckmain.hlp>main
  29. 2 Leaks
  30. 3 Interface leak=HELP_ERRN_INTERFACE_LEAK@smckmain.hlp>main
  31. 3 Memory leak=HELP_ERRN_LEAK_MEMORY@smckmain.hlp>main
  32. 3 Memory leaked due to free=HELP_ERRP_LEAK_FREE@smckmain.hlp>main
  33. 3 Memory leaked due to reassignment=HELP_ERRP_LEAK_REASSIGN@smckmain.hlp>main
  34. 3 Memory leaked leaving scope=HELP_ERRP_LEAK_SCOPE@smckmain.hlp>main
  35. 3 Resource leak=HELP_ERRN_LEAK_RESOURCE@smckmain.hlp>main
  36. 2 Memory Errors
  37. 3 Dynamic memory overrun=HELP_ERRN_STRING_OVER_MALLOC_OVERRUN@smckmain.hlp>main
  38. 3 Freed handle is still locked=HELP_ERRN_FREE_WHILE_LOCKED@smckmain.hlp>main
  39. 3 Handle is already unlocked=HELP_ERRN_NEGLOCK@smckmain.hlp>main
  40. 3 Memory allocation conflict=HELP_ERRN_ALLOC_CONFLICT@smckmain.hlp>main
  41. 3 Pointer references unlocked memory Block=HELP_ERRN_UNLOCKED_HANDLE@smckmain.hlp>main
  42. 3 Reading overflows memory=HELP_ERRP_READ_OVERFLOW@smckmain.hlp>main
  43. 3 Reading uninitialized memory=HELP_ERRP_READ_UNINIT_MEM@smckmain.hlp>main
  44. 3 Stack memory overrun=HELP_ERRN_STRING_OVER_COPY_OVERRUN@smckmain.hlp>main
  45. 3 Static memory overrun=HELP_ERRN_MEMORY_OVERRUN_STATIC@smckmain.hlp>main
  46. 3 Writing overflows memory=HELP_ERRP_WRITE_OVERFLOW@smckmain.hlp>main
  47. 2 Pointer Errors
  48. 3 Array index out of range=HELP_ERRP_INDEX_BAD_RANGE@smckmain.hlp>main
  49. 3 Assigning pointer out of range=HELP_ERRP_POINT_BAD_RANGE@smckmain.hlp>main
  50. 3 Expression uses dangling pointer=HELP_ERRP_EXPR_DANGLING@smckmain.hlp>main
  51. 3 Expression uses unrelated pointers=HELP_ERRP_EXPR_UNRELATED_PTRCMP@smckmain.hlp>main
  52. 3 Function pointer is not a function=HELP_ERRP_FUNC_BAD@smckmain.hlp>main
  53. 3 Returning pointer to local variable=HELP_ERRP_RETURN_POINTER@smckmain.hlp>main
  54. 3 Unallocated pointer=HELP_ERRN_BAD_PTR_IN_HEAP@smckmain.hlp>main
  55. 2 Procedure and Function Failures
  56. 3 API failure: Windows function failed=HELP_ERRN_API_FAILURE_GENERAL>main
  57. 3 API failure: Windows function not implemented=HELP_ERRN_API_FAILURE_NOT_IMPLEMENTED>main
  58. 3 Invalid Argument=HELP_ERRN_INVPARM_GENERAL@smckmain.hlp>main
  59. 3 Invalid argument: At least one format specifier is illegal=HELP_ERRN_INVPARM_FMT_STR_WSPRINTF>main
  60. 3 Invalid argument: Bad combination of values
  61. 4 If the first argument is less than zero, the second must be an integer=VB_POWERARGS>vbsec
  62. 4 Value of argument x (x_value) must be larger than y (y_value)=VB_INV_ARG_4>vbsec
  63. 2 Invalid argument: Bad destination pointer=HELP_ERRN_INVALID_DEST>main
  64. 2 Invalid argument: Bad handle=HELP_ERRN_BAD_HANDLE_FREE>main
  65. 2 Invalid argument: Bad path=VB_BAD_PATH_1>vbsec
  66. 2 Invalid argument: Bad path - Empty string not allowed for pathname argument to x=VB_ACTIVEX_6@smckmain.hlp>vbsec
  67. 2 Invalid argument: Bad source pointer=HELP_ERRN_INVALID_SRC>main
  68. 2 Invalid argument: Class not specified=VB_ACTIVEX_5>vbsec
  69. 2 Invalid argument: Conflicting combination of flags=HELP_ERRN_INVPARM_CONFLICTING_FLAGS>main
  70. 2 Invalid argument: Error object not allowed=VB_BAD_TYPE_3>vbsec
  71. 2 Invalid argument: File number not opened=VB_BAD_NAME_4>vbsec
  72. 2 Invalid argument: File number out of range=VB_BAD_NAME_5>vbsec
  73. 2 Invalid argument: Format string is not followed by valid arguments=HELP_ERRN_INVPARM_FMT_STR_ARGS_MISSING>main
  74. 2 Invalid argument: Invalid pointer to format string=HELP_ERRN_INVPARM_FMT_STR_IS_BAD>main
  75. 3 Invalid argument: Item not found
  76. 4 Named argument to method x not found=VB_NAMED_NOT_FOUND>vbsec
  77. 4 Resource ID x not found=VB_IDENTIFIER_NOT_FOUND>vbsec
  78. 2 Invalid argument: Network path not allowed=VB_INV_ARG_2@smckmain.hlp>vbsec
  79. 2 Invalid argument: Not enough arguments for this format String=HELP_ERRN_INVPARM_FMT_STR_ARGS_TOO_LITTLE@smckmain.hlp>main
  80. 2 Invalid argument: Empty variable not allowed=VB_INV_ARG_6@smckmain.hlp>vbsec
  81. 2 Invalid argument: Null variant not allowed=VB_NULLVARIANT@smckmain.hlp>vbsec
  82. 2 Invalid argument: Out of range=HELP_ERRN_INVPARM_OUT_OF_RANGE@smckmain.hlp>main
  83. 2 Invalid argument: Structure size field is not initialized=HELP_ERRN_INVPARM_SIZE_FIELD_NOT_INITIALIZED@smckmain.hlp>main
  84. 2 Invalid argument: Too many arguments for this format String=HELP_ERRN_INVPARM_FMT_STR_ARGS_TOO_MANY@smckmain.hlp>main
  85. 2 Invalid argument: Undefined or illegal Flags=HELP_ERRN_INVPARM_INVALID_FLAGS@smckmain.hlp>main
  86. 2 Invalid argument: Wildcards not allowed=VB_INV_WILD_1@smckmain.hlp>vbsec
  87. 2 Questionable use of thread=HELP_ERRN_QUESTION_CREATE_THREAD@smckmain.hlp>main
  88. 2 Visual Basic Runtime Errors
  89. 3 Component creation failure
  90. 4 ActiveX {DLL DLLname | EXE exename}  not found=VB_COMPONENT_NOT_FOUND>vbsec
  91. 4 Class x not found in registry=VB_OBJNOTFOUND@smckmain.hlp>vbsec
  92. 4 DLL x did not load=VB_COMPONENT_LOAD_FAILED>vbsec
  93. 4 Entry point x not found in library y=VB_ENTRYNOTFOUND@smckmain.hlp>vbsec
  94. 4 Key x not found in registry=VB_KEYNOTFOUND@smckmain.hlp>vbsec
  95. 4 Path x to object not found=VB_OBJECT_PATH_NOT_FOUND@smckmain.hlp>vbsec
  96. 2 Conversion failure=VB_BAD_TYPE_2@smckmain.hlp>vbsec
  97. 3 File access failure
  98. 4 Attempting to move path x to path y =VB_MOVEERROR@smckmain.hlp>vbsec
  99. 4 Cannot find program x (systemerror)=VB_DLLOREXE_NOT_FOUND@smckmain.hlp >vbsec
  100. 4 Cannot move directory x to another drive (y)=VB_MOVEDIR@smckmain.hlp >vbsec
  101. 4 Cannot use function x with a file that was opened with y access mode=VB_BAD_FILE_FORMAT@smckmain.hlp >vbsec
  102. 4 DLL x did not load=VB_DLLOREXE_LOAD_FAILED@smckmain.hlp >vbsec
  103. 4 filename x is in use by another process=VB_SHARING@smckmain.hlp >vbsec
  104. 4 filespec x contains an error=VB_FILE_ACCESS_6@smckmain.hlp >vbsec
  105. 3 File access failure: Cannot find specified file system object
  106. 4 Drive x does not exist=VB_DRIVENOTFOUND@smckmain.hlp>vbsec
  107. 4 Filename x not found=VB_PATHNOTFOUND@smckmain.hlp >vbsec
  108. 4 Network node x not found=VB_MACHINENOTFOUND@smckmain.hlp>vbsec
  109. 4 Network share x not found=VB_SHARENOTFOUND@smckmain.hlp>vbsec
  110. 4 Source path x or destination path y not found=VB_EITHERPATHNOTFOUND@smckmain.hlp>vbsec
  111. 3 File access failure: File already open
  112. 4 filename x already open=VB_FILE_OPEN_3@smckmain.hlp>vbsec
  113. 4 filenumber x already open=VB_FILENUMALREADYOPEN@smckmain.hlp>vbsec
  114. 2 File access failure: No disk in drive=VB_DISK_3@smckmain.hlp>vbsec
  115. 2 File access failure: No permission to access file=VB_FILE_ACCESS_7@smckmain.hlp>main
  116. 2 File access failure: Inappropriate wildcard match=VB_NO_FILE_4@smckmain.hlp>vbsec
  117. 3 File read/write failure
  118. 4 Attempted to write x bytes to x_byte record=VB_BAD_RECORD_LEN@smckmain.hlp>vbsec
  119. 4 Invalid record number (x) passed to x statement=VB_BAD_RECORD_NUM@smckmain.hlp>vbsec
  120. 3 File system object already exists
  121. 4 Destination file x already exists=VB_FILE_EXISTS_1@smckmain.hlp>vbsec
  122. 4 Path x specified to function y already exists=VB_PATHEXISTS@smckmain.hlp>vbsec
  123. 3 Invalid array operation
  124. 4 Cannot change dimensions of array when using Preserve keyword=VB_SCRIPT_RANGE_2@smckmain.hlp>vbsec
  125. 4 Cannot change lower boundary of array when using Preserve keyword=VB_SCRIPT_RANGE_3@smckmain.hlp>vbsec
  126. 4 Cannot retrieve index property for x, it is not a control array=VB_OBJECT_NOT_ARRAY@smckmain.hlp>vbsec
  127. 4 Control array element x does not exist=VB_CONTROL_INDEX_NOT_FOUND@smckmain.hlp>vbsec
  128. 4 Index x is out of range=VB_SCRIPT_RANGE_1@smckmain.hlp>vbsec
  129. 4 Must specify index for object array x [of object y]=VB_NEED_OBJARRAY@smckmain.hlp>vbsec
  130. 4 Must specify index for property array x [of object y]=VB_NEEDPROPARRAY@smckmain.hlp>vbsec
  131. 4 Property x [of object y] is not an object array=VB_OBJ_ARRAY@smckmain.hlp>vbsec
  132. 4 x is not a property array [of object y]=VB_NOTPROPARRAY@smckmain.hlp>vbsec
  133. 3 Invalid form operation
  134. 4 x cannot be moved/sized while maximized/minimized=VB_CANT_MOVE_OR_SIZE@smckmain.hlp>vbsec
  135. 4 Cannot show x while modal form is active=VB_CANT_SHOW_FORM@smckmain.hlp>vbsec
  136. 3 Invalid function declaration
  137. 4 Function x is not exported from DLL y=VB_INV_DLL_1@smckmain.hlp>vbsec
  138. 4 Function x in DLL y was not called correctly=VB_BAD_DLL_CALL@smckmain.hlp>vbsec
  139. 3 Invalid object reference
  140. 4 Invalid object reference=VB_NULL_OBJECT@smckmain.hlp>vbsec
  141. 4 Get/Put operation not valid for x=VB_NAME_INVALID_GET@smckmain.hlp>vbsec
  142. 4 Method call invalid for x=VB_NAMEINVALID_METHOD>vbsec
  143. 4 Property x [of object y] cannot be retrieved/changed from an ActiveX DLL or control=VB_ACTIVEX_7@smckmain.hlp>vbsec
  144. 4 Wrong number of arguments when changing/setting reference for x property=VB_WRONGNUMARGS@smckmain.hlp>vbsec
  145. 4 Wrong number of arguments when getting default property for conversion to x=VB_INV_ASSIGN_1@smckmain.hlp>vbsec
  146. 4 x is neither a property or method for this object=VB_NAMEINVALID@smckmain.hlp>vbsec
  147. 4 x is not a property that holds references for this object=VB_NOTPROPMETHOD@smckmain.hlp>vbsec
  148. 3 Invalid operation
  149. 4 Cannot set Caption property of menu x to "-"=VB_CANT_SET_CAPTION@smckmain.hlp>vbsec
  150. 4 Cannot set Visible property of menu x from parent menu=VB_CANT_SET_VISIBLE@smckmain.hlp>vbsec
  151. 4 Property x of object y can only be set at design-time=VB_READONLY_PROP@smckmain.hlp>vbsec
  152. 2 Invalid pattern string=VB_INVALID_PATTERN_STRING@smckmain.hlp>vbsec
  153. 3 Invalid property value
  154. 4 Object required to set the x property of this object=VB_NEED_OBJECT_1@smckmain.hlp>vbsec
  155. 4 Property x [of object y] set to an out of range value=VB_INV_PROPERTY_1@smckmain.hlp>vbsec
  156. 2 Registry entry not found=VB_INV_ARG_3@smckmain.hlp>vbsec
  157. 2 Type mismatch=VB_BAD_TYPE_1@smckmain.hlp>vbsec
  158. 1 Compiler Support
  159. 2 Installing Support for Additional Compilers=HOWTO_Installing_Support_for_Additional_Compilers@smckmain.hlp>(w95sec)
  160. 1 Get Troubleshooting Information
  161. 2 Getting Troubleshooting Information=Frequently_Asked_Questions@smckmain.hlp>(w95sec)
  162. 1 Contact NuMega
  163. 2 Contacting Customer Support=Contacting_Customer_Support@smckmain.hlp>(w95sec)
  164.