Recent

Author Topic: Lazarus 1.0RC1 released  (Read 96674 times)

_Bernd

  • New Member
  • *
  • Posts: 21
Re: Lazarus 1.0RC1 released
« Reply #45 on: August 06, 2012, 02:33:13 pm »
it does not work on Win98SE. It seems to be UTF8 related.

You refer to the UTF8Stringlist , setup dialog?

I don't know if anyone plans to look at it. Does the IDE work, if you ignore the error? If so, does a user compiled app work?
yes, I refer to the UTF8Stringlist setup dialog.

If I press "IDE starten" and ignore the message "Ohne ein passendes Lazarus-Verzeichnis werden Sie..." I get the error "Package-Konflikte", "Das Package FCL ist installiert, es gibt aber keine gültige Package-Datei. Es wurde ein defektes Dummy-Package erzeugt." This repeats with the packages LazUtils, LCLBase, LCL, IDEIntf, SynEdit, CodeTools, LazControls and RunTimeTypeInfoControls,

Then the IDE starts, but there are no icons in the component bar. If I try to open a Lazarus project, I get the error "Sonderbare .lpi-Datei", "Die Datei ...x.lpi sieht nicht wie eine .lpi-Datei aus." The project does not load.

I tested some IDE dialogs and they seem to work well. I switched the language to English for example.

Regards, Bernd.

OzDev

  • Newbie
  • Posts: 1
Re: Lazarus 1.0RC1 released
« Reply #46 on: August 07, 2012, 07:10:54 am »
Installed on MacOSX without any problems. Well done.

Lacak2

  • Guest
Re: Lazarus 1.0RC1 released
« Reply #47 on: August 07, 2012, 03:01:42 pm »
@Win98:
Yes I also noticed problems with fresh versions of FPC+Lazarus, that there are problems.
I also searched wiki about information about ending support for Win98 or toher platforms, but I found nothing.
It will be good add such information somewhere like (if it is Lazarus related):
http://wiki.freepascal.org/Lazarus_1.0_release_notes
or if FPC related:
http://wiki.freepascal.org/Category:FPC_User_Changes_by_release

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
Re: Lazarus 1.0RC1 released
« Reply #48 on: August 07, 2012, 03:06:42 pm »
Is it mean that LCL-CustomDrawn can be normally compiled by FPC 2.6 and we do not need to prepare another 2.5.1 branch?

It can be compiled with FPC 2.6 for all platforms except Android. For Android my 2.5.1 branch is still required. But people in FPC are working on this, so hopefully FPC 3.0 will support Android properly.

Leledumbo

  • Hero Member
  • *****
  • Posts: 8746
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Lazarus 1.0RC1 released
« Reply #49 on: August 07, 2012, 04:52:39 pm »
Successfully upgraded from 0.9.30.4, no problems noticed :D
The installer can uninstall previous version and the IDE can upgrade existing configuration properly.

Bart

  • Hero Member
  • *****
  • Posts: 5275
    • Bart en Mariska's Webstek
Re: Lazarus 1.0RC1 released
« Reply #50 on: August 07, 2012, 11:05:38 pm »
it does not work on Win98SE. It seems to be UTF8 related.

The FileOpenUtf8 and FileCreateUtf8 functions on Windows linka against Unicode kernel routines, so they do not work on Win98 and WinMe.

I have attached a possible fix in the bugtracker #22596.

Bart

eny

  • Hero Member
  • *****
  • Posts: 1634
Re: Lazarus 1.0RC1 released
« Reply #51 on: August 07, 2012, 11:31:05 pm »
First experiences are quite underwhelming (Win32): IDE windows are in a different location and the width's change after every start, docking doesn't work/restore properly, message window locks and cannot be moved anymore.
Some work to be done before it is a stable release.

On the plus: hiding the IDE designer windows on run and restoring them finally seems to work.
All posts based on: Win10 (Win64); Lazarus 2.0.10 'stable' (x64) unless specified otherwise...

stocki

  • Full Member
  • ***
  • Posts: 144
Re: Lazarus 1.0RC1 released
« Reply #52 on: August 08, 2012, 12:37:23 am »
Hello all!

can somebody have a look into the nightly build folder?

Most builds are broken since weeks:

ftp://newwiki.freepascal.org/pub/lazarus/snapshots/

Can somebody fix that? Thanks!

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9792
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus 1.0RC1 released
« Reply #53 on: August 08, 2012, 12:41:32 am »
First experiences are quite underwhelming (Win32): IDE windows are in a different location and the width's change after every start, docking doesn't work/restore properly, message window locks and cannot be moved anymore.
Some work to be done before it is a stable release.

Do the sizes change when using a dock manager? Or do they changed in the undocked IDE?
In the undocked IDE what are the settings for those windows? Default, Restore, Fixed Pos?

Docking is still beta, and will be beta in the release too.

eny

  • Hero Member
  • *****
  • Posts: 1634
Re: Lazarus 1.0RC1 released
« Reply #54 on: August 08, 2012, 10:08:09 pm »
Docking is still beta, and will be beta in the release too.
Good point. Without it its working much better.
I've found my next favorite Lazarus version  :D

I saw that some intelligence was added to the build process: when selecting Run and no source files were changed and the binary is already there, then the program is started without a new (useless) build.
Will save me a lot of time.
All posts based on: Win10 (Win64); Lazarus 2.0.10 'stable' (x64) unless specified otherwise...

motaz

  • Sr. Member
  • ****
  • Posts: 495
    • http://code.sd
Re: Lazarus 1.0RC1 released
« Reply #55 on: August 10, 2012, 10:30:40 am »
Quote
without a new (useless) build
This is an old feature in Object Pascal compilers, it compiles only modified source files, for that reason it is much faster than C/C++ compilers

eny

  • Hero Member
  • *****
  • Posts: 1634
Re: Lazarus 1.0RC1 released
« Reply #56 on: August 10, 2012, 01:40:38 pm »
Quote
without a new (useless) build
This is an old feature in Object Pascal compilers, it compiles only modified source files, for that reason it is much faster than C/C++ compilers
The feature is old but my 0.9.30.4 does a build every time I press Run...
All posts based on: Win10 (Win64); Lazarus 2.0.10 'stable' (x64) unless specified otherwise...

geno

  • Full Member
  • ***
  • Posts: 198
Re: Lazarus 1.0RC1 released
« Reply #57 on: August 11, 2012, 03:49:20 am »
[quoteThe feature is old but my 0.9.30.4 does a build every time I press Run...][/quote]

hmmm... I thought unchecking Project Options/Miscellaneous/Always Build (even if nothing changed) eliminated unnecessary builds. It seems to speed up loading the executable, for me, anyway.

  geno
version:      Lazarus 1.9   FPC 3.0.4
   
widget set:  x-86_64-linux-gtk 2
OS:             ArchLinux/ Xfce 4.12

matthius

  • Full Member
  • ***
  • Posts: 155
  • Creating VRAD...
    • LIBERLOG - Développement rapide
some constructors called strangely two times
« Reply #58 on: August 11, 2012, 07:06:00 pm »
I think there is some constructors called strangely two times creating uncreated sub-objects exception. I notice that in each release candidate.
M. GIROUX
13 rue Tanguy PRIGENT
35000 RENNES - France
(33)(0)2 23 46 06 54
http://liberlog.fr

motaz

  • Sr. Member
  • ****
  • Posts: 495
    • http://code.sd
Re: Lazarus 1.0RC1 released
« Reply #59 on: August 14, 2012, 09:19:43 am »
I tried to download it, but I get download is forbidden.
I'm from Sudan
is there any alternative download link rather than sourceforge

 

TinyPortal © 2005-2018