[Lazarus] ZMSQL...

2016-03-11 Thread Liyuan García Caballero

Hello team!

I can't install ZMSQL. I use Lazarus 1.6 and FPC 3.0.0. This is the error:

zmquerydataset.pas(120,22) Fatal: no puedo encontrar LResources 
utilizado por ZMQueryDataSet. Comprueba si el paquete LCLBase se 
encuentra en las dependencias de paquete zmsql.


Thank's



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] FPC on OpenIndiana...

2015-09-24 Thread Liyuan García Caballero

Hi guys,

The install.sh script is missing for 
http://www.freepascal.org/down/x86_64/solaris-austria.var


Have a nice day

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] fpGUI Toolkit v1.2 release

2014-09-03 Thread Liyuan García Caballero
Where is the Changelog for v1.2?


El 19/08/2014 a las #4, Graeme Geldenhuys escribió:
 fpGUI v1.2 is available
 
 I'm glad to announce the 1.2 release of fpGUI. This has been over a
 years worth of development, so a complete list of changes will be
 to big to list here.
 
 For more details, run any of the following commands:
 
   git log --oneline v1.0..v1.2   (console viewer)
 or
   gitk v1.0..v1.2(gui viewer)
 
 
 Downloads
 -
 An archived source download of fpGUI, and pre-built binaries for
 DocView (fpGUI's Documentation Viewer) can be found at the following
 URL:
 
   http://sourceforge.net/projects/fpgui/files/fpGUI/1.2/
 
 ...or clone the source code repository by using any of the following
 commands:
 
 from SourceForge:
   git clone git://git.code.sf.net/p/fpgui/code fpgui
 
 from GitHub:
   git clone git://github.com/graemeg/fpGUI.git
 
 
 The 'master' branch contains the latest released fpGUI (v1.2), and the
 'develop' branch contains the latest development work on fpGUI.
 
 
 Documentation
 -
 Pre-built documentation in the highly optimized INF file format
 (for use with DocView) will be available for download shortly. A single
 archive of around 2MB in size. The documentation archive will contain
 the following help files:
 
  - Class documentation for fpGUI Toolkit
  - The Free Pascal Language Reference
  - FPC Runtime Library (rtl) help
  - FPC Free Component Library (fcl) help
 
 The download URL is:
 
   http://sourceforge.net/projects/fpgui/files/fpGUI/Documentation/
 
 If you want integrated help in your IDE or Programmer Editor of
 choice, the following URL describes how to do it:
 
   http://fpgui.sourceforge.net/docview_ide_integration.shtml
 
 
 For more details, please visit the fpGUI home page:
 
   http://fpgui.sourceforge.net
 
 
 Regards,
   - Graeme -
 

-- 
Lic. Liyuán García Caballero
Esp. B Ciencias Informáticas

Excelencia en Software Desoft en Ciego de Avila.
Joaquin de Aguero Esquina Calle 2. Ciego de Avila. Cuba.
Telfs.: (53 33) 266200 ext. 105. Telefax: (53 33) 22 8792.
e_mail: liy...@cav.desoft.cu
jabber: liy...@jabber.cav.desoft.cu

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Read Windows EventLog...

2011-09-09 Thread Liyuan García Caballero

Hello team

Somebody know how read from Windows EventLog with Free Pascal and Lazarus?

Liyuan


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] For responsible of luicontrols packages...

2011-03-29 Thread Liyuan García Caballero

On Kubuntu 10.04 x86_32 with lazarus 0.9.30 and fpc 2.4.2:

/usr/lib/lazarus/0.9.30/components/luicontrols/togglelabel.pas(65,15) 
Error: There is no method in an ancestor class to be overridden: 
TToggleLabel.SetBoundsKeepBase(LongInt,LongInt,LongInt,LongInt,Boolean=TRUE);


Atte.

--
Lic. Liyuán García Caballero
Esp. B Ciencias Informáticas

Excelencia en Software Desoft en Ciego de Avila.
Joaquin de Aguero Esquina Calle 2. Ciego de Avila. Cuba.
Telfs.: (53 33) 266200 ext. 105. Telefax: (53 33) 22 8792.
e_mail: liy...@cav.desoft.cu
jabber: liy...@jabber.cav.desoft.cu


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] LazReport can work on Mac OS X?

2011-02-24 Thread Liyuan García Caballero

Both i386 and PPC?

Thank's

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Error cross compiling for i386-netbsd...

2011-02-07 Thread Liyuan García Caballero

Hi, team

I cant run at my kubuntu 10.04 i386:  #sh buildcrosssnaphot

and get this error:


make[5]: se ingresa al directorio `/home/lgarcia/sources/fpc/rtl/netbsd'
/bin/mkdir -p /home/lgarcia/sources/fpc/rtl/units/i386-netbsd
/home/lgarcia/cross_fpc/cross/bin/i386-netbsd-as -o 
/home/lgarcia/sources/fpc/rtl/units/i386-netbsd/prt0.o i386/prt0.as

i386/prt0.as: Assembler messages:
i386/prt0.as:27: Error: unknown pseudo-op: `.section'
i386/prt0.as:155: Error: unknown pseudo-op: `.section

My buildcrosssnaphot setting:

CROSSTOOLSROOT=~/cross_fpc/cross
CROSSTOOLSROOT=${CROSSTOOLSROOT%/}/
FPCCVS=~/sources/fpc
DESTDIR=~/cross_fpc/
BASELIBDIR=${CROSSTOOLSROOT}crosslibs
LOGDIR=${CROSSTOOLSROOT}logs
MYINTEL=i386
EXTRAOPT=-gl
TARGETS_OS=netbsd
TARGETS_CPU=i386


The FPC version: FPC: 2.4.2

What happend here?

Thank's



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus under FreeBSD error linking...

2011-02-03 Thread Liyuan García Caballero

El 03/02/11 03:39, Mark Morgan Lloyd escribió:

Liyuan García Caballero wrote:

Hi guys

I try to compile lazarus under FreeBSD with gmake clean all but get 
this error:


Compiling resource ../units/i386-freebsd/lazarus.or
Linking ../lazarus
lazarus.pp(127,1) Error: Can't call the linker, switching to external 
linking

lazarus.pp(127,1) Error: Error while linking
lazarus.pp(127,1) Fatal: There were 2 errors compiling module, stopping
Fatal: Compilation aborted

FPC: 2.4.2
Lazarus: 0.9.29-28734-20101217
FreeBSD: 8.1


I was able to get most of the way through a Solaris 10 build without 
seeing anything comparable (it failed due to a missing library). 
However I've seen that happen on a system which was grossly short of 
memory- how much is in your system?



Hi Mark, exactly my memory are 256 MB, now 1 GB linking fine.

Thank's

--
Lic. Liyuán García Caballero
Esp. B Ciencias Informáticas

Excelencia en Software Desoft en Ciego de Avila.
Joaquin de Aguero Esquina Calle 2. Ciego de Avila. Cuba.
Telfs.: (53 33) 266200 ext. 105. Telefax: (53 33) 22 8792.
e_mail: liy...@cav.desoft.cu
jabber: liy...@jabber.cav.desoft.cu


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Lazarus on FreeBSD crash at startup...

2011-02-03 Thread Liyuan García Caballero

Hi team

I try run lazarus and get this error:

freebsd81# ./lazarus
TRasterImage.BitmapHandleNeeded: Unable to create handles, using default
[FORMS.PP] ExceptionOccurred
  Sender=EAccessViolation
  Exception=Access violation
  Stack trace:
  $290C684B
  $28EFDE1D
  $28F8214F
  $28F1DD1C
  $28EA3541
  $28EA3B36
  $28EA8401
  $28EA8889
  $28E430CF
  $28E43774
  $28E0BFEB
  $081EEBBC
  $082040EE
  $081347B8
  $08176996
  $08136AD7
  $08148DE9
TApplication.HandleException Access violation
  Stack trace:
  $290C684B
  $28EFDE1D
  $28F8214F
  $28F1DD1C
  $28EA3541
  $28EA3B36
  $28EA8401
  $28EA8889
  $28E430CF
  $28E43774
  $28E0BFEB
  $081EEBBC
  $082040EE
  $081347B8
  $08176996
  $08136AD7
  $08148DE9
[FORMS.PP] ExceptionOccurred
An unhandled exception occurred at $290C684B :
EAccessViolation : Access violation
  $290C684B
  $28EFDE1D
  $28F8214F
  $28F1DD1C
  $28EA3541
  $28EA3B36
  $28EA8401
  $28EA8889
  $28C33948
  $28AD8CB5
  $28C9327D
  $28E8AD20
  $28B8BCCE
  $28AA0CFD
  $28AD82AE
  $28AD8BE8
  $28C9F6E1

Attachment the gdb info

FPC: 2.4.2
Lazarus: 0.9.29-28734-20101217
FreeBSD: 8.1

Thank's

--
Lic. Liyuán García Caballero
Esp. B Ciencias Informáticas

Excelencia en Software Desoft en Ciego de Avila.
Joaquin de Aguero Esquina Calle 2. Ciego de Avila. Cuba.
Telfs.: (53 33) 266200 ext. 105. Telefax: (53 33) 22 8792.
e_mail: liy...@cav.desoft.cu
jabber: liy...@jabber.cav.desoft.cu

#0  $290c6260 in calloc () from /lib/libc.so.7
#1  $28efdd15 in g_malloc0 () from /usr/local/lib/libglib-2.0.so.0
#2  $28eaa6f4 in g_type_class_ref () from /usr/local/lib/libgobject-2.0.so.0
#3  $28e8fac4 in g_object_new_valist () from /usr/local/lib/libgobject-2.0.so.0
#4  $28e8fe07 in g_object_new () from /usr/local/lib/libgobject-2.0.so.0
#5  $28a15684 in gdk_pixbuf_new_from_data ()
   from /usr/local/lib/libgdk_pixbuf-2.0.so.0
#6  $08203bf5 in TGTK2WIDGETSET__RAWIMAGE_CREATEBITMAPS (ARAWIMAGE=
  {DESCRIPTION = {FORMAT = RICFRGBA, WIDTH = 32, HEIGHT = 32, DEPTH = 32, 
BITORDER = RIBOBITSINORDER, BYTEORDER = RIBOLSBFIRST, LINEORDER = 
RILOTOPTOBOTTOM, LINEEND = RILEDWORDBOUNDARY, BITSPERPIXEL = 32, REDPREC = 8, 
REDSHIFT = 0, GREENPREC = 8, GREENSHIFT = 8, BLUEPREC = 8, BLUESHIFT = 16, 
ALPHAPREC = 8, ALPHASHIFT = 24, MASKBITSPERPIXEL = 1, MASKSHIFT = 0, 
MASKLINEEND = RILEBYTEBOUNDARY, MASKBITORDER = RIBOBITSINORDER, 
PALETTECOLORCOUNT = 0, PALETTEBITSPERINDEX = 0, PALETTESHIFT = 0, 
PALETTELINEEND = RILETIGHT, PALETTEBITORDER = RIBOBITSINORDER, PALETTEBYTEORDER 
= RIBOLSBFIRST}, DATA = $298c8080 '', DATASIZE = 4096, MASK = $297dd0b0 
'�?���'#31'���'#31'���'#31'���'#15'��'#7, 
MASKSIZE = 128, PALETTE = $0, PALETTESIZE = 0}, ABITMAP=696082496, AMASK=0, 
ASKIPMASK=false, this=$29620020)
at gtk2lclintf.inc:366
#7  $0813469c in RAWIMAGE_CREATEBITMAPS (ARAWIMAGE=
  {DESCRIPTION = {FORMAT = RICFRGBA, WIDTH = 32, HEIGHT = 32, DEPTH = 32, 
BITORDER = RIBOBITSINORDER, BYTEORDER = RIBOLSBFIRST, LINEORDER = 
RILOTOPTOBOTTOM, LINEEND = RILEDWORDBOUNDARY, BITSPERPIXEL = 32, REDPREC = 8, 
REDSHIFT = 0, GREENPREC = 8, GREENSHIFT = 8, BLUEPREC = 8, BLUESHIFT = 16, 
ALPHAPREC = 8, ALPHASHIFT = 24, MASKBITSPERPIXEL = 1, MASKSHIFT = 0, 
MASKLINEEND = RILEBYTEBOUNDARY, MASKBITORDER = RIBOBITSINORDER, 
PALETTECOLORCOUNT = 0, PALETTEBITSPERINDEX = 0, PALETTESHIFT = 0, 
PALETTELINEEND = RILETIGHT, PALETTEBITORDER = RIBOBITSINORDER, PALETTEBYTEORDER 
= RIBOLSBFIRST}, DATA = $298c8080 '', DATASIZE = 4096, MASK = $297dd0b0 
'�?���'#31'���'#31'���'#31'���'#15'��'#7, 
MASKSIZE = 128, PALETTE = $0, PALETTESIZE = 0}, ABITMAP=696082496, AMASK=0, 
ASKIPMASK=false)
at ./include/lclintf.inc:159
#8  $08136c5b in CREATECOMPATIBLEBITMAPS (ARAWIMAGE=
  {DESCRIPTION = {FORMAT = RICFRGBA, WIDTH = 32, HEIGHT = 32, DEPTH = 32, 
BITORDER = RIBOBITSINORDER, BYTEORDER = RIBOLSBFIRST, LINEORDER = 
RILOTOPTOBOTTOM, LINEEND = RILEDWORDBOUNDARY, BITSPERPIXEL = 32, REDPREC = 8, 
REDSHIFT = 16, GREENPREC = 8, GREENSHIFT = 8, BLUEPREC = 8, BLUESHIFT = 0, 
ALPHAPREC = 8, ALPHASHIFT = 24, MASKBITSPERPIXEL = 1, MASKSHIFT = 0, 
MASKLINEEND = RILEWORDBOUNDARY, MASKBITORDER = RIBOBITSINORDER, 
PALETTECOLORCOUNT = 0, PALETTEBITSPERINDEX = 0, PALETTESHIFT = 0, 
PALETTELINEEND = RILETIGHT, PALETTEBITORDER = RIBOBITSINORDER, PALETTEBYTEORDER 
= RIBOLSBFIRST}, DATA = $2988b950 '', DATASIZE = 4096, MASK = $297dd140 
'�?���'#31'���'#31'���'#31'���'#15'��'#7, 
MASKSIZE = 128, PALETTE = $0, PALETTESIZE = 0}, ABITMAP=696082496, AMASK=0, 
ASKIPMASK=false)
at graphics.pp:2199
#9  $0813b3ff in TRASTERIMAGE__BITMAPHANDLENEEDED (this=$296000c0)
at ./include/rasterimage.inc:194
#10 $081484c4 in TCUSTOMICON__GETBITMAPHANDLE (this=$296000c0)
at ./include/icon.inc:546
#11 $0814a7b7 in TICON__HANDLENEEDED (this=$296000c0)
at ./include/icon.inc:1407
#12 $0814a736 in TICON__RELEASEHANDLE (this=$296000c0)
at ./include/icon.inc:1386
#13 $08088848 in 

Re: [Lazarus] Lazarus on FreeBSD crash at startup...

2011-02-03 Thread Liyuan García Caballero

El 03/02/11 15:21, Mattias Gaertner escribió:

On Thu, 03 Feb 2011 15:04:52 -0500
Liyuan García Caballeroliy...@cav.desoft.cu  wrote:


Hi team

I try run lazarus and get this error:

freebsd81# ./lazarus
TRasterImage.BitmapHandleNeeded: Unable to create handles, using default
[...]

FPC: 2.4.2
Lazarus: 0.9.29-28734-20101217
FreeBSD: 8.1

Can you try with a recent lazarus from svn?

svn checkout http://svn.freepascal.org/svn/lazarus/trunk lazarus


Mattias

I can not access the SVN from my location, I downloaded 
lazarus-0.9.31-29341-20110203-src.tar.bz2from Daily Snapshot. When I try 
to run I have the same error.



--
Lic. Liyuán García Caballero
Esp. B Ciencias Informáticas

Excelencia en Software Desoft en Ciego de Avila.
Joaquin de Aguero Esquina Calle 2. Ciego de Avila. Cuba.
Telfs.: (53 33) 266200 ext. 105. Telefax: (53 33) 22 8792.
e_mail: liy...@cav.desoft.cu
jabber: liy...@jabber.cav.desoft.cu


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Lazarus under FreeBSD error linking...

2011-02-02 Thread Liyuan García Caballero

Hi guys

I try to compile lazarus under FreeBSD with gmake clean all but get 
this error:


Compiling resource ../units/i386-freebsd/lazarus.or
Linking ../lazarus
lazarus.pp(127,1) Error: Can't call the linker, switching to external 
linking

lazarus.pp(127,1) Error: Error while linking
lazarus.pp(127,1) Fatal: There were 2 errors compiling module, stopping
Fatal: Compilation aborted

FPC: 2.4.2
Lazarus: 0.9.29-28734-20101217
FreeBSD: 8.1

Thank's


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Qt4pas under Haiku...

2010-08-04 Thread Liyuan García Caballero




Hi guys

Can
you tell me how I can compile on Haiku Qt4pas?. In
meeting http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html
downloads Qt4pas the sources for Linux, Windows and Mac, which I use
for Haiku?

Thanks





--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus