home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / numega / sc501.exe / data1.cab / Data_Files / Default.dat < prev    next >
Encoding:
Text File  |  1997-11-25  |  2.6 KB  |  89 lines

  1. ;
  2. ; DEFAULT.MSC
  3. ;
  4. ; SmartCheck 5.0
  5. ; Copyright 1995-1997 NuMega Technologies, Inc.
  6. ;
  7. ; Do not modify this file.  All new entries
  8. ; must be added to your local copy of ROUTINE.DAT.
  9. ;
  10. ; This file contains the static symbols that SmartCheck is
  11. ; aware of from the Microsoft Visual C++ run time library. It can be 
  12. ; substituted for DEFAULT.DAT if a Visual C++ application experiences 
  13. ; long startup times under SmartCheck.
  14. ;
  15. ; If your application uses Visual C++ 2.x, the entries marked Visual C++ 4.0
  16. ; can be safely removed.
  17. ;
  18. ; Be sure to back up your original DEFAULT.DAT before copying this file to it.
  19. ;
  20.  
  21. _swprintf       ID  007
  22. _sprintf        ID  008
  23. _malloc         ID  011
  24. _strdup         ID  012
  25. __msize         ID  013   
  26. _calloc         ID  015
  27. __tempnam       ID  016
  28. __beginthread   ID  017
  29. __beginthreadex ID  018         
  30. _free            ID  019
  31. _realloc        ID  022
  32. __expand        ID  022
  33. __getcwd        ID  029
  34. __getdcwd       ID  030
  35.  
  36. _malloc_dbg  ID  011            ; Visual C++ 4.0
  37. _calloc_dbg  ID  015            ; Visual C++ 4.0
  38. _realloc_dbg ID  022            ; Visual C++ 4.0
  39. _expand_dbg  ID  022            ; Visual C++ 4.0
  40. _free_dbg    ID  019            ; Visual C++ 4.0
  41. __msize_dbg  ID  013            ; Visual C++ 4.0
  42.  
  43. _strcpy, (dest,srcz)          
  44. _wcscpy, wide (dest, srcz)
  45. _strncpy (dest,src,count)
  46. _wcsncpy, wide (dest,src,count)
  47. _memmove, (dest,src,count)
  48. _memcpy, (dest,src,count)
  49. _strcat, cat (dest,srcz)
  50. _wcscat, wide cat (dest,srcz)
  51. _strncat, cat (dest,srcz,count)
  52. _wcsncat, wide cat (dest,srcz,count)
  53. _memccpy, (dest,src,lookchar,count)
  54. _memset, (dest,skipint,count)
  55. _swab, (src,dest,count)
  56.  
  57. ; Everything above _swab is not looked up in the symbol table if 
  58. ; a module uses a DLL version of the runtime library. Everything below
  59. ; _swab is always looked up. 
  60.  
  61. ??2@YAPAXI@Z             ID 005
  62. ??2@YAPAXIPBDH@Z         ID 005
  63. ??2@YAPAXIHPBDH@Z        ID 005
  64. ??2CObject@@SAPAXI@Z     ID 005
  65. ??2CObject@@SGPAXI@Z     ID 005
  66. ??2CObject@@SAPAXIPBDH@Z ID 005 ; Visual C++ 2.x
  67. ??2CObject@@SGPAXIPBDH@Z ID 005 ; Visual C++ 4.x
  68.  
  69. ??3@YAXPAX@Z             ID 006
  70. ??3CObject@@SAXPAX@Z     ID 006
  71. ??3CObject@@SGXPAX@Z     ID 006
  72.  
  73. ?AfxEndThread@@YGXIH@Z   ID 004
  74. __endthread              ID 004
  75. __endthreadex            ID 004
  76.  
  77. _CrtIsMemoryBlock        ID 044
  78.  
  79. WinMain         ID  027
  80. main            ID  027
  81.  
  82. OLEAUT32:SysAllocString         ID 035
  83. OLEAUT32:SysAllocStringLen      ID 036
  84. OLEAUT32:SysAllocStringByteLen  ID 037
  85. OLEAUT32:SysFreeString          ID 038
  86. OLEAUT32:SysReAllocStringLen    ID 039
  87. OLEAUT32:SysReAllocString       ID 040
  88.  
  89.