Recent

Author Topic: installing fpspreadsheet  (Read 20607 times)

erkka

  • New Member
  • *
  • Posts: 37
installing fpspreadsheet
« on: November 05, 2010, 05:14:54 pm »
a newbie question:

I managed to download fpspreadsheet package files,
with lazarus I open package file laz_fpspreadsheet,
and try to install (or merely to compile it),
but in unit fpolestrorage it complains "Indetifier not found: OleCheck"

what am I missing?

---

I'm using windows XP and lazarus 0.9.22 beta
« Last Edit: November 05, 2010, 06:30:22 pm by erkka »

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
Re: installing fpspreadsheet
« Reply #1 on: November 05, 2010, 08:22:35 pm »
Did you download it from subversion?

Are you sure that you are using lazarus 0.9.22?

erkka

  • New Member
  • *
  • Posts: 37
Re: installing fpspreadsheet
« Reply #2 on: November 05, 2010, 09:14:25 pm »
I downloaded it from
http://lazarus-ccr.svn.sourceforge.net/viewvc/lazarus-ccr/components/fpspreadsheet/

was that wrong? Are there other recommended possibilities?

and yes, it was 0.9.22 - I tried again with fresh install of 0.9.22, with same result.

bobo

  • Full Member
  • ***
  • Posts: 171
Re: installing fpspreadsheet
« Reply #3 on: November 06, 2010, 01:59:42 am »
That means you have a few years old version.  Like using windows 95 in the year 2010.

Of course, the latest fpspreadsheet is not working...

Leledumbo

  • Hero Member
  • *****
  • Posts: 8836
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: installing fpspreadsheet
« Reply #4 on: November 06, 2010, 05:48:41 am »
Despite of its slowly increasing version number, between stable releases Lazarus still has A LOT of improvements (which maybe required by certain packages) and some changes that may drop backward compatibility.

erkka

  • New Member
  • *
  • Posts: 37
Re: installing fpspreadsheet
« Reply #5 on: November 06, 2010, 06:00:42 am »
OK. As a newbie I feel bit lost with versions; from where to download and how to upgrade.

If I got it right, this gives access to both the newest and the older versions of Lazarus:

http://sourceforge.net/projects/lazarus/files/

In wiki it says that components are here:

http://sourceforge.net/projects/lazarus-ccr/files/

But I fail to find fpspreadsheet there.
So where should I look, what should I do?

I know my questions are dumb and all-too-basic, but after reading wikis I'm still lost...

Leledumbo

  • Hero Member
  • *****
  • Posts: 8836
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: installing fpspreadsheet
« Reply #6 on: November 06, 2010, 07:15:17 am »
Quote
If I got it right, this gives access to both the newest and the older versions of Lazarus
Latest release and older versions to be precise. The newest can be obtained through svn or from "Daily Snapshots" menu in the left pane of this forum.
Quote
But I fail to find fpspreadsheet there
It's in svn, along with some other 3rd party packages like GLScene.

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
Re: installing fpspreadsheet
« Reply #7 on: November 06, 2010, 09:27:54 am »
If I got it right, this gives access to both the newest and the older versions of Lazarus:

Indeed, but you should use at least 0.9.28.2

Quote
In wiki it says that components are here:

http://sourceforge.net/projects/lazarus-ccr/files/

But I fail to find fpspreadsheet there.
So where should I look, what should I do?

In this part of the wiki page:

http://wiki.lazarus.freepascal.org/FPSpreadsheet#Subversion

It says that you can download the file with this svn command:
 
svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/fpspreadsheet fpspreadsheet

Therefore it is located inside lazarus-ccr in the folder components/fpspreadsheet/

I recommend using the latest subversion fpspreadsheet instead of the latest packed release.

For Lazarus try either 0.9.28.2 or a snapshot.
« Last Edit: November 06, 2010, 09:29:54 am by felipemdc »

erkka

  • New Member
  • *
  • Posts: 37
Re: installing fpspreadsheet
« Reply #8 on: November 06, 2010, 05:25:12 pm »
Thank you very much!
After upgrading Lazarus to 0.9.28.2. and downloading svn for windows it begins to work.

Only that the laz_fpspreadsheet_visual.lpk fails to compile.

It complains
 C:\lazarus\components\fpspreadsheet\fpspreadsheetgrid.pas(134,29) Error: No property found to override

which is
  property OnValidateEntry;

Oh well,
but I think I can do without visual components, as a simple demo to write exel-file seems to work fine.

Kiffi

  • Guest
Re: installing fpspreadsheet
« Reply #9 on: November 06, 2010, 09:14:48 pm »
Only that the laz_fpspreadsheet_visual.lpk fails to compile.

It complains
 C:\lazarus\components\fpspreadsheet\fpspreadsheetgrid.pas(134,29) Error: No property found to override

which is
  property OnValidateEntry;

same here. And no idea how to solve it.

Greetings ... Kiffi

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
Re: installing fpspreadsheet
« Reply #10 on: November 06, 2010, 09:31:26 pm »
Only that the laz_fpspreadsheet_visual.lpk fails to compile.

It complains
 C:\lazarus\components\fpspreadsheet\fpspreadsheetgrid.pas(134,29) Error: No property found to override

which is
  property OnValidateEntry;

If you need the visual controls then install Lazarus 0.9.29+

 

TinyPortal © 2005-2018