|
-
December 28th, 2009, 08:31 AM
#3
Re: Vista PC problem
No. Many API calls will cause a crash if they are passed invalid parameters. Dereferencing invalid pointers, improperly allocated buffers, non-null terminated strings, etc. will all give "undefined" behavior in many API calls.
You can download the symbols files for most MS dlls and get more information on the crash.
See:
http://www.microsoft.com/whdc/devtoo...symbolpkg.mspx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|