说是在Debug目录下找不到一个.pbo的文件,这是什么问题呢?不知 
要怎么产生这个文件? 
  
谢谢! 

解决方案 »

  1.   

    把Debug目录全部删掉,就解决了
      

  2.   

    多谢指点!不过试了一下,还是不行啊,还是先出现下面的信息:Debug Assertion Failed!Program: ...xxx\Debug/xxx.exe
    File: fscanf.c
    Line: 54Expression: stream != NULLFor information on how your program can cause an assertion
    failure, see the Visual C++ documentation on asserts.(Press Retry to debug the application)对话框按钮:Abort Retry Ignore选择Abort后在Output窗口的Profile Tab里出现PRF1011错误,看了一下Debug目录,还是没有那个pbo文件。
      

  3.   

    在google groups上找到答案,装了platform sdk后,vc的环境设置里 
    executables目录里把sdk的bin目录放到了vc的bin目录之前,而sdk和 
    vc各自有一个profile.exe,在IDE里用sdk的profile.exe会有问题,把 
    vc的bin目录放到前面就可以了。