07-10-2025, 09:04 PM
need more clarification.
you have two source code files. one is twice as big as the other?
what linux distribution are you using? ubuntu? linux mint? arch linux? fedora linux?
files as large as 5mb take a while to load in any text editor. i wish i had a computer with quad-core cpu and ssd and plenty of ram. to see if it's any different than on my almost 15-year-old laptop. with mechanical hdd and 4gb ram.
does your code start with option _explicit?
because there might be an expression decorated with parenthesis. without that directive. the compiler might confound for an array. you probably mean it to be a function call. if the compiler thinks there is a huge index number. for what it thinks is an array. program run could give up with "out of memory" error. but the last time this happened to me. was in qb64 phoenix 3.11. i don't know if 4.2 still does this.
you have two source code files. one is twice as big as the other?
what linux distribution are you using? ubuntu? linux mint? arch linux? fedora linux?
files as large as 5mb take a while to load in any text editor. i wish i had a computer with quad-core cpu and ssd and plenty of ram. to see if it's any different than on my almost 15-year-old laptop. with mechanical hdd and 4gb ram.
does your code start with option _explicit?
because there might be an expression decorated with parenthesis. without that directive. the compiler might confound for an array. you probably mean it to be a function call. if the compiler thinks there is a huge index number. for what it thinks is an array. program run could give up with "out of memory" error. but the last time this happened to me. was in qb64 phoenix 3.11. i don't know if 4.2 still does this.

