Recent

Author Topic: install lazreport  (Read 14015 times)

mysys

  • Guest
install lazreport
« on: October 02, 2005, 06:23:13 pm »
to install lazreport some tip.?  
I am making tests in windows

some converter delphi/lazarus ..??

I forgive I am of the brazil

Vincent Snijders

  • Administrator
  • Hero Member
  • *
  • Posts: 2661
    • My Lazarus wiki user page
RE: install lazreport
« Reply #1 on: October 02, 2005, 07:34:41 pm »
Just try it.

If you got some errors post them.

If I didn't understand you, forgive me, I am not from Brazil.

pereiracarlos

  • Newbie
  • Posts: 1
RE: install lazreport
« Reply #2 on: November 16, 2005, 08:48:55 pm »
I could not install lazreport.
I first instaled the printer4lazarus.
I could not compile the lazreport
I open the package file (from lazreport src)
and it not compile!!...
error:
C:\lazarus\components\lazreport\source\LR_Class.pas(6757,33) Error: Incompatible type for arg no. 1: Got "AnsiString", expected "TComponent"

from the src the ofendig command is:
  XML := TXMLConfig.Create(FName);

Thanks
Lazarus is great!!! (I'm switching from delphi to lazarus)

jesusr

  • Sr. Member
  • ****
  • Posts: 484

tuswas

  • Newbie
  • Posts: 1
RE: install lazreport
« Reply #4 on: February 02, 2006, 07:43:14 am »
how can i install lazarus software, im using windows.

matthijs

  • Hero Member
  • *****
  • Posts: 537
Re: RE: install lazreport
« Reply #5 on: February 02, 2006, 08:04:46 am »
Quote from: "tuswas"
how can i install lazarus software, im using windows.

If you look at the main menu of this site you see an option called "Documentation (Wiki)". There is a lot of information there. One click further will bring you here. This is the starting page with links to all kinds of documentation. One of the links there brings you to Installing Lazarus.

On the last link you will find a link to the snapshots of Lazarus. Here you will find each day a new installer for (among others) Windows.

So, just run the installer. :)
What's in a sig? Would my posting look less if it didnot have a sig? (Free after William S.) :)

:( Why cannot I upload my own Avatar? :(

luifil

  • Newbie
  • Posts: 2
Re: install lazreport
« Reply #6 on: April 21, 2019, 08:47:48 am »
Hello, I use Win 10 64bit, Lazarus 2.0.0 and I try to instal Lazreport 0.9.5 following the instruction reported in
http://wiki.freepascal.org/LazReport_Documentation.
During installation the compile shows this error: "Msg=Incompatible types: got "TBytes" expected "Pointer""
in the line 8318: "BM:=DataSet.GetBookMark;".
Is there a solution for this?

lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: install lazreport
« Reply #7 on: April 21, 2019, 10:10:04 am »
Hello, I use Win 10 64bit, Lazarus 2.0.0 and I try to instal Lazreport 0.9.5 following the instruction reported in
http://wiki.freepascal.org/LazReport_Documentation.
During installation the compile shows this error: "Msg=Incompatible types: got "TBytes" expected "Pointer""
in the line 8318: "BM:=DataSet.GetBookMark;".
Is there a solution for this?

Change the declaration of whatever is giving the error (BM, probably) to the proper type?

IIRC, TDataset.GetBookmark used to return a pointer in the past but now it returns TBytes (which is an array of bytes). And it's been deprecated a (relatively) long time by now. Chek the docs.
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.

luifil

  • Newbie
  • Posts: 2
Re: install lazreport
« Reply #8 on: April 21, 2019, 12:37:09 pm »
thanks, I try to change the BM declaration, there was a tree calls to BM to change.
I just installed Lazarus 2.0.2, now there are no compiler errors.

Best

 

TinyPortal © 2005-2018