Recent

Author Topic: Lazarus 1.4 Release  (Read 69364 times)

uzoamaka

  • Newbie
  • Posts: 4
Re: Lazarus 1.4 Release
« Reply #15 on: April 23, 2015, 07:31:36 am »
Thanks a billion Guys! Keep up the good work. You guys are the reason I'm so loving Pascal.

God bless you guys in an infinity ways, Amen.

My prayer is one day, I shall have my own contribution to this wonderful work in many ways I can. AMEN.

Luc

  • Jr. Member
  • **
  • Posts: 59
Re: Lazarus 1.4 Release
« Reply #16 on: April 23, 2015, 03:15:06 pm »
Many many thanks to the Lazarus Team and All the Contributors for this great Pascal IDE !
The more I use it the more I like it !
Win 11 ARM (Running in Parallel VM - Mac OSX) - Lazarus 2.2.6 - i386-win32/win64

munair

  • Hero Member
  • *****
  • Posts: 798
  • compiler developer @SharpBASIC
    • SharpBASIC
Re: Lazarus 1.4 Release
« Reply #17 on: April 23, 2015, 05:08:20 pm »
Many, many thanks everyone! Great work. :)
keep it simple

JanRoza

  • Hero Member
  • *****
  • Posts: 672
    • http://www.silentwings.nl
Re: Lazarus 1.4 Release
« Reply #18 on: April 23, 2015, 05:08:37 pm »
Once more a big achievement, I tip my hat for the team that's making this all possible.
It's thanks to you that Pascal is still alive and in use.
Great show!
OS: Windows 10 (64 bit) / Linux Mint (64 bit)
       Lazarus 3.2 FPC 3.2.2
       CodeTyphon 8.40 FPC 3.3.1

x2nie

  • Hero Member
  • *****
  • Posts: 515
  • Impossible=I don't know the way
    • impossible is nothing - www.x2nie.com
Re: Lazarus 1.4 Release
« Reply #19 on: April 23, 2015, 05:53:50 pm »
Congratulation !!
When you were logged in, you can see attachments.
Lazarus Github @ UbuntuCinnamon-v22.04.1 + LinuxMintDebianEdition5

Michl

  • Full Member
  • ***
  • Posts: 226
Re: Lazarus 1.4 Release
« Reply #20 on: April 23, 2015, 11:19:16 pm »
Thanks for your great work!!! :)
Code: [Select]
type
  TLiveSelection = (lsMoney, lsChilds, lsTime);
  TLive = Array[0..1] of TLiveSelection;

SnoopyDog

  • New Member
  • *
  • Posts: 26
Re: Lazarus 1.4 Release
« Reply #21 on: April 23, 2015, 11:24:16 pm »
Thank you for this great software! :)

TraumTaenzerDieter

  • New Member
  • *
  • Posts: 28
Re: Lazarus 1.4 Release
« Reply #22 on: April 24, 2015, 08:49:26 am »
Hi,

just tried the new version and could not compile
a single project that worked before with version 1.2.6!

All compiles (for Win32) stop with this error:
   Error: Illegal processor type "i386-Rintel"
or this one (for Win64):
   Error: Illegal processor type "x86_64-Rintel"

Even if I switch the ASM-style from 'INTEL' to 'Default' the
error remains with the Win64 version,
only the Win32 then compiles okay.

Even an empty Win64 project with INTEL stops with that error!
What is going wrong here??


System: Windows 7 64 and Windows 7 32

JanRoza

  • Hero Member
  • *****
  • Posts: 672
    • http://www.silentwings.nl
Re: Lazarus 1.4 Release
« Reply #23 on: April 26, 2015, 02:30:05 pm »
Since installing the final 1.4 release on my Windows 8.1 machine I get the attached error message at Lazarus startup (The ordinal 4368 could not be located in ssleay32.dll)). After clicking it away Lazarus starts and runs normally.
Has anyone else had this problem or does anyone know how to get rid of this error message?
OS: Windows 10 (64 bit) / Linux Mint (64 bit)
       Lazarus 3.2 FPC 3.2.2
       CodeTyphon 8.40 FPC 3.3.1

Thaddy

  • Hero Member
  • *****
  • Posts: 14210
  • Probably until I exterminate Putin.
Re: Lazarus 1.4 Release
« Reply #24 on: April 26, 2015, 02:42:12 pm »
Jan, that might very likely be an older version of openssl with security issues (some things are removed) OR if you know the install is very,very recent it may well be that fpc lags a bit. Although it was recently updated by the fpc devel team.
Plz check at openssl.org if you have  one of the recent versions.
I might add this is essential for this kind of software.

Also note 1.4 is build with 2.6.4 which hasn't been updated for these openssl changes.
In the case of openssl, you can use the openssl interfaces from trunk. There are no specific dependencies on the rest of trunk.
« Last Edit: April 26, 2015, 02:44:28 pm by Thaddy »
Specialize a type, not a var.

JanRoza

  • Hero Member
  • *****
  • Posts: 672
    • http://www.silentwings.nl
Re: Lazarus 1.4 Release
« Reply #25 on: April 26, 2015, 04:09:09 pm »
Thanks Thaddy,

It's not that big a problem as Lazarus starts up normally after clicking away the message so I'm in no hurry.
I'll have a look at fpc trunk and its openssl library to see if I can update mine.
OS: Windows 10 (64 bit) / Linux Mint (64 bit)
       Lazarus 3.2 FPC 3.2.2
       CodeTyphon 8.40 FPC 3.3.1

DelphiFreak

  • Sr. Member
  • ****
  • Posts: 255
    • Fresh sound.
Re: Lazarus 1.4 Release
« Reply #26 on: April 26, 2015, 06:30:06 pm »
Thank you all for Lazarus 1.4 and FPC.

Good job. Rating 4.7 of 5.
https://www.openhub.net/p/compare?project_0=Lazarus&project_1=SharpDevelop
Linux Mint 20.3, Lazarus 2.3, Windows 10, Delphi 10.3 Rio, Delphi 11.1 Alexandria

hisakazu.itoi

  • Newbie
  • Posts: 1
    • Oni Hunter
Re: Lazarus 1.4 Release
« Reply #27 on: April 26, 2015, 07:30:16 pm »
Thanks a lot.

Michaela Joy

  • New Member
  • *
  • Posts: 24
Re: Lazarus 1.4 Release
« Reply #28 on: April 27, 2015, 05:49:42 pm »
Great job!

Thanks for all your hard work.

:MJ


matthius

  • Full Member
  • ***
  • Posts: 155
  • Creating VRAD...
    • LIBERLOG - Développement rapide
« Last Edit: April 29, 2015, 04:29:19 pm by matthius »
M. GIROUX
13 rue Tanguy PRIGENT
35000 RENNES - France
(33)(0)2 23 46 06 54
http://liberlog.fr

 

TinyPortal © 2005-2018