[fpc-pascal] Printing of FPC program listing

2010-02-15 Thread James Gibbens
Hallo All, Thank you for the answers and advice I have received. Three new issues if you good people don't mind. 1. I want to print my program listing by using the print option in the File drop-down menu (Free Pascal IDE window). I click on the Print option but nothing happens - the printer is o

Re: [fpc-pascal] command line option to specify record alignment

2010-02-15 Thread Jonas Maebe
On 15 Feb 2010, at 21:36, Bruce Bauman wrote: > I want a command line equivalent to {$PACKRECORDS 1}. Is there a way to > do this via the command line? No, there isn't. Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.fr

Re: [fpc-pascal] TReader Class

2010-02-15 Thread Michael Van Canneyt
On Sat, 13 Feb 2010, Justin Smyth wrote: Hopefully someone can point me to the right direction here, if this isnt the right place to ask feel free to point to where i can ask ... The FPC Class for TReader is missing some procedures as defined in the delphi class of the same name writestr

[fpc-pascal] command line option to specify record alignment

2010-02-15 Thread Bruce Bauman
I've read through the documentation several times and cannot figure this out. The documentation is pretty unclear on this. I want a command line equivalent to {$PACKRECORDS 1}. Is there a way to do this via the command line? Thanks. -- Bruce CONFIDENTIALITY NOTICE: This e-mail is confi

Re: [fpc-pascal] TReader Class

2010-02-15 Thread fpc_ml1
Just interested in this... can you not use writestring, readstring? i know code is different but even on delphi they suggest you use writestring and readstring. readvalue is published. writevalue is not published... since you supposedly should be using existing routines to write values. if you ha