-
Notifications
You must be signed in to change notification settings - Fork 3
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
Status of this project. #3
Comments
Hello! |
Thanks. Any hints to compile it? |
I could compile it.
But with test/example.cpp I get a segfault.
|
Please tell me the platform (Windows, Linux, Android?) and architecture (x86_64 or arm64) on which the code was run? |
Linux x86_64 |
Just compiled the project. g++ compiler (GCC) 13.2.1 20240316, AngelScript version 2.36.1. |
Yes, I'm using an older version: 2.35.1 I comment here my experience in case it can be useful for somebody: I got something working in my Qt app, but found some challenges. But my app crashes in some cases, exactly when emitting a signal. The scripts works ok, the crash happens later when the program returns to Qt events loop, and always related with a button "clicked" signal or something like that. Another minor issue is that I'm using C++11 and got an error in a std::set which does not implement "contains()" method.
|
Hi, great project!
What is the status of this project?
Is it usable?
The text was updated successfully, but these errors were encountered: