Page 1 of 1
[Implemented] publish information about PBCOMPILER interface
Posted: Sat Feb 11, 2006 10:53 am
by gnozal
Fred, could you post some informations about the PBCompiler interface ?
Code: Select all
PostThreadMessage_(CompilerThreadID, PB_MSG_ID, #PB_MSG_XXXXXXXX, Flags)
It was described it the PB Editor sources but they are no longuer available since version 3.94.
Please help jaPBe to survive : viewtopic.php?t=19335&start=35
Posted: Sat Feb 11, 2006 12:38 pm
by Fred
No problem, we will do a document about this.
Posted: Mon Feb 13, 2006 9:01 am
by gnozal
Thanks

Posted: Wed Apr 05, 2006 7:27 pm
by tomijan
@fred
you wrote:
No problem, we will do a document about this.
can I remind this ? It would be wery helpfull when writing plugins.
tom
(maybe I miss that?)
Posted: Tue May 23, 2006 12:33 pm
by gnozal
Fred wrote:No problem, we will do a document about this.
Please ?
Posted: Wed Jul 05, 2006 1:08 pm
by Progi1984
No news ?
Posted: Wed Jul 05, 2006 1:46 pm
by freak
The current compiler interface is a bit of a mess, also it is windows only,
which does not fit well the PB concept.
This is why we decided to introduce a new compiler interface with v4.1,
which will be available on all platforms, much easier to work with, and most
of all it will be easier to extend in the future.
We will not waste the time to explain this old interface in detail. You can have
a look at the jaPBe source or the one of the old IDE if you really need it.
The new interface will be documented in detail.
Posted: Wed Jul 05, 2006 1:56 pm
by gnozal
freak wrote:This is why we decided to introduce a new compiler interface with v4.1, which will be available on all platforms, much easier to work with, and most of all it will be easier to extend in the future.
Thanks for the information.
I just hope it will not be to hard to update the jaPBe code (again).
Posted: Fri Jul 07, 2006 2:50 pm
by blueznl
good, a well documented interface might let me work on another pet project...