Galeon wrote:Sorry, I always have problems spelling separate :)
I paused for a second wondering if I should correct the typo in my quote. ;-)
I was hoping to get the concept of universal API templates in front of you guys for review and didn't expect the correction of a miss spelled word in a quote of another forum member to take precedence. :-(
a separate project, but "universality" of the GTK+ headers in all programming languages supported is a good thing, it makes moving between programming languages easier
I agree!
A universal format isn't a bad idea
True!
and GTK-Server has made good progress in that area.
Strange? I thought gtkserver was some service that you can send ascii datagrams? Or isthe universal format that you used inside GTKserver, e.g. to bind the gtkserver to the real lib?
I think a set of headers in e.g. IDL would be great. It is much easier to parse with languages that don't do preprocessing.
Galeon wrote:Sorry, I always have problems spelling separate :)
I paused for a second wondering if I should correct the typo in my quote. ;-)
I was hoping to get the concept of universal API templates in front of you guys for review and didn't expect the correction of a miss spelled word in a quote of another forum member to take precedence. :-(
Strange? I thought gtkserver was some service that you can send ascii datagrams? Or isthe universal format that you used inside GTKserver, e.g. to bind the gtkserver to the real lib?
GTK-Server is a wrapper for a DynaCall or FFI interface to dynamic link libraries (shred objects) using a space delimited API call and it's arguments.
ScriptBasic has a GTK-Server like extension module for Windows called DYC that works much in the same way.
Strange? I thought gtkserver was some service that you can send ascii datagrams? Or isthe universal format that you used inside GTKserver, e.g. to bind the gtkserver to the real lib?
GTK-Server is a wrapper for a DynaCall or FFI interface to dynamic link libraries (shred objects) using a space delimited API call and it's arguments.
Probably, but where is the universal API you are talking about?
I really don't see this going anywhere other than another opportunity to give me crap for try to contribute. Everything since my original post / FB example has been about me changing the spelling of a member's quote and asking questions about references responders are too lazy to scroll back a few posts to read.
I felt that the GTK-Server project made a notable effort making Gtk available to so many languages using a common definition . Most people use compilers as a performance enhancing tool so using GTK-Server doesn't make much sense when you would be linking directly with the API as the most efficient method.