http://www.csdn.net/expert/topic/624/624448.xml?temp=.125683

解决方案 »

  1.   

    shared DLl,
    Release version
    your programe errors(not compile)
      

  2.   

    不知道如何编译Release Version。
    谁可以说说?谢谢!
      

  3.   

    和程序一起发布的东西中,加上一个mfc42.dll就行了!
      

  4.   

    我在StdAfx.h中使用了
    #undef WINVER
    #define WINVER 0x0500
    好像是高版本功能。
    不知道是不是这个问题?
    我的程序没有用到非标准的DLL.希望高手可以给我分析分析!谢谢了!!
      

  5.   

    它提示需要什么文件,你就copy什么文件到system32下
      

  6.   

    你装了最新的 platform吧
    不能运行在windows98以下,可能还限制在2000中运行了
      

  7.   

    工具栏里鼠标右键,确认以下在弹出的菜单中选中了Build项。
    然后再工具栏中有一个下拉框,默认的是W32 Debug,选中w32 Release就可以make a release exe file. Then it will not need those Dll or Lib.