Skip to content
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

Open
Vdeilae opened this issue Oct 31, 2024 · 5 comments
Open

Can it be used in QT project?aAny Example? #61

Vdeilae opened this issue Oct 31, 2024 · 5 comments

Comments

@Vdeilae
Copy link

Vdeilae commented Oct 31, 2024

No description provided.

@e-dant
Copy link
Owner

e-dant commented Oct 31, 2024

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.

@e-dant
Copy link
Owner

e-dant commented Oct 31, 2024

Can you be more specific with what kind of use-case you have? Is something not working?

@Vdeilae
Copy link
Author

Vdeilae commented Oct 31, 2024

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

Exception at 0x7ff81f31ba99, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) in DWrite!DWriteCreateFactory

@e-dant
Copy link
Owner

e-dant commented Oct 31, 2024

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?

@e-dant
Copy link
Owner

e-dant commented Nov 1, 2024

(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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants