我包含了#include<windows.h> 但编译 出错
 
怎么回事  大家帮看看

解决方案 »

  1.   

    #include "resource.h"
    因为about 包含一个对话框资源
      

  2.   

    MSND中没有这个啊,你自定义的吧??
    通过MSDN中的搜索功能找点例子代码看下:FONTDEMO.RC
    //Microsoft Developer Studio generated resource script.#include "resource.h"
    #include "afxres.h"/////////////////////////////////////////////////////////////////////////////
    // MenuFONTDEMO MENU DISCARDABLE 
    BEGIN
        POPUP "&File"
        BEGIN
            MENUITEM "&Print...",                   IDM_PRINT
        END
        POPUP "&Help"
        BEGIN
            MENUITEM "&About...",                   IDM_ABOUT
        END
    END 
    RESOURCE.H
    // Microsoft Developer Studio generated include file.
    // Used by FontDemo.rc#define IDM_PRINT                       40001
    #define IDM_ABOUT                       40002