zoukankan      html  css  js  c++  java
  • VS2015 编译程序时提示 无法查找或打开 PDB 文件

    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-file-l2-1-0.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-localization-l1-2-0.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-synch-l1-2-0.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-processthreads-l1-1-1.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-file-l1-2-0.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32concrt140d.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32imm32.dll”。无法查找或打开 PDB 文件。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32msctf.dll”。无法查找或打开 PDB 文件。

    解决方法:

    在运行发现

    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-synch-l1-2-0.dll”。已加载符号。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-processthreads-l1-1-1.dll”。已加载符号。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-file-l1-2-0.dll”。已加载符号。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32concrt140d.dll”。已加载符号。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32imm32.dll”。已加载符号。
    “mode.exe”(Win32): 已加载“C:WindowsSystem32msctf.dll”。已加载符号。

  • 相关阅读:
    usb mass storage device
    spice
    ubuntu14.04.03 vsftpd
    MingW编译virt-viewer
    virt viewer Usbredir USB重定向
    libvirt虚拟系统如何增加usb设备
    Jquery控件jrumble
    【推荐系统实战】:C++实现基于用户的协同过滤(UserCollaborativeFilter)
    STL_算法_查找算法(binary_search、includes)
    POJ 2479 Maximum sum
  • 原文地址:https://www.cnblogs.com/fcfc940503/p/11254063.html
Copyright © 2011-2022 走看看