We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui::ListContainerElement* fileMsg = dynamic_castui::ListContainerElement*(ui::GlobalManager::CreateBoxWithCache(L"session/file_right.xml"));
出现问题:引发了未经处理的异常:读取访问权限冲突。fileMsg 是 nullptr。 xml正常存在,该问题也是偶尔出现,但会导致程序崩溃。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题现象
ui::ListContainerElement* fileMsg = dynamic_castui::ListContainerElement*(ui::GlobalManager::CreateBoxWithCache(L"session/file_right.xml"));
出现问题:引发了未经处理的异常:读取访问权限冲突。fileMsg 是 nullptr。
xml正常存在,该问题也是偶尔出现,但会导致程序崩溃。
The text was updated successfully, but these errors were encountered: