Register

Is it possible to transform Prizm add ins in fx9860gII ones

Discuss anything related to calculators. For specific help on certain games/programs check the Released Projects subforum.
Member
Posts: 37
Joined: Sat Jun 22, 2013 10:54 am
Calculators: Casio fx-9860GII

Is it possible to transform Prizm add ins in fx9860gII ones

Postby scientifix » Tue Sep 10, 2013 6:42 pm

Hi,
Is it possible to transform a "Prizm add" in a "fx9860gII one" ?
If yes how ?
thanks a lot !
scientifix

Senior Member
User avatar
Posts: 605
Joined: Sat Sep 15, 2012 6:59 am
Location: Krautland ****
Calculators: Casio fx-7400GII, Casio fx-7400GII (SH4), Casio fx-9750GII, Casio fx-9750GII (SH4), Casio fx-9860G, Casio fx-9860G SD, Casio fx-9860G Slim, Casio fx-9860GII SD, Casio fx-9860GII SD Power Graphic 2, Casio Classpad 330 plus, Casio fx-CG20, Casio fx-CG50, Casio Classpad fx-CP400

Re: Is it possible to transform Prizm add ins in fx9860gII o

Postby SimonLothar » Tue Sep 10, 2013 9:23 pm

scientifix wrote:Is it possible to transform a "Prizm add" in a "fx9860gII one" ?
If you mean a G3A to G1A binary converter, I'd say no.
I'll be back!

Member
Posts: 37
Joined: Sat Jun 22, 2013 10:54 am
Calculators: Casio fx-9860GII

Re: Is it possible to transform Prizm add ins in fx9860gII o

Postby scientifix » Sat Sep 14, 2013 10:18 am

What I mean is :
If you have the source code (c. or h. file) from a "Casio Prizm add in" can you transform it into an add in for the fx9860gII ?
If yes how and is it difficult ?
thanks a lot
scientifix

Senior Member
User avatar
Posts: 605
Joined: Sat Sep 15, 2012 6:59 am
Location: Krautland ****
Calculators: Casio fx-7400GII, Casio fx-7400GII (SH4), Casio fx-9750GII, Casio fx-9750GII (SH4), Casio fx-9860G, Casio fx-9860G SD, Casio fx-9860G Slim, Casio fx-9860GII SD, Casio fx-9860GII SD Power Graphic 2, Casio Classpad 330 plus, Casio fx-CG20, Casio fx-CG50, Casio Classpad fx-CP400

Re: Is it possible to transform Prizm add ins in fx9860gII o

Postby SimonLothar » Sat Sep 14, 2013 11:10 am

scientifix wrote:If you have the source code (c. or h. file) from a "Casio Prizm add in" can you transform it into an add in for the fx9860gII ?
If the G3A does not strictly depend on special capabilities of the Prizm (color, display resolution), a transformation could be possible.
If not already done, you have to separate hardware-dependent code from the independent parts. F. i. fx9860-NOTEVIEW and fxCG-NOTEVIEW use a common source with appropriate conditional defines here and there. You need two different syscall-libraries with identical interfaces. As the Prizm incorporates much more syscalls compared to the fx-9860s, it could be possible to have to emulate some. Some syscalls have similar but not identical interfaces. They have to be emulated, too.

scientifix wrote:...is it difficult?
That depends greatly on the G3A source. If hardware-dependent code parts are not well separated, the job will be a particularly tiresome one. But laboriousness shouldn't be an obstacle.
I'll be back!

Member
Posts: 37
Joined: Sat Jun 22, 2013 10:54 am
Calculators: Casio fx-9860GII

Re: Is it possible to transform Prizm add ins in fx9860gII o

Postby scientifix » Sat Sep 14, 2013 12:47 pm

hey,
thank you very much for your fast and precise anwser !
I don't know the C language at all, do you think that
you would be capable to do it ??
I realy appreciate your help !
thanks a lot
scientifix

Senior Member
User avatar
Posts: 605
Joined: Sat Sep 15, 2012 6:59 am
Location: Krautland ****
Calculators: Casio fx-7400GII, Casio fx-7400GII (SH4), Casio fx-9750GII, Casio fx-9750GII (SH4), Casio fx-9860G, Casio fx-9860G SD, Casio fx-9860G Slim, Casio fx-9860GII SD, Casio fx-9860GII SD Power Graphic 2, Casio Classpad 330 plus, Casio fx-CG20, Casio fx-CG50, Casio Classpad fx-CP400

Re: Is it possible to transform Prizm add ins in fx9860gII o

Postby SimonLothar » Sat Sep 14, 2013 1:48 pm

scientifix wrote:I don't know the C language at all, do you think that
you would be capable to do it ??
At least I can take a look.
I'll be back!

Member
Posts: 37
Joined: Sat Jun 22, 2013 10:54 am
Calculators: Casio fx-9860GII

Re: Is it possible to transform Prizm add ins in fx9860gII o

Postby scientifix » Sat Sep 14, 2013 2:03 pm

I don't ave the codes yet, I would like someone to port the " eigenmath CAS for prizm" to the fx9860gII because everything is totaly working on this version(integrals, derivaties are not correct on the port by diameter) and because it has a lot of functions that are not on the add in by diameter !
gbl08ma is going to publish the codes of his add in soon, and it looks great !!
I hope you will try to port it to the fx9860gII so that we will have a complete CAS on it !
Thanks a lot
scientifix

User avatar
Posts: 89
Joined: Thu Apr 05, 2012 3:16 pm
Location: Akron, OH, USA
Calculators: Casio fx-9750GII, Casio fx-CG10

Re: Is it possible to transform Prizm add ins in fx9860gII o

Postby flyingfisch » Sat Sep 14, 2013 2:47 pm

I think it should be pretty simple to port eigenmath to 9860, as the only thing that would be different (as far as i know) would be the input routine. I would assume that all the math routines would pretty much identical.

Member
Posts: 37
Joined: Sat Jun 22, 2013 10:54 am
Calculators: Casio fx-9860GII

Re: Is it possible to transform Prizm add ins in fx9860gII o

Postby scientifix » Sat Sep 14, 2013 2:59 pm

hey !!
So you mean that the add in is going to work perfectly on the fx9860gII after the port and that all the functions ( diff, intgr, factor) are going to work ?

Member
Posts: 37
Joined: Sat Jun 22, 2013 10:54 am
Calculators: Casio fx-9860GII

Re: Is it possible to transform Prizm add ins in fx9860gII o

Postby scientifix » Sat Sep 14, 2013 3:08 pm

gbl08ma told me that if these conditions are met (this is what he wrote me):
- GCC is used in place of the Hitachi compiler/Casio SDK (which doesn't seem to have support for big numbers/has some other kind of incompatibility);
- The memory leak bugs in Eigenmath are patched (George Weigt sent me files through email specifically for this purpose; it's in fact just a matter of adding a couple of lines to free memory where he forgot).

his eigenmath add in would be portable to the fx9860gII

Do you think that gbl08ma's eigenmath add in is going to be portable to the fx9860gII ?
thanks for your help !
scientifix

Next

Return to General

Who is online

Users browsing this forum: Google [Bot] and 21 guests