The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



CBMSTUFF FORUM
Software Developer's Kit (SDK) - Printable Version

+- CBMSTUFF FORUM (https://www.cbmstuff.com/forum)
+-- Forum: CBMSTUFF PRODUCTS (https://www.cbmstuff.com/forum/forumdisplay.php?fid=1)
+--- Forum: SuperCard Pro (https://www.cbmstuff.com/forum/forumdisplay.php?fid=3)
+---- Forum: Developer Area (https://www.cbmstuff.com/forum/forumdisplay.php?fid=13)
+---- Thread: Software Developer's Kit (SDK) (/showthread.php?tid=93)

Pages: 1 2


RE: Software Developer's Kit (SDK) - admin - 05-19-2021

That would be great! There is already a ton of C code for parsing the .scp file format and driving the hardware. My interest really lies on conversion of flux to various disk formats. It's a real chore to do in VB6 because there is no ability to do actual bit manipulations (no shifts), instead you have to loop through multiplies or divides to replicate a bit shift.