用vs2012时遇到的奇葩问题

1、vs2012运行c/c++语言出现:无法查找或打开 PDB 文件.

    1)、点 “调试”
    2)、然后 选项和设置
    3)、右边勾上 启用源服务器支持
    4)、左边点 符号
    5)、把微软符号服务器勾
    6)、运行的时候等一下 莫慌!!
    7)、问题解决

2、Warning: GraphicsWindowWin32::grabFocus() - Failed grabbing the focus

      It seems that this happens when you have another window open and you are "focusing" (the window is active) on it. FlightGear will try to grab itself infront of the other window.

3、不要使用中文名作为cpp文件名称,不然会出很多幺蛾子的问题。

你可能感兴趣的:(问题,vs2012)