Re: [Lazarus] Linux 64 to Linux ARC crosscompile was:Lazarus and Windows 10 IoT

2017-03-30 Thread Paul Breneman via Lazarus
On 03/30/2017 07:24 AM, LacaK via Lazarus wrote: Alternate solution to my modified question (Cross-compile from Windows to Linux/ARM): - Download FpcUpDeluxe executable from https://github.com/newpascal/fpcupdeluxe/releases (in my case 1.2.0m) - Run it and choose InstallDir (for example D:\TEMP\

Re: [Lazarus] linking error

2017-06-02 Thread Paul Breneman via Lazarus
On 06/02/2017 07:15 PM, Larry Dalton via Lazarus wrote: I just did a new install on my laptop. I installed 1.6.4-0_amd64.deb, with fpc-src_3.0.0-151205_amd64.deb, and fpc_3.0.0-151205_amd64.deb. The operating system is linux mint 17-2 cinnamon. All the packages compile, but when I try to install

Re: [Lazarus] Running Unit tests for all projects

2017-07-19 Thread Paul Breneman via Lazarus
On 07/19/2017 09:08 AM, Marcos Douglas B. Santos via Lazarus wrote: On Wed, Jul 19, 2017 at 9:53 AM, Martin Schreiber via Lazarus wrote: Screenshot: http://mseide-msegui.sourceforge.net/pics/mserun.png Binaries: https://sourceforge.net/projects/mseuniverse/files/mserun/ Source: https://gitlab.

Re: [Lazarus] Who is using Object Pascal in production?

2017-10-28 Thread Paul Breneman via Lazarus
On 10/28/2017 10:57 AM, Marcos Douglas B. Santos via Lazarus wrote: On Fri, Oct 27, 2017 at 9:58 PM, Daithi Haxton via Lazarus wrote: On Oct 27, 2017, at 8:26 AM, Marcos Douglas B. Santos via Lazarus wrote: I would like to propose a discussion about "What is the relevance of Object Pascal

Re: [Lazarus] Using a component OBJ file in Lazarus?

2018-06-11 Thread Paul Breneman via Lazarus
On 06/11/2018 03:03 PM, Bo Berglund via Lazarus wrote: On Mon, 11 Jun 2018 10:23:44 +0200, Michael Schnell via Lazarus wrote: On 10.06.2018 15:11, Bo Berglund via Lazarus wrote: ... Build IDE: Exit code 2, Errors: 23 ... You want to compile some 3rd party Dongle code in the IDE ? That is m

Re: [Lazarus] Lazarus IDE on Android (ARM and x86_64)

2018-06-23 Thread Paul Breneman via Lazarus
A couple of days ago I loaded UserLAnd on my Moto Z2 Android phone. I then loaded fpc and got fpc 3.0.0 loaded for AArch64. I have this web page started: www.turbocontrol.com/userland.htm Please try UserLAnd and report back how it works for you. Hopefully you will get a 64-bit Debian 9.

Re: [Lazarus] Lazarus IDE on Android (ARM and x86_64)

2018-06-29 Thread Paul Breneman via Lazarus
On 06/24/2018 03:16 AM, Mark Morgan Lloyd via Lazarus wrote: On 24/06/18 01:00, Paul Breneman via Lazarus wrote: A couple of days ago I loaded UserLAnd on my Moto Z2 Android phone.  I then loaded fpc and got fpc 3.0.0 loaded for AArch64.  I have this web page started:  www.turbocontrol.com

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread Paul Breneman via Lazarus
On 07/25/2018 08:04 AM, Bo Berglund via Lazarus wrote: I have a GUI program developed in FPC/Lazarus x64 on Windows. It is an IoT device configuration application which would benefit from being portable, i.e. executable on an Android phone. The devices in question will be placed in locations wher

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread Paul Breneman via Lazarus
47 AM, Paul Breneman via Lazarus wrote: On 07/25/2018 08:04 AM, Bo Berglund via Lazarus wrote: I have a GUI program developed in FPC/Lazarus x64 on Windows. It is an IoT device configuration application which would benefit from being portable, i.e. executable on an Android phone. The devices in que

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread Paul Breneman via Lazarus
Sorry again Bo that I missed your *crosscompile* (multiple times)! I'm sure others can help you with that much better than I can. :) On 07/25/2018 12:24 PM, Paul Breneman via Lazarus wrote: Sorry that my Anaren link was bad.  I haven't found my *old* development kit yet but this wo

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread Paul Breneman via Lazarus
On 07/25/2018 12:32 PM, Bo Berglund via Lazarus wrote: On Wed, 25 Jul 2018 11:47:06 -0400, Paul Breneman via Lazarus wrote: You *hope* to compile a program *directly* on an Android phone with *little* effort? :) Did you read "Crosscompile" as compiling *on* android? I use

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread Paul Breneman via Lazarus
On 07/25/2018 12:47 PM, Bo Berglund via Lazarus wrote: On Wed, 25 Jul 2018 11:47:06 -0400, Paul Breneman via Lazarus wrote: On 6/11/18 I wrote a message on this forum to you about a security dongle I need to use in Lazarus. I'll trade some work for that code! Since I could not make u

Re: [Lazarus] Using a component OBJ file in Lazarus?

2018-07-25 Thread Paul Breneman via Lazarus
On 06/20/2018 01:54 AM, Bo Berglund via Lazarus wrote: On Wed, 13 Jun 2018 10:29:05 +0200, Michael Schnell via Lazarus wrote: On 12.06.2018 17:08, Sven Barth via Lazarus wrote: No. Delphi does *not* solve this by using dynamic linking. OK. I see. Thanks for pointing this out. Hence in such

Re: [Lazarus] Using a component OBJ file in Lazarus?

2018-07-27 Thread Paul Breneman via Lazarus
On 07/27/2018 02:36 AM, Bo Berglund via Lazarus wrote: ... And we have had lots of problems over the years with their dongle driver for Windows. Thankfully we've not experienced that. Thanks Bo for your comments! Regards, Paul www.ControlPascal.com -- _

Re: [Lazarus] Usage of Serial in a testing program?

2018-09-23 Thread Paul Breneman via Lazarus
On 09/23/2018 02:39 AM, Bo Berglund via Lazarus wrote: ... Notice that contrary to the wiki example adding a colon to the end like COM32: does NOT work so that is a wiki error. If I remember correctly the colon at the end is required for WinCE? -- ___

Re: [Lazarus] Lazarus crashes on launch - Ubuntu

2019-03-20 Thread Paul Breneman via lazarus
On 3/20/2019 5:02 AM, Mick Arundell via lazarus wrote: Hi Team I've recently install Lazarus 1.8.2, fpc 4.0.4 using normal apt-get routines Ubuntu is Linux wildone 4.15.0-46-generic #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux On launch an Access Violation mess

Re: [Lazarus] Feedback Wanted: Next tutoring project

2019-05-06 Thread Paul Breneman via lazarus
On 5/5/2019 6:44 PM, Anthony Walter via lazarus wrote: Here is my idea: I want to design an example project that allows students to write functions that generate musical tones. These tones... ... They will also have the ability visual the tones through an oscilloscope like graph that I draw.

Re: [Lazarus] that's surprised me a lot

2016-10-01 Thread Paul Breneman via Lazarus
I've used AuthSMTP for years to send all of my email to avoid black list problems. On 10/01/2016 11:01 AM, Josh via Lazarus wrote: Hi Sounds like backscatter mail; Sender is spoofing your email; as long as you have valid spf, and dkim for the sending domain the spoofed email should be picked

Re: [Lazarus] Teaching Pascal at College

2016-10-12 Thread Paul Breneman via Lazarus
On 10/12/2016 01:10 PM, Adrian De Armas via Lazarus wrote: Hello everyone, I am a professor of "introduction to programming". Currently we are working with matlab and c. Today I had a meeting about doing the module more interesting to the students. Currently we teach algorithms making console ap

Re: [Lazarus] Teaching Pascal at College

2016-10-13 Thread Paul Breneman via Lazarus
On 10/13/2016 05:13 PM, Erwin van den Bosch via Lazarus wrote: ... Another problem with the RAD way is that a lot is stored in forms (.lfm files) and it's difficult to see/notice changes to those files. They can be very big and it's difficult to see if some control is missing, for example, an eve

Re: [Lazarus] Teaching Pascal at College

2016-10-27 Thread Paul Breneman via Lazarus
On 10/25/2016 11:23 AM, Travis Ayres via Lazarus wrote: So...who wants to work on a modern course outline with me? We have a lot of opinions and people willing to chime in, maybe we can do something good for the community? Some suggestions: 1) As the OP wrote (in a later message) "All my stude

Re: [Lazarus] Teaching Pascal at College

2016-11-03 Thread Paul Breneman via Lazarus
On 10/27/2016 11:15 AM, Paul Breneman via Lazarus wrote: On 10/25/2016 11:23 AM, Travis Ayres via Lazarus wrote: So...who wants to work on a modern course outline with me? We have a lot of opinions and people willing to chime in, maybe we can do something good for the community? Some

Re: [Lazarus] Running an app on boot

2017-01-25 Thread Paul Breneman via Lazarus
On 01/25/2017 08:09 AM, zeljko via Lazarus wrote: On 01/25/2017 11:40 AM, Ed Murashie via Lazarus wrote: I wrote a simple Lazarus program that displays a window and a button and did the same thing using Glade which also uses Gtk+. I am using a Beaglebone Black with the latest stock Debian Jessi