I added a small introduction here: http://wiki.lazarus.freepascal.org/fcl-web
Having said that, I think that fpWeb worked quite well for my very
simple web page and all kinds of web applications could be developed
with it.
--
Felipe Monteiro de Carvalho
__
Tobias Giesen wrote on Thu, 15 Jul 2010:
I inserted $D- at the top of a few hundred units, but the app still
has the exact same file size. Is the $D- compiler directive ignored?
No.
Shouldn't the symbols shrink?
The Mac OS X linker does not copy the DWARF debug information from the
origi
Hello,
I am still struggling with the Segmentation Fault that gdb produces
when loading my app's symbols on Mac OS X.
I inserted $D- at the top of a few hundred units, but the app still
has the exact same file size. Is the $D- compiler directive ignored?
Shouldn't the symbols shrink?
Cheers,
Tob
On Thu, 15 Jul 2010, dmitry boyarintsev wrote:
On Tue, Jul 13, 2010 at 12:42 PM, Michael Van Canneyt
wrote:
I must say that I am not familiar with the parsing style you used. I wrote 2
expression parsers meanwhile, and both used a different style. see
fcl-base/fpexprpars.pp;
um... I guess
On Tue, Jul 13, 2010 at 12:42 PM, Michael Van Canneyt
wrote:
> I must say that I am not familiar with the parsing style you used. I wrote 2
> expression parsers meanwhile, and both used a different style. see
> fcl-base/fpexprpars.pp;
um... I guess fpexprpars.pp could (should) be used with passrc