Re: [Lazarus] SdpoSerial port open problems

2011-02-09 Thread Bo Berglund
On Thu, 10 Feb 2011 00:30:20 +, Paulo Costa wrote: >On 09/02/2011 23:12, Bo Berglund wrote: > >> I have tested the program now in the original development PC (a VMWare >> virtual XP-Pro machine) and my Win7X64 laptop and as long as I use a >> physical com port all seems to work OK. In the vir

Re: [Lazarus] Send a ResultSet (encrypted) between 2 servers

2011-02-09 Thread Graeme Geldenhuys
Op 2011-02-10 01:28, Marcos Douglas het geskryf: > If you had to send an encrypted ResultSet between 2 DBMS servers, > using port 80, what libs would you use? Blowfish comes to mind. There is an implementation included with FPC, or you can use the more extensive DCPCrypt package. We use the latter

Re: [Lazarus] following wiki for new clean install from SVN...

2011-02-09 Thread waldo kitty
On 2/9/2011 03:33, Sven Barth wrote: Am 09.02.2011 07:32, schrieb Graeme Geldenhuys: I would probably opt out of the TortioseSVN, and rather use the standard svn.exe command line client. Plus, why a reboot after installing TortioseSVN? I don't need to reboot when installing svn.exe CLI client. I

Re: [Lazarus] following wiki for new clean install from SVN...

2011-02-09 Thread John
On 10/02/2011 9:55 AM, Bo Berglund wrote: I believe that someone who has not used SVN but need it in order to get the sources should really be adviced to install the command line SVN, because TSVN is really very confusing and invades the Windows Explorer no end. I did both so now I have my Expl

Re: [Lazarus] SdpoSerial port open problems

2011-02-09 Thread Paulo Costa
On 09/02/2011 23:12, Bo Berglund wrote: I have tested the program now in the original development PC (a VMWare virtual XP-Pro machine) and my Win7X64 laptop and as long as I use a physical com port all seems to work OK. In the virtual machine it means mapping the laptop docking station COM1 into

Re: [Lazarus] SdpoSerial port open problems

2011-02-09 Thread Bo Berglund
On Thu, 10 Feb 2011 00:38:56 +0100, Alex Kovacic wrote: >Bo have a look at the TurboPower Async Professional project they have >components (control of serial ports) that might be better suited for >your project.. > >http://sourceforge.net/projects/tpapro/ > >alex Well, I use AsyncPro 4.07

[Lazarus] Send a ResultSet (encrypted) between 2 servers

2011-02-09 Thread Marcos Douglas
Hi, If you had to send an encrypted ResultSet between 2 DBMS servers, using port 80, what libs would you use? It isn't necessary to use WebServices. Just two applications sending encrypted packages... Marcos Douglas -- ___ Lazarus mailing list Lazarus@l

Re: [Lazarus] SdpoSerial port open problems

2011-02-09 Thread Bo Berglund
On Wed, 09 Feb 2011 22:26:51 +, Paulo Costa wrote: >On 09/02/2011 22:10, Bo Berglund wrote: >> I have used SdpoSerial as the RS232 handler in a class which is used >> in a test application. >> In this I create the SdpoSerial component in code in the constructor >> of my class like this: >> .

[Lazarus] A (simple) picture of Lazarus

2011-02-09 Thread shoKwave
Hi list, from time to time there is a user (like me about one year ago) confused of how to install Lazarus and where to place all the files. There are some tutorials out there which tell the user to create a special structure of directories and copy files from here to there. But the truth is

Re: [Lazarus] TortoiseSVN help.... error in Installing Lazarus wiki --- there is no download the source option

2011-02-09 Thread Bo Berglund
On Wed, 9 Feb 2011 05:15:18 +1100, Peter E Williams wrote: >TortoiseSVN_options.png // it shows all of the options and there is not a >"download" nor "download the source" option nothing like it what the >F@CK are you talking about. > >Before you say read the manual... I have looked at th

Re: [Lazarus] following wiki for new clean install from SVN...

2011-02-09 Thread Bo Berglund
On Wed, 9 Feb 2011 15:03:23 +0200, Juha Manninen wrote: >* What should be done: * > >- First, concentrate on the page structure. For example installing Lazarus and >installing FPC are 2 different things and they should be documented as such. >A link for installation should be on the main wiki pa

Re: [Lazarus] SdpoSerial port open problems

2011-02-09 Thread Paulo Costa
On 09/02/2011 22:10, Bo Berglund wrote: I have used SdpoSerial as the RS232 handler in a class which is used in a test application. In this I create the SdpoSerial component in code in the constructor of my class like this: ... I keep track of various communication states in the FCommState varia

[Lazarus] SdpoSerial port open problems

2011-02-09 Thread Bo Berglund
I have used SdpoSerial as the RS232 handler in a class which is used in a test application. In this I create the SdpoSerial component in code in the constructor of my class like this: FComm := TSdpoSerial.Create(NIL); case Baud of 1200: FComm.BaudRate := br__1200; 2400: FComm.BaudRate

Re: [Lazarus] TListView sorting

2011-02-09 Thread Hans-Peter Diettrich
William Oliveira Ferreira schrieb: Overloading? Send your suggestion as an overload implementation, i think will solve your problem and don't start a backward incompatible implementation... I've just updated issue #18716, with two bugs found in the implementation. Now my ToDoList works as ex

Re: [Lazarus] following wiki for new clean install from SVN...

2011-02-09 Thread Juha Manninen
waldo kitty kirjoitti tiistai 08 helmikuu 2011 17:50:43: > ok, so i decided to break things today and see what problems i would run > into... the following is my steps and what i ran into... > > 1. go to http://wiki.lazarus.freepascal.org/ > 2. now find something that points to how to install.

Re: [Lazarus] following wiki for new clean install from SVN...

2011-02-09 Thread Marcos Douglas
On Tue, Feb 8, 2011 at 10:13 PM, waldo kitty wrote: >> I changed on the wiki. > > yes, i saw the note on another list about some changes... Good. >> Copy fpc.cfg script on the page... it works. > > i've done that and yes, it does work... however, the (buried) question is if > the commandline's b

Re: [Lazarus] Generic XML question

2011-02-09 Thread Marco van de Voort
In our previous episode, Marc Weustink said: > Anyway each time I have to communicate with xml there are some "issues" > One system for instance doesn't like spaces before the first element or > a linefeed after the closing element. Another system ignores the xml > message when it encounters an n

Re: [Lazarus] Generic XML question

2011-02-09 Thread michael . vancanneyt
On Wed, 9 Feb 2011, Marc Weustink wrote: Hi, This is not a specific lazarus question, but since here might be xml users, I'll ask it here. At my work our software interfaces with a lot of different systems, some of them communicate through a binary protocol and some of them use xml to encode

[Lazarus] Generic XML question

2011-02-09 Thread Marc Weustink
Hi, This is not a specific lazarus question, but since here might be xml users, I'll ask it here. At my work our software interfaces with a lot of different systems, some of them communicate through a binary protocol and some of them use xml to encode data. YEars ago we coded our own xml parser

Re: [Lazarus] following wiki for new clean install from SVN...

2011-02-09 Thread Lukasz Sokol
On 09/02/2011 09:36, Sven Barth wrote: > Am 09.02.2011 10:18, schrieb Lukasz Sokol: >> But I imagine that may not be possible for someone who does not have >> administrative rights. > > Do you mean restarting the machine or killing explorer.exe? Regarding reboot > I don't know whether rebooting

Re: [Lazarus] following wiki for new clean install from SVN...

2011-02-09 Thread Florian Klaempfl
Am 09.02.2011 10:18, schrieb Lukasz Sokol: > On 09/02/2011 08:33, Sven Barth wrote: > >> At least on XP and newer TortoiseSVN does not need a reboot... > > AFAIR they (TSVN) recommend it themselves (at least when I was installing > TSVN 1.6.5 build 16974) > in their installation program; The po

Re: [Lazarus] following wiki for new clean install from SVN...

2011-02-09 Thread Sven Barth
Am 09.02.2011 10:18, schrieb Lukasz Sokol: On 09/02/2011 08:33, Sven Barth wrote: At least on XP and newer TortoiseSVN does not need a reboot... AFAIR they (TSVN) recommend it themselves (at least when I was installing TSVN 1.6.5 build 16974) in their installation program; And no, I did not

Re: [Lazarus] following wiki for new clean install from SVN...

2011-02-09 Thread Lukasz Sokol
On 09/02/2011 08:33, Sven Barth wrote: > At least on XP and newer TortoiseSVN does not need a reboot... AFAIR they (TSVN) recommend it themselves (at least when I was installing TSVN 1.6.5 build 16974) in their installation program; And no, I did not, because I stumbled upon some instructions

Re: [Lazarus] following wiki for new clean install from SVN...

2011-02-09 Thread Mark Morgan Lloyd
waldo kitty wrote: ok, so i decided to break things today and see what problems i would run into... the following is my steps and what i ran into... [...] thanks for reading... i hope this one wasn't off topic or otherwise undesired as so many of my past posts seemingly have been... My own fe

Re: [Lazarus] following wiki for new clean install from SVN...

2011-02-09 Thread Sven Barth
Am 09.02.2011 07:32, schrieb Graeme Geldenhuys: I would probably opt out of the TortioseSVN, and rather use the standard svn.exe command line client. Plus, why a reboot after installing TortioseSVN? I don't need to reboot when installing svn.exe CLI client. I guess I forgot what a pain it is to u