Recent

Author Topic: fpspreadsheet 1.5 - fssbold?  (Read 2452 times)

JanRoza

  • Hero Member
  • *****
  • Posts: 672
    • http://www.silentwings.nl
fpspreadsheet 1.5 - fssbold?
« on: February 01, 2015, 12:55:23 am »
Just upgraded fpspreadsheet to the latest svn version (1.5) and now my program cannot find fssbold and scgray anymore.
Have they been moved and if so what should be added to the uses clause of my program?

Your component (and your effort) is much appreciated.
I'm using Lazarus 1.2.6 and FPC 2.6.4
« Last Edit: February 01, 2015, 01:11:38 am by JanRoza »
OS: Windows 10 (64 bit) / Linux Mint (64 bit)
       Lazarus 3.2 FPC 3.2.2
       CodeTyphon 8.40 FPC 3.3.1

wp

  • Hero Member
  • *****
  • Posts: 11858
Re: fpspreadsheet 1.5 - fssbold?
« Reply #1 on: February 01, 2015, 03:22:59 pm »
The fpspreadsheet.pas file has been becoming longer and longer, and the architecture of unit relationships has been becoming more and more complex. Therefore, I decided to move all fundamental declarations into a separate unit "fpstypes". And if you're going to access cell properties directly from the cell (instead of calling the Worksheet's WriteXXX and ReadXXX methods) you'll also have to add "fpscell" to "uses" because the TCell record has been restructured recently to reduce memory load per cell.

See http://wiki.lazarus.freepascal.org/FPSpreadsheet#SVN_change_log for recent changes
« Last Edit: February 01, 2015, 05:52:40 pm by wp »

JanRoza

  • Hero Member
  • *****
  • Posts: 672
    • http://www.silentwings.nl
Re: fpspreadsheet 1.5 - fssbold?
« Reply #2 on: February 01, 2015, 05:42:14 pm »
Thanks WP.
Adding fsptypes to the uses clause made everything perfect again.
Thanks again for this great component!
OS: Windows 10 (64 bit) / Linux Mint (64 bit)
       Lazarus 3.2 FPC 3.2.2
       CodeTyphon 8.40 FPC 3.3.1

 

TinyPortal © 2005-2018