Re: [fpc-pascal] fpweb tutorial

2010-07-15 Thread Felipe Monteiro de Carvalho
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
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] gdb Segmentation Fault - $D- does not help?

2010-07-15 Thread Jonas Maebe

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  
original object files into the final binary (to speed up linking). It  
only adds references to the object files.



Jonas


This message was sent using IMP, the Internet Messaging Program.

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] gdb Segmentation Fault - $D- does not help?

2010-07-15 Thread Tobias Giesen
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,
Tobias


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] fpc-passrc expression parser (issue #16914)

2010-07-15 Thread Michael Van Canneyt



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 fpexprpars.pp could (should) be used with passrc in this case?!


You can't do this easily, because the scanners are not compatible. You'd
have to write a scanner wrapper.


anyway, I've the patch for the current parser:
http://bugs.freepascal.org/view.php?id=16931


I have seen it, I will look at it today.

Michael.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] fpc-passrc expression parser (issue #16914)

2010-07-15 Thread dmitry boyarintsev
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 in this case?!

anyway, I've the patch for the current parser:
http://bugs.freepascal.org/view.php?id=16931

thanks,
dmitry
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal