Welcome, Guest. Please login or register.

Author Topic: FreePascal for m68k-Amiga with LCL  (Read 16802 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ALB42Topic starter

FreePascal for m68k-Amiga with LCL
« on: April 13, 2016, 07:43:58 AM »
Freepascal 3.1.1 for m68k-amiga with early alpha LCL

Download at FPC-Amiga Page: http://blog.alb42.de/fpc-amigaaros-m68k/

Be warned: LCL is still is very early alpha stage, so expect crashes.
It aims on fast RTG Amigas or even better RTG-UAE, but some simple programs also work on AGA/ECS Screens.

Notice: you need at least 180 MB of free RAM to compile a LCL program

Check example directory or https://github.com/alb42/fpc-tests/ for example codes.

[youtube]ZN0cnRQJ1nU[/youtube]
 

Offline ALB42Topic starter

Re: FreePascal for m68k-Amiga with LCL
« Reply #1 on: April 20, 2016, 05:21:33 PM »
I created a virtual machine with cross compilers for Amiga, AROS and MorphOS and a working Lazarus able to compile LCL programs for all this platforms.

download at Blog Entry (1.6 GB)

Video showing how to use: (Create/Compile for Amiga, AROS and MorphOS)

[youtube]yKGS6fcLLOE[/youtube]
 

Offline ALB42Topic starter

Re: FreePascal for m68k-Amiga with LCL
« Reply #2 on: May 16, 2016, 07:20:21 PM »
New Virtual Lazarus crosscompiler setup for all Amiga systems.

Changes:
* FIX: Redraw problems on AmigaOS3
* FIX: Size problems
* FIX: Mouse event crashes
* ADD: Support for AmigaOS4
* CHG: Striped image from unneeded things, reduced download size

For more informations check: http://blog.alb42.de/2016/05/16/virtual-lazarus-v2/
 

Offline ALB42Topic starter

Re: FreePascal for m68k-Amiga with LCL
« Reply #3 on: December 31, 2016, 02:52:44 PM »
 

Offline ALB42Topic starter

Re: FreePascal for m68k-Amiga with LCL
« Reply #4 on: June 16, 2017, 06:27:58 PM »
Compile your FreePascal programs directly in the browser, for all Amiga Systems (even usable with IBrowse on a native Amiga)

for example:
https://youtu.be/D3xSsq51syE

see more at http://blog.alb42.de
 

Offline ALB42Topic starter

Re: FreePascal for m68k-Amiga with LCL
« Reply #5 on: February 16, 2018, 08:22:47 PM »
Working on a FreePascal MUI GUI Editor using my new MUIClass implementation.

[youtube]vpDuChDzjFA[/youtube]

Read more:
https://blog.alb42.de/2018/02/16/mui-gui-editor/
 

Offline trekiej

Re: FreePascal for m68k-Amiga with LCL
« Reply #6 on: February 16, 2018, 11:12:52 PM »
You need to get an award for sticking with it.
Amiga 2000 Forever :)
Welcome to the Planar System.
 

Offline ALB42Topic starter

Re: FreePascal for m68k-Amiga with LCL
« Reply #7 on: February 19, 2018, 07:57:17 AM »
The Award I would like to get: Someone use it to create some real program with it.


For now I use it, that's my reward ;-)
 

Offline trekiej

Re: FreePascal for m68k-Amiga with LCL
« Reply #8 on: February 19, 2018, 07:16:42 PM »
« Last Edit: February 20, 2018, 12:35:32 AM by trekiej »
Amiga 2000 Forever :)
Welcome to the Planar System.
 

Offline ALB42Topic starter

Re: FreePascal for m68k-Amiga with LCL
« Reply #9 on: February 21, 2018, 06:25:24 PM »
You need the latest fpc package:

http://build.alb42.de/fpcreleases/
http://build.alb42.de/fpcreleases/fpc-release.m68k-amiga.lha

The MUIClass Sources you can find on github:

https://github.com/alb42/MUIClass

(The IDE is still not included, I'm working on it)
 

Offline trekiej

Re: FreePascal for m68k-Amiga with LCL
« Reply #10 on: February 21, 2018, 07:18:55 PM »
Great. I look to dabble in this.
Amiga 2000 Forever :)
Welcome to the Planar System.
 

Offline OlafS3

Re: FreePascal for m68k-Amiga with LCL
« Reply #11 on: February 22, 2018, 12:16:11 PM »
Quote from: trekiej;836314
Is this included in Aros Vision or Aros 68k?
I do see a version for Aros i386.
http://archives.aros-exec.org/index.php?function=showfile&file=development/language/fpc-2.7.1.20131120.i386-aros.tgz


Yes it is (I think in directory developer if I remember right). Pascal sources even can be compiled by rightclick and select compile
 

Offline trekiej

Re: FreePascal for m68k-Amiga with LCL
« Reply #12 on: February 22, 2018, 09:19:20 PM »
Quote from: OlafS3;836445
Yes it is (I think in directory developer if I remember right). Pascal sources even can be compiled by rightclick and select compile


Right Click and Compile makes it sound easy.
I ordered a book on Data Structures using Pascal.
I guess it is not too difficult to use them in other languages.
Amiga 2000 Forever :)
Welcome to the Planar System.
 

Offline ALB42Topic starter

Re: FreePascal for m68k-Amiga with LCL
« Reply #13 on: February 22, 2018, 09:49:06 PM »
Source creation and Eventhandlers are working, .... somehow

Slowly (VERY slowly) it becomes a program :lol: (the Source of the IDE is also on GitHub from now on, in the MUIClass repository, folder IDE)

More about last advanced (again with Video)
https://blog.alb42.de/2018/02/22/mui-ide-source-and-events/
 

Offline ALB42Topic starter

FreePascal for m68k-Amiga with LCL
« Reply #14 on: March 06, 2018, 10:09:59 PM »
MUIIDE reached next mile stone

multiple windows, loading/saving source creating is working

https://blog.alb42.de/2018/03/07/muiide-the-next-mile-stone/  (with Video)