If you can , Send me the source.
[email protected]

解决方案 »

  1.   

    to boodweb(TTT):
        1. 文件日期没有问题,因为他是我本周编的
        2. 已经选了使用静态连接库选项
    问题到底在哪里呢?
     对了,系统有时是这样提示的:
          说什么xxx.pcb文件有问题!错误指在编译预处理#define "afxstd.h"上!
      

  2.   

    Try:
    (1) Project->Settings->C/C++->Category->Precompiled Headers->"Not using precompiled headers" 
    (2) Build->Rebuild All
      

  3.   

    BTW: 系统提示应该是指 xxx.pch 文件有问题吧?
      

  4.   

    现在的错误信息是:--------------------Configuration: atest - Win32 Release--------------------
    Compiling...
    atest.cpp
    D:\Work Spaces\mm\atest\atest.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Release/atest.pch': No such file or directory
    atestDlg.cpp
    D:\Work Spaces\mm\atest\atestDlg.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Release/atest.pch': No such file or directory
    Media.cpp
    D:\Work Spaces\mm\atest\Media.cpp(10) : fatal error C1083: Cannot open precompiled header file: 'Release/atest.pch': No such file or directory
    StdAfx.cpp
    D:\Work Spaces\mm\atest\StdAfx.cpp(5) : fatal error C1083: Cannot open precompiled header file: 'Release/atest.pch': No such file or directory
    Generating Code...
    Error executing cl.exe.atest.exe - 4 error(s), 0 warning(s)
      

  5.   

    to xxxbird(*说你行,你就行,不行也行*) :
         按着你说的,现在我编译通过了!:)
    to all :
         thank you very much !:)
    to all :
         但是现在我又有一个问题:
              就是我在程序中用到了OnTimer函数在函数内部进行了显示动态图标的处理,在debug 版本中没有问题,但是现在在release版本中我的图标却不动了!怎么办???
      

  6.   

    将OnTimer(),OnPaint(), OnDraw()函数贴出来大家瞧瞧?