1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00
QB64-PE/source
Zachary Spriggs b023f4074b Fix bug with _BIT variables in functions
This fix references forum post https://www.qb64.org/forum/index.php?topic=3794.msg131521#msg131521

A C++ error would occur when using a `_BIT` variable as a function argument because our current handling of the translation would reinitialize the variable in the function. This is called shadowing a parameter. I have commented out the line that was causing the error. The code that was provided in the forum post works successfully with this fix.
2021-04-09 12:35:51 -04:00
..
global Changes version number to carry on with patches. 2021-03-05 11:09:42 -03:00
ide Fixes one more colorization issue 2021-03-19 11:46:52 -03:00
subs_functions Extra touches to CamelCase (NOT, AND, etc). 2021-01-31 14:45:58 -03:00
utilities Makes strings.bas $includable by option _explicit projects 2021-03-10 17:22:37 -03:00
icon.rc Changes version number to carry on with patches. 2021-03-05 11:09:42 -03:00
qb64.bas Fix bug with _BIT variables in functions 2021-04-09 12:35:51 -04:00
qb64.ico Proper embedding of qb64.ico into the Windows binary. 2016-09-04 12:12:30 -03:00