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
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
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
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://
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
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
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,
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
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
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
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
11 matches
Mail list logo