Demo #6 is due for release by the end of Februaryby (no login)"That's a lot on your plate for demo #6"-Pete As for fixing the bugs found in Demo #5, that'll be the hardest part because they'll keep getting "discovered", but that isn't a bad thing. As for sub/function support I believe people think I deliberately left this out because it was too difficult for me to include, but that's far from the case. In fact QB64 already creates variables on a "stack" and even creates static arrays on a "stack" too. All arrays are created with descriptor tables already which were designed specifically to be passed to subs/functions. The only things to do is change my FINDID QB compiler function to differentiate which data the current section of code has access to and make sure the stack position(s) are stored and restored for each sub/function call. Return to Index |
| Response Title | Author and Date |
| Besides you already explained that to get subs.... | on Jan 30 |
| Copyright © 1999-2008 Network54. All rights reserved. Terms of Use Privacy Statement |