Posté le 05/04/2025 20:55
Planète Casio v4.3 © créé par Neuronix et Muelsaco 2004 - 2025 | Il y a 108 connectés | Nous contacter | Qui sommes-nous ? | Licences et remerciements
Planète Casio est un site communautaire non affilié à Casio. Toute reproduction de Planète Casio, même partielle, est interdite.
Les programmes et autres publications présentes sur Planète Casio restent la propriété de leurs auteurs et peuvent être soumis à des licences ou copyrights.
CASIO est une marque déposée par CASIO Computer Co., Ltd
Citer : Posté le 05/04/2025 21:03 | #
If you're using the old fx-9860G SDK, then there is a known OS problem where if you don't call GetKey() at all during the entirety of the execution you get a crash after leaving the program. This can be bypassed by calling once like when leaving the add-in.
But you mention the G-III and the old SDK isn't particularly compatible with it. Plus I don't know what program, runtime or SDK uses the name "error 28" for a stack overflow. Please provide more detail about what tools you're using, and a MWE would be very helpful.
Edit: Just saw your other topic, looks like the problem from above.
Citer : Posté le 05/04/2025 21:13 | #
yeah i'm using the old one (i think so it looks old), is there a different one?
and i don't know what MWE means
also im on win 10 if that's important
Citer : Posté le 05/04/2025 21:29 | #
This is the old one:
And yes there is a "modern" alternative with different tools and libraries, which I happen to maintain; see the fxSDK topic.
In any case; "MWE" means "Minimal Working Example", i.e. a small program that showcases the issue. You have that on the other topic, actually. But if my hunch is right just add GetKey() once before leaving the program and that should solve the bug for now.
Citer : Posté le 05/04/2025 22:23 | #
thanks for the help, i tried downloading the fxsdk, and it doesnt have any GUI? is it supposed to not have any or am i missing something?
Citer : Posté le 05/04/2025 22:25 | #
Eeeeh correct it's all command-line. I ought to have mentioned that. xD
Citer : Posté le 05/04/2025 22:26 | #
is it worth getting into it? i dont know how to use stuff like this at all and the french doesnt really help
Citer : Posté le 05/04/2025 22:29 | #
It depends really. If you just want to make some programs, test the waters, maybe not. The fxSDK is more powerful (more libraries, more models supported) but also takes more effort to use. As for the French, I believe you can machine-translate the pages and be fine; I've checked on multiple occasions, so it shouldn't be too bad. Overall, it's difficult for me to assess fairly because I've been working on the thing 10 years now. x) At a first glance, I'd say you might want to keep it simple and defer a switch to if and when you find out the old stuff isn't enough for you.
Citer : Posté le 05/04/2025 22:32 | #
ight ill think about it thanks