Skip to content

Instantly share code, notes, and snippets.

@mrcaron
Created January 6, 2011 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrcaron/768525 to your computer and use it in GitHub Desktop.
Save mrcaron/768525 to your computer and use it in GitHub Desktop.
Windows error descriptions that may be hard to find

Out of heap resources allocated for SolidWorks gives:
GetLastError() == 0x00000486 "The current process has used all of its system allowance of handles for Window Manager objects."

Out of heap resources due to other applications using a ton of windows gives: GetLastError() == 0x00000008 "Not enough storage is available to process this command."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment