Recent

Author Topic: Lazarus Release 2.0.0  (Read 127014 times)

eny

  • Hero Member
  • *****
  • Posts: 1634
Re: Lazarus Release 2.0.0
« Reply #15 on: February 05, 2019, 09:14:18 pm »
Awesome  :)
All posts based on: Win10 (Win64); Lazarus 2.0.10 'stable' (x64) unless specified otherwise...

mmvisual

  • New Member
  • *
  • Posts: 19
Re: Lazarus Release 2.0.0
« Reply #16 on: February 05, 2019, 09:17:45 pm »
1 -> Yes, OnClick Event.
2 -> Yes. In V1.8.4 this code was not fired while startup
3 -> StackTrace in picture
4 -> I make a small example, in ZIP
5 -> Bugreport done: https://bugs.freepascal.org/view.php?id=35018
« Last Edit: February 05, 2019, 09:28:55 pm by mmvisual »

ASBzone

  • Hero Member
  • *****
  • Posts: 678
  • Automation leads to relaxation...
    • Free Console Utilities for Windows (and a few for Linux) from BrainWaveCC
Re: Lazarus Release 2.0.0
« Reply #17 on: February 05, 2019, 09:39:51 pm »
Thanks to all the contributors for this nice release.

Indeed!  Thanks for all the hard work.
-ASB: https://www.BrainWaveCC.com/

Lazarus v2.2.7-ada7a90186 / FPC v3.2.3-706-gaadb53e72c
(Windows 64-bit install w/Win32 and Linux/Arm cross-compiles via FpcUpDeluxe on both instances)

My Systems: Windows 10/11 Pro x64 (Current)

lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: Lazarus Release 2.0.0
« Reply #18 on: February 05, 2019, 10:05:25 pm »
At last! The actual 2.0 beta!  :P (just joking)

Well done, guys!
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.

nachoap

  • New Member
  • *
  • Posts: 22
Re: Lazarus Release 2.0.0
« Reply #19 on: February 05, 2019, 10:16:06 pm »
Great, great, great news! Thank you very much. Lazarus is my favourite IDE for programming. Great!

jamie

  • Hero Member
  • *****
  • Posts: 6090
Re: Lazarus Release 2.0.0
« Reply #20 on: February 05, 2019, 11:04:50 pm »
@mmvisual

Looks like the TCheckBox is not testing for the state of the control  "csLoading" for example, before calling
the Onclick event.

 can you perform this same test in your OnClick handler to avoid this ? If it solves the issue then
maybe it can get fixed.

The only true wisdom is knowing you know nothing

sstvmaster

  • Sr. Member
  • ****
  • Posts: 299
Re: Lazarus Release 2.0.0
« Reply #21 on: February 05, 2019, 11:15:48 pm »
greetings Maik

Windows 10,
- Lazarus 2.2.6 (stable) + fpc 3.2.2 (stable)
- Lazarus 2.2.7 (fixes) + fpc 3.3.1 (main/trunk)

nachoap

  • New Member
  • *
  • Posts: 22
Re: Lazarus Release 2.0.0
« Reply #22 on: February 05, 2019, 11:22:29 pm »
Four apps perfectly compiled and working! Great!

https://ibb.co/DKQ4tk5
https://ibb.co/hXdrg0Q
https://ibb.co/7QvsGwH
https://ibb.co/YfBmHkJ

With Zeos, GR_32, BGRABITMAP, LazReport, SQLite, DcpCrypt...

lazaruzowski

  • Newbie
  • Posts: 2
Re: Lazarus Release 2.0.0
« Reply #23 on: February 05, 2019, 11:43:19 pm »
Thank you to Lazarus team.

mmvisual

  • New Member
  • *
  • Posts: 19
Re: Lazarus Release 2.0.0
« Reply #24 on: February 06, 2019, 12:12:23 am »
The Bug is now fixed, thank you very much Michl.  :D

dbannon

  • Hero Member
  • *****
  • Posts: 2786
    • tomboy-ng, a rewrite of the classic Tomboy
Re: Lazarus Release 2.0.0
« Reply #25 on: February 06, 2019, 06:42:49 am »
Just to prove I read the release notes ....

A change of name for the DEB files  !

Previously, if you were lucky enough to have your (DEB Based) distro include FPC 3.0.4 you could use your package manager to install FPC and then pull down one of the SourceForge Lazarus deb files and install them.

However, we now see fpc as being two different beasts, the distro based fpc and the sourceforge fpc-laz. I don't know if its possible to install both (I really hope not!).

In a way, I see this change as a good thing, it now makes very clear choices between using your distro's packages or the (probably more current) SourceForge ones.

If you build Lazarus from source its still fine to use the fpc Ubuntu package repo and probably will be until the Laz developers decide to use a new FPC.

And I need to make some updates to my draft HowTo http://wiki.freepascal.org/Installing_Lazarus_on_Linux - but thats a good thing !

Davo
Lazarus 3, Linux (and reluctantly Win10/11, OSX Monterey)
My Project - https://github.com/tomboy-notes/tomboy-ng and my github - https://github.com/davidbannon

loaded

  • Hero Member
  • *****
  • Posts: 824
Re: Lazarus Release 2.0.0
« Reply #26 on: February 06, 2019, 08:13:43 am »
Very thanks :)
Check out  loaded on Strava
https://www.strava.com/athletes/109391137

m.abudrais

  • Jr. Member
  • **
  • Posts: 52
Re: Lazarus Release 2.0.0
« Reply #27 on: February 06, 2019, 09:05:03 am »
Thank you for this great work :)

Deepaak

  • Sr. Member
  • ****
  • Posts: 454
Re: Lazarus Release 2.0.0
« Reply #28 on: February 06, 2019, 09:22:19 am »
Thank you Team Lazarus for this great work  ;D
Holiday season is online now. :-)

mdalacu

  • Full Member
  • ***
  • Posts: 233
    • dmSimpleApps
Re: Lazarus Release 2.0.0
« Reply #29 on: February 06, 2019, 10:34:57 am »
Great release!
But...i have tried to user pas2js package...
I have installed package weblaz supplied with the lazarus install.
i am unable to compile simpleserver.lpi :  TSimpleFileModule declaration is is missing form the file fpwebfile.pp
For you is is working?
Thx.


 

TinyPortal © 2005-2018