Register

Search found 141 matches

Return to advanced search

gbl08ma
Wed Nov 13, 2013 10:34 pm
 
Forum: Casio Prizm SDK
Topic: Problems with file copying function
Replies: 38
Views: 133342

Problems with file copying function

I have developed the following code to copy files: //copy file char newfilename[MAX_FILENAME_SIZE] = ""; strcpy(newfilename, browserbasepath); strcat(newfilename, name); if(!strcmp(newfilename, clipboard[curfile].filename)) { //a file with that name already exists on the new location. curf...
gbl08ma
Tue Nov 12, 2013 7:41 pm
 
Forum: Casio Prizm SDK
Topic: Finding bitmaps to use with WriteGraph
Replies: 10
Views: 38855

Re: Finding bitmaps to use with WriteGraph

That's very good, thanks! As you said, the icons are 18*24 (0x12*0x18), just like the glyphs used with PrintXY. From what I remember there are no more file icons, so don't waste your time looking for any more. In case anyone's wondering, from left to right we have: folder; *.g1m/.g2m/.g3m; *.g1e/*.g...
gbl08ma
Sun Nov 10, 2013 6:34 pm
 
Forum: Casio Prizm SDK
Topic: Finding bitmaps to use with WriteGraph
Replies: 10
Views: 38855

Re: Finding bitmaps to use with WriteGraph

Thanks! That's some interesting information on the bitmaps used for the built-in applications on the Main Menu. It also gives insight as how built-in apps are represented in the menu, and how they are called (I would say they are represented just like add-ins, except that on add-ins the 2nd Dword po...
gbl08ma
Fri Nov 08, 2013 12:23 pm
 
Forum: Casio Prizm SDK
Topic: Finding bitmaps to use with WriteGraph
Replies: 10
Views: 38855

Finding bitmaps to use with WriteGraph

I understand more or less how the Bdisp_WriteGraphVRAM syscall works. I see it needs a struct with a pointer to the bitmap to display. I read somewhere this is how the OS displays the icons, for example on the menu and on the file browsers. What I'm looking for is a syscall that does the same as Get...
gbl08ma
Sun Sep 15, 2013 4:27 pm
 
Forum: General
Topic: porting "prizm eigenmath" to the fx9860gII
Replies: 11
Views: 29669

Re: porting "prizm eigenmath" to the fx9860gII

You would take more than two weeks to learn how Eigenmath works, too. The way of inputting expressions follows rules different from the Casio system. And Eigenmath is not a magical problem solver - it even lacks a simple equation solver. Not to mention the fact that porting it would take probably mo...
gbl08ma
Sun Sep 15, 2013 2:55 pm
 
Forum: General
Topic: porting "prizm eigenmath" to the fx9860gII
Replies: 11
Views: 29669

Re: porting "prizm eigenmath" to the fx9860gII

Note that I do not use gnush (from KPIT) to compile my add-ins for the Prizm. I cross-compiled GCC myself to have x86-64 as the host and SH as the target. I don't know how well my add-ins compile with other GCC versions - I know I had some trouble when I switched to a new PC and had to recompile GCC...
gbl08ma
Sun Sep 15, 2013 12:52 pm
 
Forum: Released Projects
Topic: Eigenmath for the Prizm
Replies: 24
Views: 102817

Re: Eigenmath for the Prizm

I replied to your PM.
For future reference, you need to go here:
https://github.com/gbl08ma/eigenmath

Then click "Download ZIP".
This will give you a ZIP with the latest source code.
gbl08ma
Sat Sep 14, 2013 6:26 pm
 
Forum: Released Projects
Topic: Eigenmath for the Prizm
Replies: 24
Views: 102817

Re: Eigenmath for the Prizm

Yes, it is for the 5th beta. You'll need to pull it using git or you can use GitHub's download-as-archive function.
gbl08ma
Sat Sep 14, 2013 4:46 pm
 
Forum: Released Projects
Topic: Eigenmath for the Prizm
Replies: 24
Views: 102817

Re: Eigenmath for the Prizm

The source code for this port is now available at:
https://github.com/gbl08ma/eigenmath
gbl08ma
Sat Sep 14, 2013 10:53 am
 
Forum: Released Projects
Topic: Eigenmath for the Prizm
Replies: 24
Views: 102817

Re: Eigenmath for the Prizm

I don't know of anyone, and I don't know the answer to any of your other questions. And as I said, I have no interest in porting it myself.
PreviousNext

Return to advanced search