Recent

Author Topic: x86_64 and FPC 2.0.4 feedback  (Read 6459 times)

pfranchuk

  • New Member
  • *
  • Posts: 19
x86_64 and FPC 2.0.4 feedback
« on: August 07, 2006, 03:23:11 am »
The current snapshot uses 2.0.4 of FPC.

Not only does it work with the 64 bit lazarus, but it seems to have cleaned up several problems with dialogs creating access violations when first try at opening takes place.

But problems with size mismatch for data still persist.
Quote

for i := 0 to list.count-1 do
  something;

will cause a warning while
Quote

for i := 0 to pred(list.count) do
  something;

works fine.

I am not sure how to submit a bug report about x86_64.

Peter

bob.appleyard

  • Newbie
  • Posts: 3
RE: x86_64 and FPC 2.0.4 feedback
« Reply #1 on: September 06, 2006, 05:25:25 pm »
How do I get my hands on a 64bit lazarus?

CCRDude

  • Hero Member
  • *****
  • Posts: 615
RE: x86_64 and FPC 2.0.4 feedback
« Reply #2 on: September 06, 2006, 05:51:30 pm »
@bob.appleyard: Take a look at the Daily Snapshots, also linked to from the menu at the left ;)

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
Re: x86_64 and FPC 2.0.4 feedback
« Reply #3 on: September 06, 2006, 06:40:09 pm »
Quote from: "pfranchuk"
I am not sure how to submit a bug report about x86_64.


Just submit a normal bug report and mention it only happens on x86_64

Ah, and by the way. This is a bug on the Free Pascal Compiler, not on Lazarus IDE.

pfranchuk

  • New Member
  • *
  • Posts: 19
Re: x86_64 and FPC 2.0.4 feedback
« Reply #4 on: September 07, 2006, 01:41:22 am »
Quote from: "sekel"


Just submit a normal bug report and mention it only happens on x86_64

Ah, and by the way. This is a bug on the Free Pascal Compiler, not on Lazarus IDE.


I now did it. However, I am not sure about the apparent discrepencies in addobject for Tlistbox and Tcombobox. (See my post under Databases). Is that an FPC or a Lazarus problem?

Peter

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
Re: x86_64 and FPC 2.0.4 feedback
« Reply #5 on: September 07, 2006, 02:10:06 am »
Quote from: "pfranchuk"
I now did it. However, I am not sure about the apparent discrepencies in addobject for Tlistbox and Tcombobox. (See my post under databases). Is that an FPC or a Lazarus problem?


TListBox and TComboBox are visual controls, so it´s a Lazarus problem.

marmin

  • Jr. Member
  • **
  • Posts: 86
    • http://www.naton.org
Re: RE: x86_64 and FPC 2.0.4 feedback
« Reply #6 on: September 08, 2006, 09:36:08 pm »
Quote from: "bob.appleyard"
How do I get my hands on a 64bit lazarus?
I think this means a lazarus with 64 bit Free Pascal.
Marmin^.Style
Location: Pointer Land!

marmin

  • Jr. Member
  • **
  • Posts: 86
    • http://www.naton.org
x86_64 and FPC 2.0.4 feedback
« Reply #7 on: September 08, 2006, 11:39:53 pm »
The weird thing is, when Installed the Lazarus on my amd64 system, it makes a nice item in the menu, however, when I click the icon it says : Cant find 'startlazarus' ! :shock:

So I was desperate I searched for 'startlazarus' , and then I run that, he whole thing started to work. This is strange. Has anyone encountered it?
Marmin^.Style
Location: Pointer Land!

Amund

  • Newbie
  • Posts: 1
x86_64 and FPC 2.0.4 feedback
« Reply #8 on: October 18, 2006, 11:16:30 pm »
Here is the installation guide: http://wiki.lazarus.freepascal.org/Installing_Lazarus. It worked for me, and it showed me how to install a 64 bits version under Mandriva.

 

TinyPortal © 2005-2018