Re: [fpc-pascal] Graphic LRS creator

2009-01-31 Thread papelhigien...@gmail.com
Hi!

Zip version:

http://200.215.0.35/LazResGUI.zip



2009/1/30 vmars vm...@rgv.rr.com

  Please,
 is there a .zip version for windows?
 Thanks!

 ô¿ô
  V  e  r  n

 WinXp sp2 ,  Delphi5, WebDwarf, Trellian WebPage,
 Lazarus-0.9.26-fpc-2.2.2-win32.exe,
 wxPython2.8-win32-unicode-2.8.9.1-py26.exe , Boa 0.6.1
 http://www.flickr.com/photos/vmars956/

 Wanted: Dwarf Hibiscus (Orange/Rasberry)

 - Original Message -
 *From:* papelhigien...@gmail.com
 *To:* FPC-Pascal users discussions fpc-pascal@lists.freepascal.org
 *Sent:* Friday, January 30, 2009 5:11 AM
 *Subject:* [fpc-pascal] Graphic LRS creator

  Hi all!

 I created a gui tool to build lazarus resouces (lrs). You can add folders
 and files and load/save your resource configuration.
 It's based on LazRes tool from Lazarus.

 Download:

 http://200.215.0.35/LazResGUI.tar.bz2

 --

 ___
 fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-pascal


 ___
 fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-pascal

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Simple question about {$R +}

2009-01-31 Thread David W Noon
Hi all,

When I use a dynamic array and SetLength(), does the {$R +} option check
subscript ranges on that array?

-- 
Regards,

Dave  [RLU #314465]
===
david.w.n...@ntlworld.com (David W Noon)
===
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] absolute beginner

2009-01-31 Thread duiliofoschi
I am an old goat for what concerns Delphi, but I am an abolute beginner re FPC.

One simple question:

is there around any (free or commercial) grid component like TProfGrid
(www.profgrid.com) for FPC ?

Or (still better) which chances are that the code of TProfGrid would
compile with FPC ?

Thank you

Duilio Foschi
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Simple question about {$R +}

2009-01-31 Thread Jonas Maebe


On 31 Jan 2009, at 18:35, David W Noon wrote:

When I use a dynamic array and SetLength(), does the {$R +} option  
check

subscript ranges on that array?


Yes.


Jonas
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] absolute beginner

2009-01-31 Thread dmitry boyarintsev
 Or (still better) which chances are that the code of TProfGrid would
 compile with FPC ?
chances are very high, since FPC supports delphi dialect
{$ifdef fpc}{$mode delphi}{$h+}{$endif}

you also need to learn about LCL (Lazarus analog of delphi VCL
library) and Lazarus itself.

just start from this wiki page: http://wiki.lazarus.freepascal.org/
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] TZipper from FPC 2.2.2

2009-01-31 Thread Felipe Monteiro de Carvalho
Hello,

While I wait for FPC 2.4, which brings a much better TZipper, I am
trying to use the existing TZipper to create a zip file with the
following structure:

file1
file2
directory/file3

The problem is that it seams that the TZipper from FPC 2.2.2 will
always create a base directory in the archive, is that it? Like, if
the target file is called myfile.zip it will create the archive as:

myfile/file1
myfile/file2
myfile/directory/file3

The base directory makes the OpenDocument become corrupted in the eyes
of OpenOffice.

And I can't use FPC 2.3.1 because users of my library may have 2.2.2
installed ...

Any ideas if it's possible to avoid the base directory with the current TZipper?

Another cool possibility would be having this change merged. Any
chance? I can help testing 2.2.3

thanks,
-- 
Felipe Monteiro de Carvalho
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] TZipper from FPC 2.2.2

2009-01-31 Thread Michael Van Canneyt


On Sat, 31 Jan 2009, Felipe Monteiro de Carvalho wrote:

 Hello,
 
 While I wait for FPC 2.4, which brings a much better TZipper, I am
 trying to use the existing TZipper to create a zip file with the
 following structure:
 
 file1
 file2
 directory/file3
 
 The problem is that it seams that the TZipper from FPC 2.2.2 will
 always create a base directory in the archive, is that it? Like, if
 the target file is called myfile.zip it will create the archive as:
 
 myfile/file1
 myfile/file2
 myfile/directory/file3
 
 The base directory makes the OpenDocument become corrupted in the eyes
 of OpenOffice.
 
 And I can't use FPC 2.3.1 because users of my library may have 2.2.2
 installed ...
 
 Any ideas if it's possible to avoid the base directory with the current 
 TZipper?

No, it's probably definitely a bug...

 Another cool possibility would be having this change merged. Any
 chance? I can help testing 2.2.3

This will not be before 2.2.4. RC1 is already on the FTP server.
Only fixes related to the RC will be merged. After the official
release, the fix may get merged. 

Although 2.2.4 is probably the last 2.2 release.

Michael.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] TZipper from FPC 2.2.2

2009-01-31 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said:
 
 This will not be before 2.2.4. RC1 is already on the FTP server.
 Only fixes related to the RC will be merged. After the official
 release, the fix may get merged. 
 
 Although 2.2.4 is probably the last 2.2 release.

Well, I doubt that, since 2.4 is not even feature complete yet. (or I
misunderstood something)
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal