Casimo wrote:
If you deactivate the registration at the wiki and allow only board registrations, the spambots won't notice the bridge to the wiki (as far as I know).
Very true, but there's still the problem of spending dozens of hours of time I don't have writing the user system bridge.
What system does Cemetech use? phpBB?
If so, there are already mods like MediaWiki Bridge (https://www.phpbb.com/customise/db/bridge/mediawiki_bridge/).
It would be great if a bridge could be implemented... maybe i could get my name back. Very Happy
flyingfisch wrote:
It would be great if a bridge could be implemented... maybe i could get my name back. Very Happy
Heh. It would be easy to change your name there, I believe...
I just noticed what may be an error under Program Key Codes http://prizm.cemetech.net/index.php/Keycode_Reference
Vars
56 Menu
46

which I think should be 58 and 48 respectively

Let me know if there is a better way I can make contributions or corrections to the wiki
amazonka wrote:
ILet me know if there is a better way I can make contributions or corrections to the wiki
Please PM me your email address and a desired username, and I'll create you a Prizm Wiki account. The wiki software will email you a randomly-generated password.
Hello, I have been programming my calculator for a while using the wiki prizm resource.
It has been incredibly usefull to me, but i couldn't help but notice some small bugs/ issues
with some of the example code in the tutorials. For instance:
https://prizm.cemetech.net/Tutorials/Using_the_File_System/

the last example program reads:
hFile = Bfile_OpenFile_OS(pFile, READWRITE); // This opens the file in read/write mode
Bfile_WriteFile_OS(hFile, STR, sizeof(STR));
size = Bfile_GetFileSize_OS(hFile, 0);

it should read:
hFile = Bfile_OpenFile_OS(pFile, READWRITE,0); // This opens the file in read/write mode
Bfile_WriteFile_OS(hFile, STR, sizeof(STR));
size = Bfile_GetFileSize_OS(hFile);

please let me know if this is the wrong place to post.
rockboys wrote:
Hello, I have been programming my calculator for a while using the wiki prizm resource.
It has been incredibly usefull to me, but i couldn't help but notice some small bugs/ issues
with some of the example code in the tutorials. For instance:
https://prizm.cemetech.net/Tutorials/Using_the_File_System/

the last example program reads:
hFile = Bfile_OpenFile_OS(pFile, READWRITE); // This opens the file in read/write mode
Bfile_WriteFile_OS(hFile, STR, sizeof(STR));
size = Bfile_GetFileSize_OS(hFile, 0);

it should read:
hFile = Bfile_OpenFile_OS(pFile, READWRITE,0); // This opens the file in read/write mode
Bfile_WriteFile_OS(hFile, STR, sizeof(STR));
size = Bfile_GetFileSize_OS(hFile);

please let me know if this is the wrong place to post.


Thanks for your interest in WikiPrizm!
As you can see by the age of this thread, WikiPrizm has been around for a long time, and so some older code has broken as libfxcg evolved.

If you'd like to make these changes yourself, head over to the WikiPrizm GitLab and make a Merge Request.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 2 of 2
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement