请问调试时出现Loaded 'C:\WINDOWS\SYSTEM\WNASPI32.DLL', no matching symbolic information found.等是什么原因,是不是动态链接库没用,请高手不吝指教。谢谢

解决方案 »

  1.   

    没有符号,你只是不能源代码级跟踪进dll而已。是正常信息
      

  2.   

    INFO: "No matching symbolic info found" for Comctl32.dll and Msidle.dll 
    ID: Q216656 
    --------------------------------------------------------------------------------
    The information in this article applies to:Microsoft Visual C++, 32-bit Editions, version 6.0, on platform(s):
    The Microsoft Windows NT operating system--------------------------------------------------------------------------------
    SUMMARY
    When debugging your application in Visual C++ 6.0, you might get the following error message No matching symbolic info found 
    for Comctl32.dll and Msidle.dll (and perhaps other files). This happens even though you installed the .dbg files from the Vc98\Debug directory of the Visual Studio 6.0 CD-ROM. MORE INFORMATION
    The error message is due to the symbol (.dbg) files for the indicated DLLs not being installed or being out-of-date with respect to the DLLs. Installing a version of Internet Explorer may have updated the DLLs with later versions. You can ignore this error message because you should be able to debug your application successfully without these files anyway.Msidle.dll is a component of the Internet Explorer upgrade, which does not provide symbol files. Internet Explorer upgrades may update Comctl32.dll and other operating system files, making the existing symbol files provided for the original operating system or service pack versions out-of-date with respect to the new DLLs.Microsoft Windows NT 4.0 Service Pack and later contain newer versions of Comctl32.dll and its symbol file than those shipped on the Visual C++ 6.0 CD-ROM. Installing the latest service pack and its updated symbol files will enable Visual C++ to load those symbols. Currently, the service pack download page also contains a link to download the symbols. The Windows NT Service Packs and service pack symbols are available on the Web at: http://support.microsoft.com/highlights/ntw40.asp
    For additional information about installing symbols, please click the article number below to view the article in the Microsoft Knowledge Base: 
    Q141465 How to Install Symbols for Dr. Watson Error Debugging Additional query words: Keywords : kbservicepack kbDebug kbide kbVC600 kbOSWinNT400sp4 kbDSupport kbGrpDSTools kbvc600faq 
    Version : winnt:6.0 
    Platform : 
    Issue type : kbinfo 
    Technology : 
      

  3.   

    楼上的怎么什么东东都能弄到?
    这是MSDN网站上弄的吗?