Re: [fpc-pascal]problem with FPC 1.9.4 about sqlite

2004-07-12 Thread Michael Van Canneyt
On Tue, 13 Jul 2004, [gb2312] Zhong Wang wrote: > Hello, everyone, > > I find there're some problems with sqlite on FPC > 1.9.4. My OS is Fedora Core 2 with kernel of 2.6.5. > > First, it dosen't support sqlite 3.0. It seems that > the interface API changed. This is quite possible. It means

Re: [fpc-pascal]Wiki

2004-07-12 Thread Ivan Shikhalev
Is it possible to use Cyrillic encoding with Wiki? ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal]problem with FPC 1.9.4 about sqlite

2004-07-12 Thread Zhong Wang
Hello, everyone, I find there're some problems with sqlite on FPC 1.9.4. My OS is Fedora Core 2 with kernel of 2.6.5. First, it dosen't support sqlite 3.0. It seems that the interface API changed. Second, the test codes under fpc source about sqlite can be compiled with sqlite 2.8.14, but

Re: [fpc-pascal]FPC and web applications

2004-07-12 Thread Jilani Khaldi
>There is project called PSP (Pascal Server Pages) >under active development that allows you do to these >things. I'm currently writing an API to make it's use >a little more .NET like (but simplified) and the >project author has teamed with the LibSql author to >work on some Database functions.

Re: [fpc-pascal]Linked List/ pointers/ casting/ OOP Question

2004-07-12 Thread Ron Weidner
> > program widgets; // free demo of a list of class > instances, by Anton Thankyou for your help. I'll try to adapt my code to use classes instead of objects. Your expample should help a lot. Ron_W __ Do you Yahoo!? Read only the mail

Re: [fpc-pascal]FPC and web applications

2004-07-12 Thread Ron Weidner
--- Jilani Khaldi <[EMAIL PROTECTED]> wrote: > Hi All, > 1. how to control a session using cgiapp? > 2. how to upload a file using cgiapp? > > Thanks! > > // jk There is project called PSP (Pascal Server Pages) under active development that allows you do to these things. I'm currently writing a

Re: [fpc-pascal]ProceList/Quote Program (ncurses)

2004-07-12 Thread James Mills
On Mon, Jul 12, 2004 at 09:51:18AM +0200, Marco van de Voort wrote: > > Am I better off writing my own classes using the ncurses library ? > > IMHO only if you make something small. TV allows the most rich textmode > apps I know. Problem is that it might require some debugging here and there, > bu

Re: [fpc-pascal]ProceList/Quote Program (ncurses)

2004-07-12 Thread Marco van de Voort
> On Mon, Jul 12, 2004 at 09:11:57AM +0200, Marco van de Voort wrote: > > Libraries: Turbo Vision. (see the textmode IDE). It only uses the terminfo > > part of ncurses though, which improves look and feel, but decreases terminal > > independance. > > Am I better off writing my own classes using t

[fpc-pascal]FPC and web applications

2004-07-12 Thread Jilani Khaldi
Hi All, 1. how to control a session using cgiapp? 2. how to upload a file using cgiapp? Thanks! // jk ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]ProceList/Quote Program (ncurses)

2004-07-12 Thread James Mills
On Mon, Jul 12, 2004 at 09:11:57AM +0200, Marco van de Voort wrote: > Libraries: Turbo Vision. (see the textmode IDE). It only uses the terminfo > part of ncurses though, which improves look and feel, but decreases terminal > independance. Am I better off writing my own classes using the ncurses l

Re: [fpc-pascal]ProceList/Quote Program (ncurses)

2004-07-12 Thread Marco van de Voort
> I'm intending upon writing a program to help with developing quotes for > computer systems with the price list given in CSV then converted to a > RDBMS of some sort (eg: sqlite). > > My intention is to build this program using the ncurses library and > develop a set of interfaces that are easy t