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 > > I notice that it's not directly compilable under Windows. First, you have > some syntax errors: > > {$ifdef MSWINDOWS} > newLine = chr(13)+chr(10) // missing semicolo

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 shouldn'

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 > 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

Re: [fpc-pascal] Graphic LRS creator

2009-01-30 Thread vmars
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/Rasberr

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 > > What's the difference

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.