Lazarus

Installation => Windows (32/64) => Topic started by: mysys on October 02, 2005, 06:23:13 pm

Title: install lazreport
Post by: mysys 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
Title: RE: install lazreport
Post by: Vincent Snijders 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.
Title: RE: install lazreport
Post by: pereiracarlos 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)
Title: RE: install lazreport
Post by: jesusr on November 16, 2005, 09:20:44 pm
read this thread: http://www.lazarus.freepascal.org/index.php?name=PNphpBB2&file=viewtopic&t=1393&highlight=
Title: RE: install lazreport
Post by: tuswas on February 02, 2006, 07:43:14 am
how can i install lazarus software, im using windows.
Title: Re: RE: install lazreport
Post by: matthijs 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 (http://wiki.lazarus.freepascal.org/index.php/Lazarus_Documentation). This is the starting page with links to all kinds of documentation. One of the links there brings you to Installing Lazarus (http://wiki.lazarus.freepascal.org/index.php/Installing_Lazarus).

On the last link you will find a link (http://www.de.freepascal.org/lazarus/) to the snapshots of Lazarus. Here you will find each day a new installer for (among others) Windows.

So, just run the installer. :)
Title: Re: install lazreport
Post by: luifil 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?
Title: Re: install lazreport
Post by: lucamar 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.
Title: Re: install lazreport
Post by: luifil 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