Recent

Author Topic: Lazarus 1.6 - 1st Release Candidate  (Read 116400 times)

Deepaak

  • Sr. Member
  • ****
  • Posts: 454
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #15 on: December 09, 2015, 06:29:49 pm »
Thank you very much. Some nice improvements.

When I install Internet packages - such as internet tools or LNet -
I get a warning: Recompiling sslsockets, checksum changed for OpenSSL
         and Fatal: Can not find sslsockets used by fphttpclient.

Can you help

Goto Lnet directory and delete the lib folder. Rebuild Lnet package. done. no more error.
Holiday season is online now. :-)

frakno

  • Jr. Member
  • **
  • Posts: 88
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #16 on: December 09, 2015, 07:18:44 pm »
It does not work

After deletion of lib i opened the lnetvisual.lpk and compiled it. Success, but
when i try to install it i got the same error messages and
it opens the file fphttpclient
in the directory: ...\fpc\3.0.0\source\packages\fcl-web\src\base
line 285 uses sslsockets
Lazarus 1.6 FPC 3.0 Windows 10

wp

  • Hero Member
  • *****
  • Posts: 11830
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #17 on: December 09, 2015, 07:51:20 pm »
There have been some recent modifications of LNet to make it compile under FPC3. Get yourself the trunk version of LNet.

m.abudrais

  • Jr. Member
  • **
  • Posts: 52
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #18 on: December 09, 2015, 08:03:52 pm »
the improvement in  Local variable completion is so useful,in 1.4.4 i only use this feature for every type once, but now i can use it multiple time  :D.
thank you Lazarus team.

Segator

  • Full Member
  • ***
  • Posts: 168
    • https://github.com/Nenirey
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #19 on: December 09, 2015, 08:19:41 pm »
i found one error in the first run, after install in Windows XP SP3, look the attach image, i think that is an UTF8 problem because the ó char is not show in the message, the message say (i can upload images hir):

Unable to create file "C:\Documents and settings\Administrador\Configuracin local\Datos de programa\lazarus\enviromentsoptions.xml

note the spanish word "Configuracin" must be "Configuración"
i am Reinier, Nenirey and Segator :) https://github.com/Nenirey

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #20 on: December 09, 2015, 09:18:40 pm »

Unable to create file "C:\Documents and settings\Administrador\Configuracin local\Datos de programa\lazarus\enviromentsoptions.xml

note the spanish word "Configuracin" must be "Configuración"

please report on the bugtracker

Bart

  • Hero Member
  • *****
  • Posts: 5265
    • Bart en Mariska's Webstek
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #21 on: December 09, 2015, 10:18:05 pm »

Unable to create file "C:\Documents and settings\Administrador\Configuracin local\Datos de programa\lazarus\enviromentsoptions.xml

note the spanish word "Configuracin" must be "Configuración"

please report on the bugtracker

Already reported and fixed (r50716/r50718).

Bart

frakno

  • Jr. Member
  • **
  • Posts: 88
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #22 on: December 09, 2015, 10:32:29 pm »
Quote
O:-)  wp  O:-)    -     « Reply #17 on: Today at 07:51:20 pm »

There have been some recent modifications of LNet to make it compile under FPC3. Get yourself the trunk version of LNet.

Yes, the trunk version was the solution, Thank you     :)
Lazarus 1.6 FPC 3.0 Windows 10

tte

  • Newbie
  • Posts: 2
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #23 on: December 10, 2015, 08:57:27 am »
lazarus-1.6RC1-fpc-3.0.0-win64.exe

When using the Cyrillic alphabet:
Project->Project option->Paths->Target filename (-o) = 'русский'

Compile and Run this project, this happen:

Debugger error:
/321200321203321201321201320272320270320271.exe: No such file or directory.

But project has been successfully compiled and
the file has been successfully created = русский.exe

Fix it, please.

on bugreport:
http://bugs.freepascal.org/view.php?id=29162
« Last Edit: December 10, 2015, 12:59:29 pm by tte »

McLion

  • New Member
  • *
  • Posts: 17
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #24 on: December 10, 2015, 10:23:03 am »
Please make Cursor DropDown menu (Object inspector) with cursor-icons. Delphi has this. Example http://www.functionx.com/vcl/objinsp/cursor1.gif
« Last Edit: December 10, 2015, 10:25:22 am by McLion »

regs

  • Jr. Member
  • **
  • Posts: 53
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #25 on: December 10, 2015, 11:15:57 am »
Object inspector wouldn't switch to unit until you switch to designer and back.

And couldn't it be an option during first run to use old mode or single window mode.

Ondrej Pokorny

  • Full Member
  • ***
  • Posts: 220
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #26 on: December 10, 2015, 05:31:15 pm »
Please make Cursor DropDown menu (Object inspector) with cursor-icons. Delphi has this. Example http://www.functionx.com/vcl/objinsp/cursor1.gif

Feel free to open a feature request on Mantis (if there isn't already one) and - best - create a patch that implements this feature. I will check and commit your patch with pleasure!

SnoopyDog

  • New Member
  • *
  • Posts: 26
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #27 on: December 10, 2015, 05:41:00 pm »
I just found one problem: overloading of default array properties is not possible anymore with Lazarus 1.6 / FPC 3.0

This code works in Delphi 2007 (and later) and Lazarus 1.4 / FPC 2.6.4 but not with Lazarus 1.6 / FPC 3.0.0
Code: [Select]
type
  cTestClass = class(TPersistent)
    protected
      function getValue (Idx : Integer) : string; overload;
      function getValue (const Key : string) : string; overload;
    public
      property Value [Idx : Integer] : string read getValue; {$IFNDEF FPC } default; {$ENDIF }
      property Value [const Key : string] : string read getValue; default;
  end;


function cTestClass.getValue (Idx : Integer) : string;
  begin
    Result := '1';
  end;

function cTestClass.getValue (const Key : string) : string;
  begin
    Result := '2';
  end;
« Last Edit: December 10, 2015, 05:58:23 pm by SnoopyDog »

Nick

  • New Member
  • *
  • Posts: 16
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #28 on: December 10, 2015, 05:59:36 pm »
Please, anybody, check equality of fpc.exe in lazarus \fpc\ folder and in fpc release.
Seems that they are different. And many other files too.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus 1.6 - 1st Release Candidate
« Reply #29 on: December 10, 2015, 07:27:46 pm »
Please, anybody, check equality of fpc.exe in lazarus \fpc\ folder and in fpc release.
Seems that they are different. And many other files too.
1) platform/OS?

2) They may be build with different optimization or similar. So they may not be the same binary. They are (or should be) from the 3.0 tag on the fpc svn. So any source file included should be the same as in the fpc release.

 

TinyPortal © 2005-2018