[Lazarus] Video: Example Project Ftp Client

2018-05-13 Thread Anthony Walter via Lazarus
Here is a video that might be tad bit long,but possibly contains some useful information. https://www.getlazarus.org/learn/tutorials/examples/ftpclient/ I walk through the concept and code of creating an ftp client implementation, along with the explanation of how and why. --

[Lazarus] Lazarus win32 with fpc-3.0.4 no memory left problem

2018-05-13 Thread zeljko via Lazarus
Hi, Using trunk lazarus r57911 and fpc-3.0.4 (32 bit), Windows 10. When rebuilding ide from lazarus got "No memory left" while linking IDE. I have bunch of 3rd party packages so I guess that too many units triggers this error since "make bigide" from cmd works fine. With fpc-3.0.0 everything

[Lazarus] IDE form visibility bug on Linux

2018-05-13 Thread AlexeyT via Lazarus
Ubuntu latest, gnome desktop - open IDE (two windows opened: main and messages, some test proj loaded) - click "minimize" icon on main wnd - restore wnd again: click Ubuntu sidebar lazarus icon - previews appear in small rects - choose main wnd - main wnd restored - click "Open" toolbar button

Re: [Lazarus] Lazarus win32 with fpc-3.0.4 no memory left problem

2018-05-13 Thread Martin Frb via Lazarus
On 13/05/2018 13:16, Werner Pamler via Lazarus wrote: Am 13.05.2018 um 12:00 schrieb zeljko via Lazarus: Hi, Using trunk lazarus r57911 and fpc-3.0.4 (32 bit), Windows 10. When rebuilding ide from lazarus got "No memory left" while linking IDE. I have bunch of 3rd party packages so I guess that

Re: [Lazarus] Is it possible to find the location of an EAccessViolation, with Lazarus?

2018-05-13 Thread Carlos E. R. via Lazarus
On 2018-05-13 06:06, Cyrax via Lazarus wrote: > On 12/05/18 21:04, Carlos E. R. via Lazarus wrote: >> Although the child is not using pipes :-? >> >> >> > > If the child process outputs something (text or something else), then it > is using stdout pipe. And if you want access to this output,

Re: [Lazarus] errno 13 permission denied

2018-05-13 Thread Michael Van Canneyt via Lazarus
On Sat, 12 May 2018, Larry Dalton via Lazarus wrote: I need to correct my original statement: the column name is 'checking', not 'mycheck' On Sat, May 12, 2018 at 1:28 PM, Larry Dalton wrote: It am running lazarus 1.8.2 on linux 17.2, and trying to connect to

Re: [Lazarus] How to use two different versions of FPC

2018-05-13 Thread patspiper via Lazarus
On 12/05/18 23:55, Jesus Reyes A. via Lazarus wrote: En Fri, 11 May 2018 08:40:28 -0500, patspiper via Lazarus escribió: On 11/05/18 16:17, Joost van der Sluis via Lazarus wrote: On 05/10/2018 04:35 PM, patspiper via Lazarus wrote: Attached snapshot is work

Re: [Lazarus] Lazarus win32 with fpc-3.0.4 no memory left problem

2018-05-13 Thread zeljko via Lazarus
On 05/13/2018 02:05 PM, Martin Frb via Lazarus wrote: If it happens while linking, try to disable smart-linking. That fixed problem. Thanks ! zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org