[fpc-pascal] Re: [Lazarus] Library with XMLHttpRequest functionality?

2012-04-02 Thread michael . vancanneyt
On Tue, 3 Apr 2012, Frank Church wrote: Is there some library in FPC/Lazarus which implements XMLHTTPRequest functionality? XMLHTTPRequest is just a regular HTTP request. You can use the TFPHTTPClient component for it. Michael. ___ fpc-pascal ma

[fpc-pascal] Library with XMLHttpRequest functionality?

2012-04-02 Thread Frank Church
Is there some library in FPC/Lazarus which implements XMLHTTPRequest functionality? -- Frank Church === http://devblog.brahmancreations.com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mail

Re: [fpc-pascal] Re: tiOPF: automapping for m-n relationships

2012-04-02 Thread Graeme Geldenhuys
On 2 April 2012 15:37, leledumbo wrote: > Ouch, that's a bit bad to hear, I thought I could get something simpler. I'll > try to implement that relationship manager pattern because I want to avoid > direct sql. Yeah, Auto-Mapping hasn't received a lot of love in recent years. I have plans to tota

Re: [fpc-pascal] Help: New install problems

2012-04-02 Thread Jonas Maebe
Anthony Walter wrote on Mon, 02 Apr 2012: Thanks. Yes I wanted to get fpc (the compiler) installed from sources rather than lazarus. Your advice somewhat got me there, but now when I compile the source/units are not found. cd /home/myusername sudo apt-get install fpc mkdir fpc svn co http://

Re: [fpc-pascal] Help: New install problems

2012-04-02 Thread Anthony Walter
Thanks. Yes I wanted to get fpc (the compiler) installed from sources rather than lazarus. Your advice somewhat got me there, but now when I compile the source/units are not found. cd /home/myusername sudo apt-get install fpc mkdir fpc svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus cd

Re: [fpc-pascal] Re: Fileread function (leledumbo)

2012-04-02 Thread michael . vancanneyt
On Mon, 2 Apr 2012, Luis Fernando Del Aguila Mejía wrote: El 02/04/2012 05:00 a.m., fpc-pascal-requ...@lists.freepascal.org escribió: Do you mean if FileRead executed when the file pointer is at the end of file, it would wrap around to the beginning? Yes, it is possible? Example, is it corr

[fpc-pascal] Re: Fileread function (leledumbo)

2012-04-02 Thread Luis Fernando Del Aguila Mejía
El 02/04/2012 05:00 a.m., fpc-pascal-requ...@lists.freepascal.org escribió: Do you mean if FileRead executed when the file pointer is at the end of file, it would wrap around to the beginning? Yes, it is possible? Example, is it correct?: FileWrite(Arch,b,40); // Write 40 bytes FileRead(Arch,

[fpc-pascal] Re: tiOPF: automapping for m-n relationships

2012-04-02 Thread leledumbo
Ouch, that's a bit bad to hear, I thought I could get something simpler. I'll try to implement that relationship manager pattern because I want to avoid direct sql. -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/tiOPF-automapping-for-m-n-relationships-tp5611128p

Re: [fpc-pascal] tiOPF: automapping for m-n relationships

2012-04-02 Thread Graeme Geldenhuys
On 2 April 2012 00:33, leledumbo wrote: > > they're mapped with: > > with gTIOPFManager.ClassDBMappingMgr do begin >  RegisterMapping(TUser,'users','OID','id',[pktDB]); >  RegisterMapping(TUser,'users','Name','name'); >  RegisterMapping(TUser,'users','Password','password'); >  RegisterMapping(TUse

Re: [fpc-pascal] Help: New install problems

2012-04-02 Thread Jonas Maebe
Anthony Walter wrote on Mon, 02 Apr 2012: I have installed fpc from sources before but it's been a while and I've forgotten how to get it done, or perhaps something has changed and need some help. When i am trying to do is install and run the latest version of fpc from my home folder. Here is

[fpc-pascal] Help: New install problems

2012-04-02 Thread Anthony Walter
I have installed fpc from sources before but it's been a while and I've forgotten how to get it done, or perhaps something has changed and need some help. When i am trying to do is install and run the latest version of fpc from my home folder. Here is what I did: # first I got a working version