error C2259: 'CException' : cannot instantiate abstract class解决

error C2259: 'CException' : cannot instantiate abstract class

该错误在vc6里可以编译通过,但是在vs2008中编译不通过。此时需要将CException改为CUserException就可以。

原文地址:https://www.cnblogs.com/xingma0910/p/2938982.html