Re: [fpc-pascal] Graphic LRS creator

2009-02-02 Thread papelhigien...@gmail.com
Thank's leledumbo! I don't have many time to test it under windows... Corrected version is available... 2009/2/2 leledumbo leledumbo_c...@yahoo.co.id I notice that it's not directly compilable under Windows. First, you have some syntax errors: {$ifdef MSWINDOWS} newLine =

Re: [fpc-pascal] Graphic LRS creator

2009-02-01 Thread leledumbo
I notice that it's not directly compilable under Windows. First, you have some syntax errors: {$ifdef MSWINDOWS} newLine = chr(13)+chr(10) // missing semicolon!!! {$else} newLine = chr(10); {$endif} I suggest LineEnding constant instead. And I don't know about you, but this doesn't (and

Re: [fpc-pascal] Graphic LRS creator

2009-01-31 Thread papelhigien...@gmail.com
] 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] Graphic LRS creator

2009-01-30 Thread papelhigien...@gmail.com
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 -

Re: [fpc-pascal] Graphic LRS creator

2009-01-30 Thread leledumbo
What's the difference from http://sourceforge.net/project/showfiles.php?group_id=240460 LRSExplorer ? -- View this message in context: http://www.nabble.com/Graphic-LRS-creator-tp21745323p21745722.html Sent from the Free Pascal - General mailing list archive at Nabble.com.

Re: [fpc-pascal] Graphic LRS creator

2009-01-30 Thread papelhigien...@gmail.com
Hi! I met LRSExplorer when you talked about it... :) LRSExplorer can edit (add and remove) directly the lrs file. LazResource only can create the lrs file from a list of files and folders. It was created as replacement of lazres tool from lazarus. 2009/1/30 leledumbo leledumbo_c...@yahoo.co.id

Re: [fpc-pascal] Graphic LRS creator

2009-01-30 Thread vmars
/Rasberry) - Original Message - From: papelhigien...@gmail.com To: FPC-Pascal users discussions 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