CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2007
    Posts
    143

    Wink 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..

  2. #2
    Join Date
    Jan 2007
    Posts
    143

    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

  3. #3
    Join Date
    Feb 2005
    Posts
    2,160

    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
  •  





Click Here to Expand Forum to Full Width

Featured