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)
...
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 :-).
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
How can you add a tlb if it ain't gegerated yet?
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
1) That *was* the case, it's now by command
2) The tlb is generated after compilation.. (!)
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