Theos PowerBasic Museum 2017

Archive => Discussion - Legacy Software (PBWIN 9.0+/PBCC 5.0+) => Topic started by: Patrice Terrier on August 17, 2008, 12:13:51 PM

Title: PB9 best companion (The SED editor)
Post by: Patrice Terrier on August 17, 2008, 12:13:51 PM
After trying it, i found that the SED editor is a perfect companion to work with PB9 and the new José's API include files

You can try it there (http://www.jose.it-berater.org/downloads/SED_166.zip)

...
Title: Re: PB9 best companion (The SED editor)
Post by: Theo Gottwald on August 17, 2008, 01:48:38 PM
The new PB IDE did not progress along with the Compiler in my opinion.
It does not even compete with Semen's PrePBEd (which has Tabb'ed Editin atleast) for PB 8.

Therefore Jose's SED is the Editor of Choice for PB 9!

Maybe they knew about it and did not waste a lot of time trying to make something better :-).
Title: Re: PB9 best companion (The SED editor)
Post by: James C. Fuller on August 23, 2008, 02:17:53 PM
Just a little tip if you create com servers with SED. One Liner to add the tlb to the dll.

'% RC TEXT 1 TYPELIB "YourTypeLibName.tlb"

James

Title: Re: PB9 best companion (The SED editor)
Post by: Edwin Knoppert on August 23, 2008, 03:26:44 PM
How can you add a tlb if it ain't gegerated yet?
Title: Re: PB9 best companion (The SED editor)
Post by: James C. Fuller on August 23, 2008, 04:21:52 PM
Quote from: Edwin Knoppert on August 23, 2008, 03:26:44 PM
How can you add a tlb if it ain't gegerated yet?

Currently the tlb is created automatically when you compile your dll

James
Title: Re: PB9 best companion (The SED editor)
Post by: Edwin Knoppert on August 23, 2008, 05:09:08 PM
1) That *was* the case, it's now by command

2) The tlb is generated after compilation.. (!)
Title: Re: PB9 best companion (The SED editor)
Post by: James C. Fuller on August 23, 2008, 05:15:36 PM
Quote from: Edwin Knoppert on August 23, 2008, 05:09:08 PM
1) That *was* the case, it's now by command

2) The tlb is generated after compilation.. (!)

1) Yes

2) Yes and  SED calls Semens rc compile/add  after that.

James