-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
Can it be used in QT project?aAny Example? #61
Comments
It can be used in any project. Checkout the examples in the readme. We have examples for both C++ and Python; wherever Qt runs, we do, too. |
Can you be more specific with what kind of use-case you have? Is something not working? |
Thank you for your reply. I tried it and it worked very well in QT Project!But only in Mingw kit,It fails in MSVC2022 kit.Below are some outputs Exception at 0x7ff81f31ba99, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) in DWrite!DWriteCreateFactory Exception at 0x7ff81f31ba99, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) in DWrite!DWriteCreateFactory Exception at 0x7ff81f31ba99, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) in DWrite!DWriteCreateFactory Exception at 0x7ff81f31ba99, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) in DWrite!DWriteCreateFactory |
Hmmm. How is this being launched? Can you grab the exception info/any other info? Is there a backtrace/what does visual studio's debugger say? |
(The watcher should not be throwing exceptions, we handle errors differently, described in the readme.) I don't doubt that this is an issue, though, if the only thing that changed was the build environment and compiler. Trying to figure out where we're throwing. |
No description provided.
The text was updated successfully, but these errors were encountered: