Re: Help with C externals

2012-03-08 Thread Pete
Done. Although it looks like this goes back to 2005 so doesn't seem like it's likley to get fixed after all this time. Pete 2012/3/8 François Chaplais > please consider voting for report #2783 in quality center which calls for > typed variables (an example being for passing parameters to extern

Re: Help with C externals

2012-03-08 Thread Pete
Brenard, Havn't looked in detail but this sounds like it might help with developing some sort of wrapper for the C externals. Plus I always a good SWIG makes my code so much nicer! Pete On Thu, Mar 8, 2012 at 1:34 PM, Bernard Devlin wrote: > Probably helps if I provide a link: http://www.swig.

Re: Help with C externals -> some explain of Valentina DB ideas

2012-03-08 Thread Ruslan Zasukhin
On 3/8/12 12:19 PM, "Bernard Devlin" wrote: Hi Bernard, Well, question on N hours of lecture :-) I will try expose only few major points. 1) ENCRYPTION? Well I do not consider it major kill feature of Valentina, although 5-10 years ago and may be up to know it was and is useful. 2) MAIN IDE

Re: Help with C externals

2012-03-08 Thread Bernard Devlin
Probably helps if I provide a link: http://www.swig.org/ On Thu, Mar 8, 2012 at 9:34 PM, Bernard Devlin wrote: > Would something like SWIG help with the construction of LC externals? > I confess to not knowing anything about externals, and almost nothing > about C.  But I've used some products wh

Re: Help with C externals

2012-03-08 Thread Bernard Devlin
Would something like SWIG help with the construction of LC externals? I confess to not knowing anything about externals, and almost nothing about C. But I've used some products which are cross-platform and provide interfaces in many different languages. At their base they use SWIG (or something s

Re: Help with C externals

2012-03-08 Thread François Chaplais
please consider voting for report #2783 in quality center which calls for typed variables (an example being for passing parameters to externals) http://quality.runrev.com/show_bug.cgi?id=2783 Best regards François Le 8 mars 2012 à 19:48, Paul D. DeRocco a écrit : >> From: Pete >> >> I guess the

RE: Help with C externals

2012-03-08 Thread Paul D. DeRocco
> From: Pete > > I guess the first thing I'm trying to ascertain is if it will > be possible to call the C API's directly from LC or if there > will have to be some intermediate external glue that sits > between LC and the SQLite C API. I haven't written an external since Rev 3.5, but I don't

Re: Help with C externals

2012-03-08 Thread Pete
Hi Paul, Yes the callbacks are certainly one of the things I want to get access to but you're raising doubts as to how feasible that might be. But there are other things too. I guess the first thing I'm trying to ascertain is if it will be possible to call the C API's directly from LC or if there

Re: Help with C externals

2012-03-08 Thread Pete
Hi Monte, The callbacks that Paul mentions in his reply is one thing - would be great to be able to display some sort of progress messages during a lengthy db operation. But seems like that might be a problem according to Paul. I guess I've come across several niggling issues in the last few mont

Re: Help with C externals

2012-03-08 Thread Bernard Devlin
Ruslan, you might need to include some information about why someone might prefer to learn the Valentina API (accessible from V4REV) by citing some features of Valentina that are superior or unavailable in sqlite e.g. encryption, full-text searching (I'm not sure if the latter has been enabled with

Re: Help with C externals

2012-03-07 Thread Ruslan Zasukhin
On 3/8/12 8:23 AM, "Pete" wrote: Hi Pete, 1) I believe in the past there was at least 1-2-3 externals from third party developers around SQLite. They was even sold at price 150$ So you going invent a bike ... 2) why tease self with SQLite if exists Valentina DB and now many ways with Valenti

RE: Help with C externals

2012-03-07 Thread Paul D. DeRocco
> From: Pete > > I'm seriously considering trying to use the C API for sqlite > databases instead of the rev db functions. I'm finding too > many little inconsistencies and inefficiencies in the rev routines. > > The problem is I know nothing about using external libraries > with LC or the sq

Re: Help with C externals

2012-03-07 Thread Monte Goulding
Hmm... what are the issues you are finding? Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use