[Lazarus] TLazIntfImage

2008-12-16 Thread Raistware
Is there any easy and fast way to do a copy of a TLazIntfImage?
The class lacks off a .Assign procedure and I would like to avoid the
more complex class TPicture.

Any help would be apreciated.

Thanks.
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Leakview+lazarus 0.9.26+WinXP

2008-12-12 Thread Raistware
dmitry boyarintsev escribió:
 The solution is even simplier: heaptrc doesn't handle quoted
 parameters correctly.
 You can solve the problem by specifying file log parameter WITHOUT quotes, 
 i.e.:
 C:\  set HEAPTRC=log=myheap.log
 C:\  application.exe

   
Thanks you a lot, exactly without the quotes it works like a charm.
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Leakview+lazarus 0.9.26+WinXP

2008-12-11 Thread Raistware
Hello
I'm trying to use leakview at lazarus0.9.26 under WinXP (with leakview
downloaded from svn) But when I try to launch the application with the
environment variable set:

C:\  set HEAPTRC=log=myheap.log
C:\  application.exe

It fails to run with this:
---
Error
---
Runtime error 123 at $00411F28

  $00411F28

  $0040FC90

---
Ok
---

If I run without the environment variable it runs normally.
Any advice ?
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] SubVersion vs Git

2008-11-05 Thread Raistware
Graeme Geldenhuys escribió:
 Hi,

 Seeing that Lazarus and FPC are reasonable sized projects and have
 been using SubVersion for some time, there should be a few SubVersion
 experts around.

 Have any of you weighed up the pros and cons between SubVersion and
 Git? Has FPC or Lazarus team ever considered moving to Git? I'm busy
 downloading a 1 hour YouTube video demoing Git
 [http://www.youtube.com/watch?v=8dhZ9BXQgc4], so maybe afterwards I
 will have a better understand of Git.

 But from what I had read so far, Git seems superior in a few areas...
 I will list what I know below... What are your thoughts?

 * Git makes branching and merging really simple.

 * Git repositories are MUCH smaller. SubVersion has duplicates of each
 file which actually more than doubles the size of a repository.

 * Git is local, so checking history or doing commits are really fast.

 * You have lots of backups of Git repositories because they are local
 to each developer. In SubVersion, if the repository server is down,
 everybody is stuck.

 * Moving a SubVersion repository to Git is well supported. History stays 
 intact.



 What I'm not 100% sure about is:

 *  How well is Git supported on other platforms than Linux?

 * Does Git handle eol-style like SubVersion, or does it have an
 equivalent feature?


 Regards,
   - Graeme -


 ___
 fpGUI - a cross-platform Free Pascal GUI toolkit
 http://opensoft.homeip.net/fpgui/
 ___
 Lazarus mailing list
 Lazarus@lazarus.freepascal.org
 http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

   
IMHO Git support under Windows is very poor. Only works cygwin version, 
at least this summer, and not allways works all functionalities. I have 
lots of problems to get last version of a remote repository, and finally 
created a virtual machine with debian only to download the git repository.
So please, don't even consider moving to git until it doesn't work 
properly under all widelyused operating system.

Thanks.
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Work around Ubuntu dependences 0.9.26

2008-10-22 Thread Raistware
svaa escribió:
 Hello:

 Raistware [EMAIL PROTECTED] ha escrito:
 Can you post a mini-how-to for the people without enought free time?



 I don't know where that stuff must be written. But I have attached a 
 bash script to remove the dependence. I just cleaned up a little the 
 script I used to do some try and error. I hope it helps

 It needs two parameters: the directory where the original debian 
 package is, and the name of file of the new package. When the script 
 finishes you get a warning homepage field, or something like that. 
 Don't worry, I think that the original package added a non-standard 
 field that is ignored. If you run it without parameters, it will 
 display a short help.

 Now you can install the package you have just generated.

 Although I have tested it, I am not very used to write bash scripts. 
 Nevertheless, you needn't to run it as root, so if I have made a 
 mistake it won't hurt ;-).

 Regards
 Santiago A.


 svaa escribió:
 Hello:

 I have unpacked lazarus-ide_0.9.26-0_i386.deb, removed the dependence
 on libglib1.2ldbl, packed again and installed it with no problem.
 Everything seems to work fine.

 Regards
 Santiago A.

 Thank you!


 

 ___
 Lazarus mailing list
 Lazarus@lazarus.freepascal.org
 http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
   
Thank you a lot, but finally I was be able to extract, modify and 
rebuild lazarus-ide by myself.

I was wanting for help because I never did something similar on deb 
packages. The big trouble was to understand that only a DEBIAN dir and 
wanted files need to exist at package directory.
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Ubuntu dependences 0.9.26

2008-10-17 Thread Raistware
svaa escribió:
 I have installed lazaurs 0.9.26 on a ubuntu 7-10 (gutsy), but I get a  
 problem of dependencies:
 Lazarus-ide-0.9.26-0. needs libglib1.2ldbl and libgtk1.2.;  
 libglib1.2ldbl conflicts libglib1.2, but libgtk1.2 needs libglib1.2 so  
 it conflicts with libglib1.2ldbl.

 In sort

 Lazarus installs libglib1.2ldbl

 Lazarus installs libgtk1.2
  libgtk1.2 installs libglib1.2
 libglib1.2 removes libglib1.2ldbl

 Lazarus asks: where is the libglib1.2ldbl package I have just installed?

 I hadn't libglib1.2ldbl in the distribution Ubuntu 7-10, so I picked  
 from the next version ubutuntu 8.04LTS. I am aware I'm mixing two  
 distributions, nevertheless, as far as I see, no matter where I picked  
 the packages, libglib1.2ldbl and libgtk1.2 are not compatibles, but  
 lazarus demands both.

 I looks that there is something wrong in the dependences, but I  
 suppose I am not the first one in installing it, so I must be missing  
 something. any idea?

 Package: lazarus-ide
 Version: 0.9.26-0
Depends: libglib1.2ldbl (= 1.2.10-18)
 libgtk1.2 (= 1.2.10-4)

 Package: libglib1.2ldbl
 Version: 1.2.10-19build1
Conflicts: libglib1.2
Replaces: libglib1.2

 Package: libgtk1.2
 Version: 1.2.10-18
 Source: Akira TAGOH [EMAIL PROTECTED]
 Version: 1.2.10-18 (gutsy)
 Depends: libglib1.2 ( = 1.2.0)

 Regards
 Santiago A.



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

   
Same problem here with Debian Etch.
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] A todo list application

2008-10-03 Thread Raistware
Graeme Geldenhuys escribió:
 Hi,

 Lazarus is awesome. Ok, now that I made this message relevant to
 Lazarus, I can continue asking my question. ;-)

 I'm primarily working on Linux - 99% of the time. I'm looking for a
 small and simple ToDo List program. Something that saves the tasks in
 a text file so it can be transportable like on a flash drive.  I know
 there are many such applications for Windows, but I haven't found that
 much for Linux. The latest one (for Windows) that I looked at, and
 that many people are raving about is ToDoList from
 http://www.abstractspoon.com/, but it requires MFC42.DLL to run via
 WINE, and it's can't save under WINE for some reason. So that option
 doesn't work either.

 Maybe this is another project I can tackle - writing a cross-platform
 ToDo List program (if I can't find any descent ones for Linux).  What
 do you guys or girls use to keep up to date with what needs to be
 done. My post-it notes keep getting lost on my desk, so that is not an
 option anymore. My PDA is also to bulky to lug around between work and
 home - hence the reason I  want the program running of a flash drive.
 The same way I run PINs of my flash drive.

 Regards,
   - Graeme -


 ___
 fpGUI - a cross-platform Free Pascal GUI toolkit
 http://opensoft.homeip.net/fpgui/
 ___
 Lazarus mailing list
 Lazarus@lazarus.freepascal.org
 http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

   
My ToDo list is a simple text file that I can edit with any editor, 100% 
platform independent ;)
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus