Re: [Lazarus] Cross compiler

2013-08-01 Thread Antonio Fortuny
Le 31/07/2013 18:05, Sven Barth a écrit : On 31.07.2013 16:05, Antonio Fortuny wrote: Hi Sven. Finally I've got a functional new cross compiler compiled. Now I have two folders for fpc compiler: the one downloaded along with lazarus and the new cross compiler one build by me. After Lazarus

Re: [Lazarus] Cross compiler

2013-08-01 Thread Antonio Fortuny
Le 31/07/2013 18:02, Sven Barth a écrit : Compiling from Win64 to Win32 using a *cross compiler* is not supported. It's not only not supported, it's even disallowed in the makefiles... Hum. I have a *Win7 x64* with Lazarus 1.0.10 installed ready for cross compilation for Win64 Win32 WinCE

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
On 08/01/2013 07:48 AM, Richard Mace wrote: I am needing to add the ability to my Lazarus application to copy files to a linux server. Assuming that my application will be run on Windows, what's the best way of copying files to and from a Linux box? Ignoring the Subject I's just recommend a

Re: [Lazarus] Cross compiler

2013-08-01 Thread Sven Barth
Am 01.08.2013 09:01, schrieb Antonio Fortuny: Le 31/07/2013 18:05, Sven Barth a écrit : On 31.07.2013 16:05, Antonio Fortuny wrote: Hi Sven. Finally I've got a functional new cross compiler compiled. Now I have two folders for fpc compiler: the one downloaded along with lazarus and the new

Re: [Lazarus] Cross compiler

2013-08-01 Thread Sven Barth
Am 01.08.2013 09:56, schrieb Antonio Fortuny: Le 31/07/2013 18:02, Sven Barth a écrit : Compiling from Win64 to Win32 using a *cross compiler* is not supported. It's not only not supported, it's even disallowed in the makefiles... Hum. I have a *Win7 x64* with Lazarus 1.0.10 installed ready

Re: [Lazarus] Cross compiler

2013-08-01 Thread Sven Barth
Am 01.08.2013 10:05, schrieb Sven Barth: Am 01.08.2013 09:56, schrieb Antonio Fortuny: Le 31/07/2013 18:02, Sven Barth a écrit : Compiling from Win64 to Win32 using a *cross compiler* is not supported. It's not only not supported, it's even disallowed in the makefiles... Hum. I have a

Re: [Lazarus] SSH

2013-08-01 Thread Antonio Fortuny
Le 01/08/2013 09:58, Michael Schnell a écrit : On 08/01/2013 07:48 AM, Richard Mace wrote: I am needing to add the ability to my Lazarus application to copy files to a linux server. Assuming that my application will be run on Windows, what's the best way of copying files to and from a Linux

Re: [Lazarus] SSH

2013-08-01 Thread Reinier Olislagers
On 01/08/2013 09:58, Michael Schnell wrote: On 08/01/2013 07:48 AM, Richard Mace wrote: I am needing to add the ability to my Lazarus application to copy files to a linux server. Assuming that my application will be run on Windows, what's the best way of copying files to and from a Linux box?

Re: [Lazarus] Cross compiler

2013-08-01 Thread Antonio Fortuny
Le 01/08/2013 10:05, Sven Barth a écrit : Am 01.08.2013 09:56, schrieb Antonio Fortuny: Le 31/07/2013 18:02, Sven Barth a écrit : Compiling from Win64 to Win32 using a *cross compiler* is not supported. It's not only not supported, it's even disallowed in the makefiles... Hum. I have a

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
On 08/01/2013 10:04 AM, Reinier Olislagers wrote: On 01/08/2013 09:58, Michael Schnell wrote: Why? SSH/SCP works much better/more securely if accessing servers across the internet. He did not mention Internet. -Michael -- ___ Lazarus mailing list

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
On 08/01/2013 10:04 AM, Reinier Olislagers wrote: Why? SSH/SCP works much better/more securely if accessing servers across the internet. No need to mess with VPNs etc. If this is internet, he might want to install a VPN and with that he can use CIFS. So his pascal project is not bothered with

Re: [Lazarus] Cross compiler

2013-08-01 Thread Antonio Fortuny
Le 01/08/2013 10:12, Sven Barth a écrit : Am 01.08.2013 10:05, schrieb Sven Barth: Am 01.08.2013 09:56, schrieb Antonio Fortuny: Le 31/07/2013 18:02, Sven Barth a écrit : Compiling from Win64 to Win32 using a *cross compiler* is not supported. It's not only not supported, it's even

Re: [Lazarus] SSH

2013-08-01 Thread Reinier Olislagers
On 01/08/2013 10:25, Michael Schnell wrote: On 08/01/2013 10:04 AM, Reinier Olislagers wrote: On 01/08/2013 09:58, Michael Schnell wrote: Why? SSH/SCP works much better/more securely if accessing servers across the internet. He did not mention Internet. That's a strange response. *He*

Re: [Lazarus] SSH

2013-08-01 Thread Mark Morgan Lloyd
Reinier Olislagers wrote: Ignoring the Subject I's just recommend a file sharing protocol such as CIFS. Why? SSH/SCP works much better/more securely if accessing servers across the internet. No need to mess with VPNs etc. But if you need to use SSH, I do know how this might work (i.e. you

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
On 08/01/2013 10:32 AM, Reinier Olislagers wrote: That's a strange response. *He* specified SSH, Yep. I supposed he mentioned SSH because he knows that he can access the server via PUTTY using the SSH protocol. I do exactly this with my local Linux servers. -Michael --

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
Yep. With SSH you don't need to transfer a username and password to do a login, once you established the appropriate keys on both sites. -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] SSH

2013-08-01 Thread Mark Morgan Lloyd
Michael Schnell wrote: On 08/01/2013 10:32 AM, Reinier Olislagers wrote: That's a strange response. *He* specified SSH, Yep. I supposed he mentioned SSH because he knows that he can access the server via PUTTY using the SSH protocol. I do exactly this with my local Linux servers. Also he

Re: [Lazarus] SSH

2013-08-01 Thread Sven Barth
Am 01.08.2013 10:29, schrieb Michael Schnell: On 08/01/2013 10:04 AM, Reinier Olislagers wrote: Why? SSH/SCP works much better/more securely if accessing servers across the internet. No need to mess with VPNs etc. If this is internet, he might want to install a VPN and with that he can use

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
On 08/01/2013 11:33 AM, Sven Barth wrote: In that case he could also try SSHFS which let's him mount a remote directory through SSH (I didn't test that myself though as of yet): http://en.wikipedia.org/wiki/SSHFS or here rather: http://code.google.com/p/win-sshfs/ -Michael --

Re: [Lazarus] SSH

2013-08-01 Thread Paul Breneman
On 08/01/2013 03:32 AM, Reinier Olislagers wrote: ... Anyway, I'm certainly interested in hearing about getting SCP to work using Synapse... I might be interested in adding a simple example for Synapse here: http://ctrlterm.com/ -- ___ Lazarus

Re: [Lazarus] SSH

2013-08-01 Thread Mark Morgan Lloyd
Sven Barth wrote: Am 01.08.2013 10:29, schrieb Michael Schnell: On 08/01/2013 10:04 AM, Reinier Olislagers wrote: Why? SSH/SCP works much better/more securely if accessing servers across the internet. No need to mess with VPNs etc. If this is internet, he might want to install a VPN and with

Re: [Lazarus] SSH

2013-08-01 Thread Sven Barth
Am 01.08.2013 12:25, schrieb Mark Morgan Lloyd: Sven Barth wrote: Am 01.08.2013 10:29, schrieb Michael Schnell: On 08/01/2013 10:04 AM, Reinier Olislagers wrote: Why? SSH/SCP works much better/more securely if accessing servers across the internet. No need to mess with VPNs etc. If this is

Re: [Lazarus] SSH

2013-08-01 Thread Michael Schnell
On 08/01/2013 11:21 AM, Mark Morgan Lloyd wrote: Linux server, and that's more likely to have SSH in its default configuration than Samba, NFS, RSH or even FTP. Why do you think so ? SSH is the default to access any Linux box that does not have a monitor. A server can very well be a file

Re: [Lazarus] XanaNews port to Lazarus

2013-08-01 Thread Reinier Olislagers
On 01/08/2013 00:55, Graeme Geldenhuys wrote: Anyway, I made XanaNews available on Github, so it will not be lost again. Contributions are welcome - just send me a pull request. My plan for XanaNews is to port it to Lazarus so everybody can enjoy a descent GUI NNTP client. Not 100% sure when

[Lazarus] Job offer for Lazarus developer

2013-08-01 Thread Lazarus
Hello, Our company ( www.astrill.com ) provides personal VPN services since 2009. We are seeking for a skilled Lazarus/Free Pascal developer to work on development and maintenance of our Windows/Macintosh/Linux software. You need to be good on all of the three platforms. Most of our software

Re: [Lazarus] Can not install a package

2013-08-01 Thread Haruyuki Fujimaki
  According to your advice, I tried a clean build. Unfortunately, I got same error. So I created new package and added same components.   And I added $(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS) and $(LazarusDir)/components/lazutils/lib/i386-linux to Other unit files in package options.

Re: [Lazarus] SSH

2013-08-01 Thread Richard Mace
On 08/01/2013 07:48 AM, Richard Mace wrote: I am needing to add the ability to my Lazarus application to copy files to a linux server. Assuming that my application will be run on Windows, what's the best way of copying files to and from a Linux box? Ignoring the Subject I's just

Re: [Lazarus] XanaNews port to Lazarus

2013-08-01 Thread Sven Barth
On 01.08.2013 15:04, Reinier Olislagers wrote: On 01/08/2013 00:55, Graeme Geldenhuys wrote: Anyway, I made XanaNews available on Github, so it will not be lost again. Contributions are welcome - just send me a pull request. My plan for XanaNews is to port it to Lazarus so everybody can enjoy

[Lazarus] Path that .exe file is running from

2013-08-01 Thread Richard Mace
Hi, How can I get the path of where my application is running from? I have tried Application.Name but Application is not found? Thanks Richard -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Path that .exe file is running from

2013-08-01 Thread Reinier Olislagers
On 01/08/2013 20:56, Richard Mace wrote: Hi, How can I get the path of where my application is running from? I have tried Application.Name but Application is not found? e.g. paramstr(0) Note: getting the exe path is not guaranteed to work on all platforms (e.g. OSX). Please see the

[Lazarus] Keeping process window open in Windows

2013-08-01 Thread Richard Mace
Hi, Is there a way that I can keep the console window open TProcess creates so that I can see exactly what the output and return was? Thanks Richard -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Keeping process window open in Windows

2013-08-01 Thread Richard Mace
Perhaps a different way of asking this question would be, how can I redirect the output to a .txt file so that I can check? Thanks in advance and sorry for the rapid questions :) Richard On 1 August 2013 20:10, Richard Mace richard.m...@gmail.com wrote: Hi, Is there a way that I can keep

Re: [Lazarus] Keeping process window open in Windows

2013-08-01 Thread Reinier Olislagers
On 01/08/2013 21:30, Richard Mace wrote: Perhaps a different way of asking this question would be, how can I redirect the output to a .txt file so that I can check? Use the wiki, Luke... ehm Richard ;) http://wiki.lazarus.freepascal.org/Executing_External_Programs --

Re: [Lazarus] Path that .exe file is running from

2013-08-01 Thread Richard Mace
On 1 August 2013 20:09, Reinier Olislagers reinierolislag...@gmail.comwrote: On 01/08/2013 20:56, Richard Mace wrote: Hi, How can I get the path of where my application is running from? I have tried Application.Name but Application is not found? e.g. paramstr(0) Note: getting the exe

Re: [Lazarus] Keeping process window open in Windows

2013-08-01 Thread Richard Mace
Sorry Reinier, yes your absolutely right. I need to use the wiki more :) Thanks Richard On 1 August 2013 20:40, Reinier Olislagers reinierolislag...@gmail.comwrote: On 01/08/2013 21:30, Richard Mace wrote: Perhaps a different way of asking this question would be, how can I redirect the

[Lazarus] Memo Html viewer

2013-08-01 Thread Gugui
hi all, I´d like to copy from some navigator content and paste into a TMemo or a HTML Memo in Lazarus to save in my application ! TMemo is usefull, but without any formatting... Is there component to do that ? thanks in advance -- ___ Lazarus