F:\SCADAHOT\DLLEXE\CRIO\CRIO.cpp(1688) : fatal error C1509: compiler limit : too many exception handler states in function 'OnCreate'. simplify function
异常处理程序太多,你需要删掉或者合并一些catch (exception)...的代码,或者拆分你的函数。