Re: [fpc-devel] Web language

2006-01-29 Thread VisionForce
You gave me this link: http://www.delphibasics.co.uk/ByFunction.asp?Main=Strings Are these methods supported by FreePascal, or would I need to be using Lazarus (Delphi)? Thanks again for all your help. Alex C. Barberi VisionForce http://www.visionforceweb.com - Original Message -

Re: [fpc-devel] Web language

2006-01-29 Thread Daniƫl Mantione
Op Sun, 29 Jan 2006, schreef VisionForce: You gave me this link: http://www.delphibasics.co.uk/ByFunction.asp?Main=Strings Are these methods supported by FreePascal, or would I need to be using Lazarus (Delphi)? Yes they are supported by plain Free Pascal they are in the sysutils unit

Re: [fpc-devel] Web language

2006-01-29 Thread L505
Op Sun, 29 Jan 2006, schreef VisionForce: You gave me this link: http://www.delphibasics.co.uk/ByFunction.asp?Main=Strings Are these methods supported by FreePascal, or would I need to be using Lazarus (Delphi)? And in addition to Daniel's comment, the documentation for these units for FPC

RE: [fpc-devel] widestrings length problem

2006-01-29 Thread peter green
i belive there was recently a change to how widestring length was stored for OLE compatibility reasons. this bug was probablly caused by that change. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jesus Reyes Sent: 29 January 2006 04:53 To: FPC

Re: [fpc-devel] Web language

2006-01-29 Thread VisionForce
Okay, I know this is a beginner questions, but how do I create a Pascal program that only reads the text and sends it through some sort of CGI thing (i.e. doesn't pop up that DOS-style window/shell). I already know how to do the CGI part, I just need to know how to make a program without a user

Re: [fpc-devel] Web language

2006-01-29 Thread L505
Okay, I know this is a beginner questions, but how do I create a Pascal program that only reads the text and sends it through some sort of CGI thing (i.e. doesn't pop up that DOS-style window/shell). I already know how to do the CGI part, I just need to know how to make a program without a