[fpc-pascal] Re: Questions About Porting Java and Extended Class Syntax Features

2012-11-08 Thread leledumbo
As an aside, I would like to note that after a couple of years away I still see the same contributers in this list, and it is excellent to find that support and commitment. It's not our time yet to retire and hand over the kingdom to the little princes (single 's') out there, as they still need

Re: [fpc-pascal] Re: cannot make debugserver

2012-11-08 Thread michael . vancanneyt
On Wed, 7 Nov 2012, Graeme Geldenhuys wrote: On 07/11/2012 22:13, bsquared wrote: I like the tiOPF based Logging. Nice work. It is the most reliable logging framework I know. For example, the dbugintf unit in FPC has major issues when used under Windows. If you generate many messages

Re: [fpc-pascal] Re: cannot make debugserver

2012-11-08 Thread Graeme Geldenhuys
On 2012-11-08 10:13, michael.vancann...@wisa.be wrote: That said, I am aware of the windows problem, but have till now not yet found the cause of the problem. I too have tried to find the problem, but couldn't spot the issue. G. ___ fpc-pascal

[fpc-pascal] Re: cannot make debugserver

2012-11-08 Thread bsquared
On 11/08/2012 02:13 AM, michael.vancann...@wisa.be wrote: On Wed, 7 Nov 2012, Graeme Geldenhuys wrote: On 07/11/2012 22:13, bsquared wrote: I like the tiOPF based Logging. Nice work. It is the most reliable logging framework I know. For example, the dbugintf unit in FPC has major

[fpc-pascal] RESTful JSON: Your thoughts about implementation

2012-11-08 Thread bsquared
Hello, I thought I would put this out to see what helpful information I could gather. I am in need of some JSON and HTTP functionality. I am thinking about using some pieces from WST and I was looking for some input on this. What I am doing is pulling data from a JSON-RESTful web

Re: [fpc-pascal] RESTful JSON: Your thoughts about implementation

2012-11-08 Thread Michael Van Canneyt
On Thu, 8 Nov 2012, bsquared wrote: Hello, I thought I would put this out to see what helpful information I could gather. I am in need of some JSON and HTTP functionality. I am thinking about using some pieces from WST and I was looking for some input on this. What I am doing is

[fpc-pascal] Re: RESTful JSON: Your thoughts about implementation

2012-11-08 Thread bsquared
On 11/08/2012 09:47 AM, Michael Van Canneyt wrote: On Thu, 8 Nov 2012, bsquared wrote: Hello, I thought I would put this out to see what helpful information I could gather. I am in need of some JSON and HTTP functionality. I am thinking about using some pieces from WST and I was looking

Re: [fpc-pascal] Re: RESTful JSON: Your thoughts about implementation

2012-11-08 Thread Michael Van Canneyt
On Thu, 8 Nov 2012, bsquared wrote: On 11/08/2012 09:47 AM, Michael Van Canneyt wrote: On Thu, 8 Nov 2012, bsquared wrote: Hello, I thought I would put this out to see what helpful information I could gather. I am in need of some JSON and HTTP functionality. I am thinking about using

[fpc-pascal] secure REST client?

2012-11-08 Thread waldo kitty
i'm looking at creating a REST web application client... nothing fancy... command line oriented... fire it up, it logs into the website and performs the REST queries saving the output to named files... i have no clue where to start looking in the FPC documentation or any existing

[fpc-pascal] Re: RESTful JSON: Your thoughts about implementation

2012-11-08 Thread bsquared
On 11/08/2012 09:56 AM, Michael Van Canneyt wrote: On Thu, 8 Nov 2012, bsquared wrote: On 11/08/2012 09:47 AM, Michael Van Canneyt wrote: On Thu, 8 Nov 2012, bsquared wrote: Hello, I thought I would put this out to see what helpful information I could gather. I am in need of some JSON

[fpc-pascal] Re: RESTful JSON: Your thoughts about implementation

2012-11-08 Thread bsquared
On 11/08/2012 09:56 AM, Michael Van Canneyt wrote: On Thu, 8 Nov 2012, bsquared wrote: On 11/08/2012 09:47 AM, Michael Van Canneyt wrote: On Thu, 8 Nov 2012, bsquared wrote: Hello, I thought I would put this out to see what helpful information I could gather. I am in need of some JSON

[fpc-pascal] wayland support for FPC

2012-11-08 Thread ik
Hello, It seems that many GUI toolkits are slowly starting to move to wayland (http://wayland.freedesktop.org/), that moved to v1.0 Is there anyone who currently working on binding for it for FPC ? Ido ___ fpc-pascal maillist -

Re: [fpc-pascal] Re: RESTful JSON: Your thoughts about implementation

2012-11-08 Thread Michael Van Canneyt
On Thu, 8 Nov 2012, bsquared wrote: On 11/08/2012 09:56 AM, Michael Van Canneyt wrote: On Thu, 8 Nov 2012, bsquared wrote: On 11/08/2012 09:47 AM, Michael Van Canneyt wrote: On Thu, 8 Nov 2012, bsquared wrote: Hello, I thought I would put this out to see what helpful information I

Re: [fpc-pascal] secure REST client?

2012-11-08 Thread Michael Van Canneyt
On Thu, 8 Nov 2012, waldo kitty wrote: i'm looking at creating a REST web application client... nothing fancy... command line oriented... fire it up, it logs into the website and performs the REST queries saving the output to named files... i have no clue where to start looking in the

[fpc-pascal] Re: RESTful JSON: Your thoughts about implementation

2012-11-08 Thread bsquared
On 11/08/2012 02:08 PM, Michael Van Canneyt wrote: On Thu, 8 Nov 2012, bsquared wrote: On 11/08/2012 09:56 AM, Michael Van Canneyt wrote: On Thu, 8 Nov 2012, bsquared wrote: On 11/08/2012 09:47 AM, Michael Van Canneyt wrote: On Thu, 8 Nov 2012, bsquared wrote: Hello, I thought I

Re: [fpc-pascal] cannot make debugserver

2012-11-08 Thread Noah Silva
Hi bsquared, Just as an aside, the debug server included in the lazarus tools directory compiles fine for me. If you want a GUI version, you can use that one out of the box. Thank you, Noah Silva 2012/11/08 2:26 bsquared bwcod...@gmail.com: Hello, I am trying to get back up to speed

[fpc-pascal] Re: cannot make debugserver

2012-11-08 Thread bsquared
On 11/08/2012 04:50 PM, Noah Silva wrote: Hi bsquared, Just as an aside, the debug server included in the lazarus tools directory compiles fine for me. If you want a GUI version, you can use that one out of the box. Thank you, Noah Silva 2012/11/08 2:26 bsquared bwcod...@gmail.com:

Re: [fpc-pascal] What is the size of AnsiChar

2012-11-08 Thread Noah Silva
Hi, Just to go a step further, even in a UTF16 String, the Code Element Size probably returns 2, but there is still no guarantee that every character will be handled by one element. For example, all common characters from European languages, Korean, and Japanese can be handled in 2 bytes in

Re: [fpc-pascal] Xcode

2012-11-08 Thread Noah Silva
Hi Jonas, haha I see. It seemed very easy at the time, though. The binaries were just there, so I linked them. The reason for doing it that was was just that the installer/FAQ mentioned using the Unix tools option in the installer, but the installer is different now the App Store and has no

Re: [fpc-pascal] Re: Editing resource of executable

2012-11-08 Thread Noah Silva
Hi, Not directly relevant to the web server problem at hand, but... Interestingly enough, I used to do this on Atari ST systems with PurePascal, but the reason was different. I wanted to have things like Mac OS had (meta-data like icons, extension of files the app could open, friendly

Re: [fpc-pascal] secure REST client?

2012-11-08 Thread waldo kitty
On 11/8/2012 17:11, Michael Van Canneyt wrote: On Thu, 8 Nov 2012, waldo kitty wrote: i'm looking at creating a REST web application client... nothing fancy... command line oriented... fire it up, it logs into the website and performs the REST queries saving the output to named files... i

Re: [fpc-pascal] secure REST client?

2012-11-08 Thread waldo kitty
On 11/8/2012 22:15, Виктор Матузенко wrote: Ккк what? i don't understand how this is related to my query :? :( ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] secure REST client?

2012-11-08 Thread Michael Van Canneyt
On Thu, 8 Nov 2012, waldo kitty wrote: normal login on an existing non-REST site and then there's a new method of login on the REST site... i haven't been able to figure out how to convert my fpweb client so that it properly logs in and retains the login so that subsequent queries will