[fpc-pascal]Creating database with SQLiteDataset

2004-03-22 Thread Milos Pejovic
Hi all, I was trying to adapt TDbf table creation demo to SQLiteDataset, but I get this error: An unhandled exception occurred at 0x080557E4 : EDatabaseError : : Dataset is read-only. 0x080557E4 0x0050 I have no idea how to put the DataSet in read/write mode... fpc 1.9.2 linux sqlite lib

Re: [fpc-pascal]constant longword problem

2004-03-22 Thread Marc Santhoff
Am So, den 21.03.2004 schrieb Marco van de Voort um 15:58: > > > > > > > >Compiling usb_h.pp > > > >Assembling usb_h > > > >45 Lines compiled, 0.0 sec > > > > > > Constants > maxlongint are not supported in 1.0.x. You need to use 1.9.x > > > > Ah, I see. Thanks, I know from your earlier posting,

Re: [fpc-pascal]Creating database with SQLiteDataset

2004-03-22 Thread Michael Van Canneyt
On Mon, 22 Mar 2004, Milos Pejovic wrote: > Hi all, > > I was trying to adapt TDbf table creation demo to SQLiteDataset, but I > get this error: > > An unhandled exception occurred at 0x080557E4 : > EDatabaseError : : Dataset is read-only. > 0x080557E4 > 0x0050 > > I have no idea how to

Re: [fpc-pascal]high performance counter for dos/tp7

2004-03-22 Thread Thomas Schatzl
Hello, > > But ehm... it seems your website is locked... unable to view/download code > etc :) > > I thought I'd let you know just in case you forgot to unlock it =D No, this is a public website and I checked the URL I gave you, it works fine from my place. Same goes for the links to the sources,

[fpc-pascal]version differences

2004-03-22 Thread Pápai András
> I don't know what the reason is, but I suspect the large_integer (64 bits). > In each case, using 1.9.X, your sources didn't compile at all. > I changed them and now the program works correctly as far as I can > see (at least, it reports no error). > > Michael. The source you sent doesn't comp

Re: [fpc-pascal]version differences

2004-03-22 Thread Peter Vreman
> >> I don't know what the reason is, but I suspect the large_integer (64 > bits). >> In each case, using 1.9.X, your sources didn't compile at all. >> I changed them and now the program works correctly as far as I can >> see (at least, it reports no error). >> >> Michael. > > The source you sent d

Re: [fpc-pascal]high performance counter for dos/tp7

2004-03-22 Thread Harald Houppermans
- Original Message - From: "Thomas Schatzl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 12:47 PM Subject: Re: [fpc-pascal]high performance counter for dos/tp7 > Hello, > > > > > But ehm... it seems your website is locked... unable to view/download code > > e