Recent

Author Topic: Lazarus 1.2.2 Release  (Read 64602 times)

Nyerguds

  • Newbie
  • Posts: 5
Re: Lazarus 1.2.2 Release
« Reply #45 on: June 03, 2014, 09:32:59 pm »
I don't think think SourceForge supports the latter.
Hm? I was talking about the downloads page at lazarus.freepascal.org. Or is that generated somehow?

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9794
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus 1.2.2 Release
« Reply #46 on: June 03, 2014, 11:37:23 pm »
Well yes the link to 64 bit could be removed there. But yes it means editing a script.

Anyway, that link itself is not so bad. It still links to a version that works on win64.
The issue was that people would think it links to the wrong download, and would search the 64 bit themself. So now if they find it, they will now....

If I find time, *maybe* it can be done with the next release....
Adding the file at sourceforge was less work

photor

  • New Member
  • *
  • Posts: 49
Re: Lazarus 1.2.2 Release
« Reply #47 on: June 04, 2014, 03:51:08 am »
Quote from: photor

Why free pascal supress the "extended" floating point type on win64 platform? Then how to achieve high precision floating point operation on win64 platform?


This Embarcadero document has an explanation. As I read it, it's Win64 itself that is the issue.

"In Win64, the precision of floating-point computations was reduced from extended (10-byte values) to double (8-byte values)."

http://docwiki.embarcadero.com/RADStudio/XE3/en/W1066_Lost_Extended_floating_point_precision._Reduced_to_Double_(Delphi)
The issue of win64 itself? But the following codes work well on win64:
Code: [Select]
  x:=1;
  y:=1e-17;
  asm
    finit;
    fld x;
    fld y;
    fadd;
    fld x;
    fsub;
    fstp x;
  end;
  writeln(x);
which shows
Quote
9.9746599868666408E-0018
tested on win8.1 64bit.

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Lazarus 1.2.2 Release
« Reply #48 on: June 04, 2014, 12:21:19 pm »
I don't think think SourceForge supports the latter.
Hm? I was talking about the downloads page at lazarus.freepascal.org. Or is that generated somehow?

I don't see how you'd implement
Quote from: Nyerguds
to give the real 64 bit link, but with the warning and the link to the wiki added right next to it.
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

Nyerguds

  • Newbie
  • Posts: 5
Re: Lazarus 1.2.2 Release
« Reply #49 on: June 04, 2014, 03:24:34 pm »
I don't think think SourceForge supports the latter.
Hm? I was talking about the downloads page at lazarus.freepascal.org. Or is that generated somehow?

I don't see how you'd implement
Quote from: Nyerguds
to give the real 64 bit link, but with the warning and the link to the wiki added right next to it.
Honestly, you can't expect me to know the inner workings of the website. I had no idea that was generated. I'm an oldfashioned kind of guy; for me, changing a web page is just modifying some HTML. And that's really not hard to do, last time I checked 8)
« Last Edit: June 04, 2014, 03:26:22 pm by Nyerguds »

dparnaby

  • New Member
  • *
  • Posts: 11
Re: Lazarus 1.2.2 Release
« Reply #50 on: June 05, 2014, 12:30:46 pm »
Beware - Latest Kaspersky anti visus incompatability

We have found that the latest Kaspersky anti virus is hostile to the Lazarus Pascal
open source setup program.

The two files which are blocked completely even when
     Kaspersky is apparently disabled are:-

     [1] c:\lazarus\fpc\2.6.4\bin\i386-32\fpc.exe

     [2] c:\lazarus\fpc\2.6.4\bin\i386-win32\fpcmkcfg.exe

   David Parnaby
   AccSource Senior Developer





BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Lazarus 1.2.2 Release
« Reply #51 on: June 05, 2014, 12:36:15 pm »
Please file a bug/complaint/issue with Kaspersky to get them to unblock the file. There's nothing FPC/Lazarus can do unfortunately.
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

 

TinyPortal © 2005-2018