CxImage库 我用的vc6.0环境 MFC 怎么在 Doc中运行UpdateAllViews(NULL,WM_USER_NEWIMAGE)是 都不调用View中的 OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint) 呀?而且在OnUpade 中也不好设置断点啊?在作者的demo中可以的呀!!Project Settings
 |- C/C++
 |   |- Code Generation
 |   |   |- Use run-time library : Multithreaded DLL (must be the same for 
 |   |   |  all the linked libraries)
 |   |   |- Struct member alignment : must be the same for all the linked 
 |   |   |  libraries
 |   |- Precompiled headers : not using precompiled headers
 |   |- Preprocessor
 |       |- Additional Include Directories:  ..\cximage
 |- Link
    |- General
        |- Object/library modules: ../png/Debug/png.lib 
                                   ../jpeg/Debug/jpeg.lib 
                                   ../zlib/Debug/zlib.lib 
                                   ../tiff/Debug/tiff.lib 
                                    ../cximage/Debug/cximage.lib  ...我就设置了这个