Goodmorning people,
some of us are waiting in presale for the Lazarus Handbook. I've read from
Detlef that will be printed soon. I've seen on Blaisepascal site that
will'be distributed both paper and pdf. Btw there are about 1600 pages and
many are analytic index so, for actual knowledgew of people
On Thu, May 21, 2020 at 8:12 PM Alexander Nava via lazarus
wrote:
> I have some questions:
What are the actual questions?
What means "... and nothing that allows us to port the application."
The libraries that come with FPC and Lazarus are cross-platform.
For example an LCL GUI application can be
On Fri, May 22, 2020 at 12:39 AM Bo Berglund via lazarus
wrote:
> ... I get to an access violation and Lazarus crashes!
That is bad.
Please copy a compressed project which crashes the IDE. I will look at it.
Juha
--
___
lazarus mailing list
lazarus@li
On 21/05/2020 3:13 pm, Michael Van Canneyt via lazarus wrote:
> What is the tool used to make icons for standard Lazarus components ?
Aseprite is brilliant. Included in Linux package repositories too. I use
it for pixel art - playing around with game development. There are loads
of fantastic tutor
Hi,
I don't have a Ubuntu running currently, but I could imagine you run
your binary directly. You should try to create a .desktop file and run
your application that way.
A .desktop file is a simple textfile whitch contains some
metainformation (like a .lnk on Windows) and looks like this.
[Des
Am 21.05.20 um 19:12 schrieb Alexander Nava via lazarus:
Good afternoon I am developing an application with lazarus ide and
freepascal on a workstation that works with gnu linux debian 10 32
bits, we need to port the application to windows 32 and 64 bits for
the company I am working with. I have
Am 21.05.20 um 23:39 schrieb Bo Berglund via lazarus:
I am using Lazarus 2.0.8 32bit in Win 10 x64 with FPC 3.0.4
I am trying to convert a project created in Delphi7 and maintained in
D7 and Delphi 2007 so it can be worked on in Lazarus/FPC.
It is a service application so it uses TService, whic