View · Search · Index
No registered users in community xowiki
in last 10 minutes

RE: [Xotcl] XOTcl Api

From: <mail_at_xdobry.de>
Date: Wed, 06 Jun 2007 17:36:45 +0200
Hi!

There is no full documentation but the API is quite simpel if
you know how Tcl base C-Api works (So you can see into Tcl C-Api documentation first)

See C Header File
xotclDecl.h where you can find public API to XOTcl

As Examples see file
\xotcl-1.5.3\library\store\XOTclGdbm
It is programmed as XOTcl based C-Extension

I have also developed one XOTcl C-Extension (bridge to C++ lib)
as another example
http://www.xdobry.de/esperantoedit/xotclhunspell1.0.tar.gz

Artur


 

Hi All

 

I have just started exploring XOTcl but I am unable to find the documentation for XOTcl’s C API.

 

Can anybody point me to any documentation available on the web or do I have to explore the .h files to gather that

 

thanks