Just wasted half a day cutting & pasting my code from one .BAS file
into a bunch of .INC files. PB IDE started complaining about a 16K line
limit for the source file.
Does the compiler itself have a line limit, or is it just the IDE?
Suggestion for wish list:
Ability to scan/display subs/functions in the drop down list from
any include files or (I know its been requested) static libs (as
long as the source files for them are referenced, maybe with REMmed
tags?).
------------------
Bernard Ertl
into a bunch of .INC files. PB IDE started complaining about a 16K line
limit for the source file.
Does the compiler itself have a line limit, or is it just the IDE?
Suggestion for wish list:
Ability to scan/display subs/functions in the drop down list from
any include files or (I know its been requested) static libs (as
long as the source files for them are referenced, maybe with REMmed
tags?).
------------------
Bernard Ertl
Comment