-
Vista PC problem
Hello Guys,
I have a strange problem in Vista PC, actual problem is whenever i tick a check box i get an message like this “Configuration program for Omni PCX Office doesn’t work anymore” application hangs,but same application works in XP.i could not reproduce the same problem in my vista pc with configuration SP1 with english language.
but customer has SP2 with Dutch language.
Do you have any idea ???.
Thanks in advance..
-
Re: Vista PC problem
Hello Guys,
I have taken Crash.dump for the problem below, and i opened it in VS2005 i located the crash point ,crash point is pointing to ntdll.dll and i can see the message below in call stack " [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] " Does this mean microsoft provided dll has problem. how can i prove this.Anyone has any idea on this.
Thanks in advance
-
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