error C2259: 'CException' : cannot instantiate abstract class

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

相关文章:

  • 2022-02-09
  • 2021-05-15
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
猜你喜欢
  • 2021-06-25
  • 2022-12-23
  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2021-08-25
  • 2022-01-14
相关资源
相似解决方案