error C2259: 'CException' : cannot instantiate abstract class
该错误在vc6里可以编译通过,但是在vs2008中编译不通过。此时需要将CException改为CUserException就可以。
error C2259: 'CException' : cannot instantiate abstract class
该错误在vc6里可以编译通过,但是在vs2008中编译不通过。此时需要将CException改为CUserException就可以。