pkmnfrk 2010-04-09 19:36:28 -0700 (Fri, 09 Apr 2010) 710 Several untested major rewrites in RELOAD
(Isn't that a catchy header?) I joke, they were all tested: 1. Instead of using the FB file I/O functions, I switched to the CRT I/O functions, as they let me load directly into memory buffers 2. Instead of using the FB String type, I switched to manually managed ZStrings for the all-important string table. 3. Instead of using the FB default memory management functions, I created some new ones to wrap the private heap feature. Remember: this still only works on Windows. Other platforms, or if it's disabled at compile time, use the default heap. This should A) Fix bug 831, and B) make everything tons easier to deal with in the future, RE adding new things. --- U wip/reload.bas U wip/reload.bi U wip/reloadtest.bas _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
