Register

Search found 141 matches

Return to advanced search

gbl08ma
Fri Dec 13, 2013 9:59 pm
 
Forum: Casio Prizm SDK
Topic: Problems with file copying function
Replies: 38
Views: 133302

Re: Problems with file copying function

How does one use the User Break Controller (on "normal" situations without SMEM writes)? Could you reproduce the problem, with a simpler test program? (or better, did you manage to reproduce the problem at all on non-g3a files, using Utilities?) It makes sense that interrupts are disabled ...
gbl08ma
Thu Dec 12, 2013 10:31 pm
 
Forum: Casio Prizm SDK
Topic: Problems with file copying function
Replies: 38
Views: 133302

Re: Problems with file copying function

Should I consider fixing this problem a lost cause?
gbl08ma
Fri Dec 06, 2013 4:36 pm
 
Forum: Casio Prizm SDK
Topic: Problems with file copying function
Replies: 38
Views: 133302

Re: Problems with file copying function

Bfile_WriteFile returns the amount of bytes written on that call (not the file cursor position). This behavior is different from the one in the fx9860G, and I think I already read about it somewhere. Bfile_WriteFile returns the amount of bytes written, as expected, even before the call that causes t...
gbl08ma
Tue Dec 03, 2013 7:31 pm
 
Forum: Casio Prizm SDK
Topic: Problems with file copying function
Replies: 38
Views: 133302

Re: Problems with file copying function

I clearly referred to the fx-CP330+ in my documentation. True, true. My bad. EDIT - "progress" on solving the problem with file copy: I decided to optimize the SMEM on the emulator. The error on Amsterdam.g3p and Amusement_park.g3p is gone, but then I tried to copy another g3p file from t...
gbl08ma
Tue Dec 03, 2013 5:05 pm
 
Forum: Casio Prizm SDK
Topic: Problems with file copying function
Replies: 38
Views: 133302

Re: Problems with file copying function

Ah, the version of Simon's docs I have states it has 2 MB of RAM. I always found that to be too low, especially because it has a huge screen, huge heap (Simon's docs say it has over 800 KB of heap), and assuming the memory layout doesn't differ too much from the Prizm and earlier calcs, it should ha...
gbl08ma
Tue Dec 03, 2013 4:07 pm
 
Forum: Casio Prizm SDK
Topic: Problems with file copying function
Replies: 38
Views: 133302

Re: Problems with file copying function

I got the idea somewhere that the hardware of the fx-CP400 is the same used in the Prizm, but with a touchscreen controller. It even has the same amount of RAM (which probably means the system is much more optimized than that of the Prizm, otherwise they would not be able to fit giant VRAM buffers f...
gbl08ma
Mon Dec 02, 2013 5:43 pm
 
Forum: Casio Prizm SDK
Topic: Problems with file copying function
Replies: 38
Views: 133302

Re: Problems with file copying function

I added lots of debug messages to my code. For some reason, Amsterdam.g3p now never seems to fail. Amusement_park.g3p, on the other hand, creates successfully, ReadFile and WriteFile work well in the loop for over 40 KB... at which point it magically stops working with a system error (the file has 5...
gbl08ma
Sun Dec 01, 2013 9:59 pm
 
Forum: Casio Prizm SDK
Topic: Problems with file copying function
Replies: 38
Views: 133302

Re: Problems with file copying function

Today I did download the new version of the emulator (v2.00) from edu.casio.com. I had no idea they had already released the 2.00 for the emulator, the last time I checked (when 2.00 was released for real hardware) there was version 1.04 only, and it only worked as an update to people who had the f...
gbl08ma
Sun Dec 01, 2013 4:08 pm
 
Forum: Casio Prizm SDK
Topic: Problems with file copying function
Replies: 38
Views: 133302

Re: Problems with file copying function

Geometry.g3a reads and writes g3p files, too. It's the only way to store a geometry file in SMEM I think, is to open a g3p file, do some geometry on top of it and save it again (the geometry items will be saved on the g3p). I find it strange that the error does not happen with files that didn't come...
gbl08ma
Sun Dec 01, 2013 11:56 am
 
Forum: Casio Prizm SDK
Topic: Problems with file copying function
Replies: 38
Views: 133302

Re: Problems with file copying function

Yeah, I don't get the error with files other than the factory-default g3p, either. (I have not tried copying g3a's). On which OS version are you testing? Maybe it's a bug they fixed. Have you tried copying the files in the CASIO folder, or did you get rid of it already? I think I'll record the emula...
PreviousNext

Return to advanced search