Re: [fpc-pascal]The state of FPC - wrap up

2003-07-25 Thread Boguslaw Brandys
Hello, Just for adding my few cents : I'm not keen on FPC , and rather know a little about FPC design but I think this is academical disscuss becouse Pascal never used preprocessor like C++ and becouse of that was so fast, but also so complicated when using it in multiplatform envinronment. Look

Re: [fpc-pascal]SQLite and NULL Strings...

2003-07-16 Thread Boguslaw Brandys
Hello, >From SQLite docs: "Note that the callback function reports a NULL value in the database as a NULL pointer, which is very different from an empty string. If the i-th parameter is an empty string, we will get: argv[i][0] == 0 But if the i-th parameter is NULL we will get: argv[i] == 0"So