原创 在程序崩潰明產生DUMP

// 處理Unhandled Exception的回調函數 // // 一個有函數調用的類 // class CrashTest { public: void Test() { Crash(); } private: