> Hi, this is my first post, so please excuse any etiquette goofs. I'm > researching incorporation of SQLite into a project. It would appear > relatively straightforward to develop an F95 language binding, however > it is likely to be compiler specific (extensions required to adapt > calling syntax to C). Is this a suitable place to ask basic C-oriented > questions relative to the existing API? Also, it would be my desire to > not only map the existing API exactly (as public), but to also create a > small additional layer atop the existing API with a slightly higher > abstraction level to hide some of the low levelness of the API > (pointers, handle passing, etc.). Would anybody be interested in > helping or critiquing as I progress? (I haven't decided to do this yet, > I'm awaiting corporate approval to use public domain software in my > project, which they have refused in the past. This part of the project > would be on my own time so as to not involve company ownership issues). >
Hello Gary, have a look at the sqlite section of http://flibs.sf.net It is not well documented, I am afraid, and it has a few quirks, but it could be a nice start. Regards, Arjen ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

