我用了boost,再用了另一个自定义控件,就编译出错了。后来我还是用标准控件,不知各位大虾能否解决?
#include <cstdlib>
#include <stdlib.h>
#include <boost/regex.hpp>
#include <string>
#include <iostream>using namespace std;
using namespace boost;编译出错:
:\program files\microsoft visual studio\vc98\mfc\include\afxtempl.h(1233) : error C2668: 'memset' : ambiguous call to overloaded function
        c:\program files\microsoft visual studio\vc98\include\xstring(506) : while compiling class-template member function 'void __thiscall CMap<unsigned long,unsigned long,class CCellID,class CCellID &>::InitHashTable(unsigned int,int)'