Ok, I was planning on starting a project that will be quite
large... Here recently, I've heard some talk about a 16k limit
on source code that PB can compile, and I had a few questions.
Question 1) PB doesn't actually compile constants into your
program, so would having a lot of constants still count against
the 16k limit???
Question 2) If I used #IF to remove code that isn't needed,
will that code still count against the limit???
Question 3) I am to understand that the limit is do to the fact
that the compiler is 16bit, and some versions of windows will
give each program a set amount of memory, others share the memory
among all 16bit programs currently running. How does Window ME
handle 16bit application's memory???
------------------
[This message has been edited by Lloyd Snyder (edited July 14, 2001).]
large... Here recently, I've heard some talk about a 16k limit
on source code that PB can compile, and I had a few questions.
Question 1) PB doesn't actually compile constants into your
program, so would having a lot of constants still count against
the 16k limit???
Question 2) If I used #IF to remove code that isn't needed,
will that code still count against the limit???
Question 3) I am to understand that the limit is do to the fact
that the compiler is 16bit, and some versions of windows will
give each program a set amount of memory, others share the memory
among all 16bit programs currently running. How does Window ME
handle 16bit application's memory???
------------------
[This message has been edited by Lloyd Snyder (edited July 14, 2001).]
Comment