Recent

Author Topic: Lazarus 1.0 release candidate 2 available for download  (Read 69181 times)

picstart

  • Full Member
  • ***
  • Posts: 236
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #15 on: August 24, 2012, 03:18:01 pm »
A quality release. Win7 Pro 32 bit. Kudo's to all involved.

jwdietrich

  • Hero Member
  • *****
  • Posts: 1232
    • formatio reticularis
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #16 on: August 24, 2012, 04:39:49 pm »
I just saw that it supports PPC Macs again. Great!
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

Lazarus 2.2.6 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux

ccrause

  • Hero Member
  • *****
  • Posts: 845
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #17 on: August 24, 2012, 04:45:08 pm »
in your TODO list arn't there intention to make lazarus looks like delphi now days , the idea of separate windows like delphi7 is ok , but the new look of delphi now days  (all in one window) is much better .
I installed the AnchorDockingDsgn package in the IDE, this gives you an interface similar to Delphi 2006+.  There is also another package, easydockmgr, that can be installed.  Haven't tried it though.  These packages are part of Lazarus but are not installed by default.

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #18 on: August 24, 2012, 04:51:55 pm »
in your TODO list arn't there intention to make lazarus looks like delphi now days , the idea of separate windows like delphi7 is ok , but the new look of delphi now days  (all in one window) is much better .
I installed the AnchorDockingDsgn package in the IDE, this gives you an interface similar to Delphi 2006+.  There is also another package, easydockmgr, that can be installed.  Haven't tried it though.  These packages are part of Lazarus but are not installed by default.

AnchorDocking seems real good now, EasyDockMgr also works but I've found it quirky on Linux although it worked fine on Windows. AnchorDocking used to be unstable in the past, but now I prefer it to EasyDockMgr because it works flawlessly, which the other does not (yet).

Anyway, Lazarus comes with not one, but two solutions for the docked windows. And the third one is also almost finished ;)
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

chenyuchih

  • Jr. Member
  • **
  • Posts: 81
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #19 on: August 24, 2012, 05:01:54 pm »
Nice Job! Thank FPC team and Lazarus team for the efforts for these two project. You make pascal be my most love language. THANK YOU!!

airpas

  • Full Member
  • ***
  • Posts: 179
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #20 on: August 24, 2012, 09:16:48 pm »
Quote
I installed the AnchorDockingDsgn package in the IDE, this gives you an interface similar to Delphi 2006+

i've install it but it broke every things , even i couldn't restor the old lazarus looking ,so i had to reinstall lazarus again .

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #21 on: August 24, 2012, 09:20:57 pm »
That's strange, for me it has worked fine for a while. BTW you don't have to reinstall Lazarus if a component breaks it - just do 'make' in its directory and it will build a minimal, working ide. Then just uninstall the offending package and rebuild.
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

airpas

  • Full Member
  • ***
  • Posts: 179
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #22 on: August 24, 2012, 09:43:36 pm »
i've found the problem , the component manualdock was installed already and it cause this problem , now i install only AnchorDockingDsgn and every thing working good


thanks

airpas

  • Full Member
  • ***
  • Posts: 179
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #23 on: August 25, 2012, 10:28:27 am »
i've found something looks much better than all the previous packages

check out
(http://sourceforge.net/projects/kzdesktop)

motaz

  • Sr. Member
  • ****
  • Posts: 495
    • http://code.sd
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #24 on: August 25, 2012, 11:47:26 am »
Quote
i've found something looks much better than all the previous packages
Sound interesting..
If any body test this package please tell us about it, is it stable? is it cross platform?

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #25 on: August 25, 2012, 01:38:47 pm »
Quote
i've found something looks much better than all the previous packages
Sound interesting..
If any body test this package please tell us about it, is it stable? is it cross platform?
@Motaz: see this thread, from here on out:
http://www.lazarus.freepascal.org/index.php/topic,16736.msg96146.html#msg96146
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #26 on: August 25, 2012, 02:13:25 pm »
Bug: in a new empty project, where I enable Project Options/Compiler Options/Verbosity:
Show Errors (-ve)
Show Warnings (-vw)
Show notes (-vn)
Show hints (-vh)
Show general info (-vi)
Show line numbers (-vl)
Show all procs on error (-vb)
Show hints for unused units in main (none)
Show defined macros (-vm)
Show conditionals (-vc)


Stop after number of errors: (-Se)
1

On compiling, I get an error:
Quote
Error: Illegal parameter: -vewnhilbmc

If:
- I disable Show conditionals (-vc) and leave Show defined macros (-vm) enabled
(=> this looks like bug http://bugs.freepascal.org/view.php?id=15872)
or
- I disable Show defined macros (-vm) and leave Show conditionals (-vc) enabled
or
- I disable both Show defined macros (-vm) and Show conditionals (-vc)
this does not happen.
« Last Edit: August 25, 2012, 02:16:32 pm by BigChimp »
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

Leledumbo

  • Hero Member
  • *****
  • Posts: 8746
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #27 on: August 25, 2012, 02:59:50 pm »
Quote
I disable Show conditionals (-vc) and leave Show defined macros (-vm) enabled
(=> this looks like bug http://bugs.freepascal.org/view.php?id=15872)
Hey, that's an old bug of mine. Should I get my hands dirty to fix it? :p

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #28 on: August 25, 2012, 04:06:04 pm »
:)
I'm sure help will be appreciated ;)... and if you can solve the -vc case as well, even more ;)
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

Leledumbo

  • Hero Member
  • *****
  • Posts: 8746
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Lazarus 1.0 release candidate 2 available for download
« Reply #29 on: August 25, 2012, 04:38:02 pm »
-vc works, it's only -vm that's problematic

 

TinyPortal © 2005-2018