编译成debug后的 需要什么dll?
另用mfc写的需要什么dll?
谢谢!

解决方案 »

  1.   

    在.net下atl需要atl7.1.dll和framework1.1,如果vc6下需要atl3.0.dll但是windows都带有了,就不用担心了!其他的就是看你用到什么库了!
    mfc需要mfc4.2
      

  2.   

    atl.dll
    MFC的debug版本需要mfc42d.dll或者mfc70d.dll,release版本需要mfc32.dll或者mfc70.dllmsvcrt.dll也需要如果有OLE调用需要olepro32.dll其它的运行库可以根据
    C:\Program Files\Microsoft Visual Studio\Common\Tools\DEPENDS.EXE来得到.