[fpc-pascal] Re: fpc-pascal Digest, Vol 26, Issue 20

2006-10-09 Thread Ken G. Brown
That was it, I had a Uses Memory, and I renamed it to MacMemory and bingo, no errors. Thank you Sir! Ken At 12:00 PM +0200 10/8/06, [EMAIL PROTECTED] wrote: >Date: Sun, 8 Oct 2006 11:16:32 +0200 >From: Jonas Maebe <[EMAIL PROTECTED]> >Subject: Re: [fpc-pascal] THREADVARLIST_FVCOMMON & > TH

Re: [fpc-pascal] fp.ini defaults

2006-10-09 Thread Tomas Hajny
On 9 Oct 06, at 15:27, Norman C. Leet wrote: > When executing "fp" in an empty directory, an fp.ini file is > generated with AutoSaveFlags set to a value of 6. > Is there a way to arrange for the default value to be 7, without > recompiling the text IDE? > Otherwise, I need to go into the IDE Opt

[fpc-pascal] fp.ini defaults

2006-10-09 Thread Norman C. Leet
When executing "fp" in an empty directory, an fp.ini file is generated with AutoSaveFlags set to a value of 6. Is there a way to arrange for the default value to be 7, without recompiling the text IDE? Otherwise, I need to go into the IDE Options, Environment, Preferences menus and manually set Au

[fpc-pascal] Order of {$H+} and OBJFPC

2006-10-09 Thread Jeff Pohlmeyer
{$H+}{$MODE OBJFPC} Results in short strings with fpc-2.0.4, and long strings with previous compilers. Is this a bug fix, or a new bug? - Jeff ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fp

Re: [fpc-pascal] Low level disc access under windows with FPC

2006-10-09 Thread Vinzent Hoefler
On Sunday 08 October 2006 12:08, Pianoman wrote: > Hello, I'd like to ask if someone has experiences with low > level disk operations in windows with FPC. > The program should be able to copy entire diskete to one single image > file and for example extract a single file from that image or

Re: [fpc-pascal] Low level disc access under windows with FPC

2006-10-09 Thread Michael Van Canneyt
On Sun, 8 Oct 2006, Pianoman wrote: >Hello, I'd like to ask if someone has experiences with low level > disk operations in windows with FPC. > The program should be able to copy entire diskete to one single image file > and for example extract a single file from that image or view its co