[new ext] Quadratic Equation
I know that probably 99% of you won't be needing this object, but since I had to do something like that for a project of mine, I am releasing it here...
It's totally simple object that calculates the roots of quadratic equations, separating real from imaginary part and does absolutely nothing else.
No need to explicitly say that it's free for all use.
Quadratic Extension
Re: [new ext] Quadratic Equation
Its always great to see new extensions popping out.
Thanks for sharing it.
Edit -- I seem to have a problem loading it in MMF2 Dev.
I will see if I can figure out whats going on. Maybe it conflicts with some extension I already have.
Re: [new ext] Quadratic Equation
since this is my first extension that "popped out" :) I would appreciate any feedback from those brave enough to try it :)
and please Jeff, let me know... so I will konw if it's in my code?
Thanx
Re: [new ext] Quadratic Equation
My MMF2 can't load Quadratic.mfx
Do you have defined the SAM ID of your extension and compiled it in "release small" and "runtime small" ?
Re: [new ext] Quadratic Equation
yes, I have set it to MAKEID(A,B,C,X). What else is to try?
I compiled it as debug and run_only... though my MMF did not have any problems with that... I will try and upload release_small/runtime_small but can anyone tell me how come that it works in my MMF and not in some other?
Re: [new ext] Quadratic Equation
How stupid of me... didn't read the help carefully
editable vs. non editable...
going to upload a "release" version
[color:#CC0000](EDIT) [/color] Direct link to new version
Though i still don't understand why it works on mine.
Re: [new ext] Quadratic Equation
It works now.
Thanks for fixing it up.
Jeff
Re: [new ext] Quadratic Equation
why do I always get this error?
Template error PRJ0019: A tool returned an error code: "Performing Post-Build Event..."
It compiles OK, file is there, but always this error.
Re: [new ext] Quadratic Equation
Quote:
Originally Posted by bufferOverflow
why do I always get this error?
Template error PRJ0019: A tool returned an error code: "Performing Post-Build Event..."
It compiles OK, file is there, but always this error.
Not sure. Perhaps it is trying to copy the extension to a place which does not exist.
Re: [new ext] Quadratic Equation
Is there any chance to re-upload it?
Re: [new ext] Quadratic Equation
It could be that the project was set up to copy your extension into the MMF2 directory. It is either as Joshtek sais that the folder does not exist OR that MMF2 is currently open with a .mfa file that uses your extension. That way the file it tries to copy is in use and the post-build step fails.