Re: [fpc-pascal] Free Pascal console programs on Android are easy

2014-05-09 Thread Paul Breneman
On 03/24/2014 12:08 PM, Paul Breneman wrote: On 03/15/2014 07:33 PM, Paul Breneman wrote: ... My main specialty is communication software ( www.turbocontrol.com/APro.htm ), so right now that is what I'm working on. I have a USB hub working with a keyboard on my Nexus 7 (via OTG), but a FTDI USB

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-09 Thread Michael Schnell
I in fact just took the time to start implementing an "active noGUI" Widget Type for Lazarus. Seems indeed rather easy up til now. (A single timer and TThread.Queue do work on Linux) -Michael ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.o

Re: [fpc-pascal] Identifier not found "MEMW"

2014-05-09 Thread Karoly Balogh (Charlie/SGR)
Hi, On Fri, 9 May 2014, nitinjain wrote: >*MEMW[$B800:(width_offset-1)*2 > +(height_offset-1)*160]:=current_location^.code;* For the sake of completeness, this piece of code is just writing a character to the text mode memory of the display hardware direc

Re: [fpc-pascal] Web Service Toolkit (WST) release 0.6

2014-05-09 Thread Inoussa OUEDRAOGO
2014-05-09 9:45 UTC, Dimitrios Chr. Ioannidis : > Hi, > > Στις 9/5/2014 3:02 πμ, ο/η Inoussa OUEDRAOGO έγραψε: >> Hello, >> >> I am glad to announce the 0.6 release of the Web Service Toolkit. > > thank you very much for sucha great tool kit. > > PS: Could you plz create a 0.6 tag in the subversion

Re: [fpc-pascal] Web Service Toolkit (WST) release 0.6

2014-05-09 Thread Dimitrios Chr. Ioannidis
Hi, Στις 9/5/2014 3:02 πμ, ο/η Inoussa OUEDRAOGO έγραψε: Hello, I am glad to announce the 0.6 release of the Web Service Toolkit. thank you very much for sucha great tool kit. PS: Could you plz create a 0.6 tag in the subversion repo ? regards, -- Dimitrios Chr. Ioannidis smime.p7s Desc

Re: [fpc-pascal] Identifier not found "MEMW"

2014-05-09 Thread Mark Morgan Lloyd
nitinjain wrote: Thanks for your prompt reply on this. my code is like below, is there any option to implemet the same thing? *MEMW[$B800:(width_offset-1)*2 +(height_offset-1)*160]:=current_location^.code;* What /exactly/ does the program

Re: [fpc-pascal] Web Service Toolkit (WST) release 0.6

2014-05-09 Thread Michael Van Canneyt
On Fri, 9 May 2014, Reinier Olislagers wrote: Thanks a lot, Inoussa, seems like a lot of hard work went into that! It is a great toolkit, often better than commercial software. I use it a lot. Michael. ___ fpc-pascal maillist - fpc-pascal@list

Re: [fpc-pascal] Identifier not found "MEMW"

2014-05-09 Thread Marco van de Voort
In our previous episode, nitinjain said: > Thanks for your prompt reply on this. > my code is like below, is there any option to implemet the same thing? > > --- > PROCEDURE window_object.appear; > > VAR >width_offset, >heigh

Re: [fpc-pascal] Identifier not found "MEMW"

2014-05-09 Thread Tomas Hajny
On Fri, May 9, 2014 09:00, nitinjain wrote: > Thanks for your prompt reply on this. > my code is like below, is there any option to implemet the same thing? > > --- > PROCEDURE window_object.appear; > > VAR >width_offset, >heig

Re: [fpc-pascal] Identifier not found "MEMW"

2014-05-09 Thread nitinjain
Thanks for your prompt reply on this. my code is like below, is there any option to implemet the same thing? --- PROCEDURE window_object.appear; VAR width_offset, height_offset: BYTE; current_location : location_pointer;

Re: [fpc-pascal] Web Service Toolkit (WST) release 0.6

2014-05-09 Thread Reinier Olislagers
Thanks a lot, Inoussa, seems like a lot of hard work went into that! Reinier ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal