Similarly, if an unhandled exception occurs during execution of the initialization code, the calling application is notified of a failure to load the library. 同樣,如果一個(gè)未處理的異常在初始化代碼執行中出現,那么調用該庫的應用程序也將收到加載庫失敗的通知。
There may be something in the deinitialization code for one of your global variables, or one of the variables declared in your entrypoint function, that is causing the crash. 或許是你的一個(gè)全局變量的初始化代碼里有些問(wèn)題,或者是一個(gè)在你的入口點(diǎn)函數中,申明的變量,導致程序崩潰。