Re: [fpc-devel] Illegal Expression: Compile Err - On one XP Pro box, not another - same source. Please Advise

2007-01-19 Thread Marc Weustink
Jason P Sage wrote: > Hello All, > > I have just installed the same exact FPC 2.0.4 Binary install on a new XP > Pro Box. When I compile code on this box with source files that compile > On my other XP Pro box and my Fedora Linux Box - I get invalid operator. > > I'm using the Bracket style comp

[fpc-devel] Illegal Expression: Compile Err - On one XP Pro box, not another - same source. Please Advise

2007-01-19 Thread Jason P Sage
Hello All, I have just installed the same exact FPC 2.0.4 Binary install on a new XP Pro Box. When I compile code on this box with source files that compile On my other XP Pro box and my Fedora Linux Box - I get invalid operator. I'm using the Bracket style compiler directive for objfpc compile

Re: [fpc-devel] Error: Unable to create "reg.xml" file

2007-01-19 Thread Graeme Geldenhuys
On 1/19/07, Marco van de Voort <[EMAIL PROTECTED]> wrote: > As for my own apps and any user settings, I call gINI which stores > them in a .ini file on both Windows and Linux. There is one dangerous caution against overzealous inifile use: with lessened privileges (a situation that is going to

Re: [fpc-devel] Error: Unable to create "reg.xml" file

2007-01-19 Thread Michael Van Canneyt
On Fri, 19 Jan 2007, Vinzent Hoefler wrote: > On Friday 19 January 2007 13:23, Michael Van Canneyt wrote: > > > HKEY_USER keys is not desirable or feasible (roaming profiles etc). A > > config directory can be made read/write for all users. > > A registry key can be made that, too. I know. Bu

Re: [fpc-devel] Error: Unable to create "reg.xml" file

2007-01-19 Thread Vinzent Hoefler
On Friday 19 January 2007 13:23, Michael Van Canneyt wrote: > HKEY_USER keys is not desirable or feasible (roaming profiles etc). A > config directory can be made read/write for all users. A registry key can be made that, too. Vinzent. ___ fpc-devel

Re: [fpc-devel] Error: Unable to create "reg.xml" file

2007-01-19 Thread Vinzent Hoefler
On Friday 19 January 2007 13:12, Marco van de Voort wrote: > There is one dangerous caution against overzealous inifile use: with > lessened privileges (a situation that is going to become more > frequent under Vista, iow, user has no admin rights), apps can't > write to "program files/" with the

Re: [fpc-devel] Error: Unable to create "reg.xml" file

2007-01-19 Thread Michael Van Canneyt
On Fri, 19 Jan 2007, Marco van de Voort wrote: > > On 1/19/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > > I fixed a bug in TInifile only yesterday. Maybe that is it. > > > Loading form state should work, saving may still exhibit the problem. > > > > Thanks, I'll get another FPC u

Re: [fpc-devel] Error: Unable to create "reg.xml" file

2007-01-19 Thread Marco van de Voort
> On 1/19/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > I fixed a bug in TInifile only yesterday. Maybe that is it. > > Loading form state should work, saving may still exhibit the problem. > > Thanks, I'll get another FPC update and retest. The problem occurred > mostly at the save s

Re: [fpc-devel] Error: Unable to create "reg.xml" file

2007-01-19 Thread Graeme Geldenhuys
On 1/19/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: I fixed a bug in TInifile only yesterday. Maybe that is it. Loading form state should work, saving may still exhibit the problem. Thanks, I'll get another FPC update and retest. The problem occurred mostly at the save stage (closing a

Re: [fpc-devel] Error: Unable to create "reg.xml" file

2007-01-19 Thread Michael Van Canneyt
On Fri, 19 Jan 2007, Graeme Geldenhuys wrote: > On 1/19/07, Bogusław Brandys <[EMAIL PROTECTED]> wrote: > > TRegistry under Linux is simulated using XML file (this is afaik > > > TXMLRegistry class inside) > > > > > > FPC 2.1.1 is a proper version for registry under Linux.2.0.4 had bugs > > here

Re: [fpc-devel] Error: Unable to create "reg.xml" file

2007-01-19 Thread Graeme Geldenhuys
On 1/19/07, Bogusław Brandys <[EMAIL PROTECTED]> wrote: TRegistry under Linux is simulated using XML file (this is afaik TXMLRegistry class inside) FPC 2.1.1 is a proper version for registry under Linux.2.0.4 had bugs here. I'm using FPC 2.1.1! I found when the problem occurs. When a form i

Re: [fpc-devel] Error: Unable to create "reg.xml" file

2007-01-19 Thread Bogusław Brandys
Graeme Geldenhuys wrote: Hi, I started getting this message in my Lazarus applications since the last 2 weeks. It happens very seldom, but still strange. I don't use xml files at all in my application and don't have a reference to a "reg.xml" in any of my code. The applications are run from m