“pure virtual function call” Message Box

前端 未结 1 1126
悲&欢浪女
悲&欢浪女 2021-01-20 18:59

One of my C# Winforms applications randomly displays a \"pure virtual function call\" message box. When I click on the ok button of that message box the

相关标签:
1条回答
  • 2021-01-20 19:17

    Are you calling an abstract function from a destructor?

    Via a certain search engine: http://www.google.com/search?q=pure+virtual+function+call+c%23

    Raymond has a pretty detailed response: http://blogs.msdn.com/oldnewthing/archive/2004/04/28/122037.aspx

    0 讨论(0)
提交回复
热议问题