同时还提示: bz2 module is not found(貌似) 解决方法: 1.重新安装python wget http://bzip.org/1.0.6/bzip2-1.0.6.tar.gz tar xpzf bzip2-1.0.6.tar.gz cd bzip2-1.0.6 make make -f Makefile-libbz2_so make install PREFIX=/usr/local/ cd Python-2.7.3 ./configure --prefix=/usr/l
取自:http://www.viksoe.dk/code/all_mfc.htm,里面有各种MFC常用的类 // LogFile.h: interface for the CLogFile class. // // Written by Bjarke Viksoe (bjarke@viksoe.dk) // Copyright (c) 2000. // // This code may be used in compiled form in any way you desire. This //