![]() |
【转帖】first-chance exception
first-chance exception
first-chance exception hi, i am writing my own dwgviewer application based on odamfcapp. while closing my application i got one exception. first-chance exception at 0x7c812aeb in dwgviewer.exe: microsoft c++ exception: oderror at memory location 0x0012ece4.. any chance to remove this exception thanks rajeev use oderror::description() to the text description of the exception. before closing the application you should 1. be sure that all oddb* objects are destroyed. smart pointers pointing to them prevent the objects from being destroyed. smart pointers should go out of scope or should be set to null value. in that case their destructors or assignment operators will release the oddb* objects). 2. call oduninitialize(). sergey slezkin |
所有的时间均为北京时间。 现在的时间是 11:29 AM. |