[fpc-pascal] error making latest svn of fpc

2006-07-06 Thread Dale Welch
when trying to compile current svn i get a variety of errors compiling in the utils directory relating to what appears to be the system unit. Any idea what is happening? /base/pasjpeg/units/i386-linux -Fu/usr/share/fpc/packages/base/ibase/units/i386-linux -Fu/usr/share/fpc/packages/ba

[fpc-pascal] THttpServlet servlet mappings strange behaviour

2006-07-06 Thread Leonardo Cecchi
Hi, I'm coding a small http application using che THttpServer class from the FCL. My application has only two servlet: HttpServer.AddServlet(PrimoServlet, ´/primo´); HttpServer.AddServlet(SecondoServlet, ´/secondo´); It's all ok but I have some strange mappings between URI and servlets: http

Re: [fpc-pascal] Blackberry

2006-07-06 Thread Tomas Hajny
Marco van de Voort wrote: >> Theyre wanting to expand into the hand held market. The suit in charge >> has a Blackberry, and thats where that particular idea comes from. > > I think step one would be if e.g. there is a gcc targeting Blackberry. > > Copying support is easier. Well, gcc cannot emit

Re: [fpc-pascal] Blackberry

2006-07-06 Thread memsom
> Writing for WinCE could be a possibility, assuming it can do online > communications (I know nothing about hand helds.. My last hand held was > a Palm 3 that I toyed with for 2 days then shelved) I would suggest writing it in .Net and using something like Chrome ( http://www.chromesville.com/in

Re: [fpc-pascal] Char, WideChar, String and WideString in FPC/Lazarus

2006-07-06 Thread Jonas Maebe
On 6 jul 2006, at 16:29, Borut Maricic wrote: What is the exact definition of the type Char and String in FPC? A char is a 1 byte value which can contain the values chr(0) till chr (255). A (short)string is a length byte followed by 1 to 255 chars. No assumptions are made about encodings.

Re: [fpc-pascal] Blackberry

2006-07-06 Thread Marco van de Voort
> Theyre wanting to expand into the hand held market. The suit in charge > has a Blackberry, and thats where that particular idea comes from. I think step one would be if e.g. there is a gcc targeting Blackberry. Copying support is easier. ___ fpc-pasc

[fpc-pascal] Char, WideChar, String and WideString in FPC/Lazarus

2006-07-06 Thread Borut Maricic
I would like to ask some questions regarding the following: >> A NOTE has been added to this issue. == http://www.freepascal.org/mantis/view.php?id=7122 == Date S