Powerbasic Museum 2020-B

IT-Berater: Theo Gottwald (IT-Consultant) => General Tips and Discussion => Topic started by: Theo Gottwald on August 21, 2007, 09:13:02 AM

Title: PB-IDE - today it happened: 65520 Lines Limit reached!
Post by: Theo Gottwald on August 21, 2007, 09:13:02 AM
I'd not thought this would ever happen to me.
Today I tried to compile this file from Jose:

TB_HTML.BAS (http://www.jose.it-berater.org/smfforum/index.php?topic=336.0)


Cannot load file C:\Dokumente und Einstellungen\Mydesk\Desktop\TB_HTML10\TB_HTML.BAS
Maximum lines allowed: 65,520


Now I know why he developed SED :-). You can't even load this file into the normal PB-IDE.

SED shows more then 67830 Code-Lines!
Finally I could compile it with SED, good luck the compiler can work on more lines.

Title: Re: PB-IDE - today it happened: 65520 Lines Limit reached!
Post by: Edwin Knoppert on August 21, 2007, 09:17:08 AM
>Today I tried to compile this file from Jose:
Compiling is fine, PBEdit not :)
Title: Re: PB-IDE - today it happened: 65520 Lines Limit reached!
Post by: Theo Gottwald on August 21, 2007, 09:22:55 AM
Whats your favourite PB-Editor?

Actually I use SED sometimes, but most often PrePBEd8.
Title: Re: PB-IDE - today it happened: 65520 Lines Limit reached!
Post by: Patrice Terrier on August 21, 2007, 10:34:11 AM
My favorite PB Editor is... UltraEdit

Patrice Terrier
www.zapsolution.com
Title: Re: PB-IDE - today it happened: 65520 Lines Limit reached!
Post by: Eros Olmi on August 21, 2007, 11:25:37 AM
JellyFish Pro (plus Lynx of course)
Title: Re: PB-IDE - today it happened: 65520 Lines Limit reached!
Post by: Edwin Knoppert on August 21, 2007, 11:58:42 AM
PwrDev.. it allows me to read BAS code and parses it to a (nearly) valid compileable project :)
I use PBEdit for debugging only..
Title: Re: PB-IDE - today it happened: 65520 Lines Limit reached!
Post by: Marco Pontello on August 21, 2007, 02:34:40 PM
Usually JellyFish Pro.
But I have to retry SED too, since I played a bit just with an older version, much time ago.

Bye!
Title: Re: PB-IDE - today it happened: 65520 Lines Limit reached!
Post by: Paul Squires on August 21, 2007, 05:24:24 PM
JellyFish Pro for regular DLL programming and DDT stuff.
FireFly for anything GUI related.