Re: [fpc-pascal] Smartlinking

2006-01-27 Thread Carsten Bager
> > I have built a Windows cross compiler for ARM It is working fine > > without smartlinking. When I activate smartlinking I get this error: > > > > Free Pascal Compiler version 2.0.2 [2005/12/16] for arm > > > > Assembling arm2138reg > > Assembling with smartlinking arm2138reg > > /cygdrive

Re: [fpc-pascal] Null characters in ansistring

2006-01-27 Thread Michael Van Canneyt
On Thu, 26 Jan 2006, L505 wrote: If there is a null character in the middle or somewhere inside an ansistring, this does not affect it's length, correct? Unless casting with pchars in play. This is correct. Reason I ask is that I wonder if it is a good idea to strip all incoming null char