Hi,
I need to find out if I need to store a property value or note. The
property is published and has the 'stored' directive / storage
specifier.
I know how to test if the property value is equal to the propertie's
default value. But how to I determine the default value if the storage
specifier
On 9/10/08, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I need to find out if I need to store a property value or note. The
> property is published and has the 'stored' directive / storage
> specifier.
I think I found the solution. TypInfo.IsStoredProp() seems to do what I need.
Hi,
I want to install FPC/Lazarus for Win CE, and since I have still problems
with it on the iMac, I want to be sure I'm doing it right the first time.
I've printed info found on wiki.
on
http://wiki.lazarus.freepascal.org/Windows_CE_Interface#Using_the_snapshot_add-on_installer,
I read :
<
U
fpc 2.2.2 win32
Lazarus-0.9.25-16519-fpc-2.2.2-20080910-win32.exe
and
Lazarus - fpc 2.2.2 win32 -> arm wince
Lazarus-0.9.25-fpc-2.2.2-20080908-cross-arm-wince-win32.exe
> since I have still problems with it on the iMac
Are you using Windows in you iMac? You need to
The best solution is using the snapshots:
http://www.hu.freepascal.org/lazarus/
You need to install:
Lazarus - full - fpc 2.2.2 win32
Lazarus-0.9.25-16519-fpc-2.2.2-20080910-win32.exe
and
Lazarus - fpc 2.2.2 win32 -> arm wince
Lazarus-0.9.25-fpc-2.2.2-20080908-cross-arm-wince-win32.
On Wed, Sep 10, 2008 at 12:24 PM, Paul <[EMAIL PROTECTED]> wrote:
> Need to install all 4 packages in this order ?
2 packages in this order.
--
Felipe Monteiro de Carvalho
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepas
y
On Sep 10, 2008, at 8:24 AM, Paul wrote:
The best solution is using the snapshots:
http://www.hu.freepascal.org/lazarus/
You need to install:
Lazarus - full - fpc 2.2.2 win32
Lazarus-0.9.25-16519-fpc-2.2.2-20080910-win32.exe
and
Lazarus - fpc 2.2.2 win32 -> arm wince
Lazarus-0.9
I for one can not get Lazarus to run on 10.4.11 G5 Quad. Followed all
installation instructions - no launch. I don't care to download the
source and compile, I expect the easy installation to work (funny Mac
user).
although not as it should, I'm happy I'm not the only one ...
I spent a few
Downloading the sources and building Lazarus is trivial. It requires
pasting 3 commands into the console:
svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus
cd lazarus
make bigide LCL_PLATFORM=carbon OPT="-k-framework -kCarbon
-k-framework -kOpenGl"
Then you can navigate to the place whe
Zitat von Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>:
> Downloading the sources and building Lazarus is trivial. It requires
> pasting 3 commands into the console:
>
> svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus
> cd lazarus
> make bigide LCL_PLATFORM=carbon OPT="-k-framework
2 packages in this order.
I installed both packages, but I can't find anything of the crosscompiler.
I've set the LCL Widget to WinCe, but can't comple anything.
Paul
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal
On Wed, Sep 10, 2008 at 1:15 PM, Paul <[EMAIL PROTECTED]> wrote:
> I installed both packages, but I can't find anything of the crosscompiler.
> I've set the LCL Widget to WinCe, but can't comple anything.
You need to set 3 things:
Widgetset: wince
Target operating system: wince
Target architectur
Target operating system: wince
Target architecture: arm
I can't find these 2, are these to be set in lazarus or fpc?
Do I have to set arm if the target is a intel processor ?
Paul
- Original Message -
From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]>
To: "FPC-Pascal users discu
On Wed, Sep 10, 2008 at 1:59 PM, Paul <[EMAIL PROTECTED]> wrote:
> I can't find these 2, are these to be set in lazarus or fpc?
In Lazarus. Menu Project --> Compiler Options --> Code tab
> Do I have to set arm if the target is a intel processor ?
You are using Windows CE with x86 processor?
Int
Felipe Monteiro de Carvalho schrieb:
On Wed, Sep 10, 2008 at 1:59 PM, Paul <[EMAIL PROTECTED]> wrote:
I can't find these 2, are these to be set in lazarus or fpc?
In Lazarus. Menu Project --> Compiler Options --> Code tab
Do I have to set arm if the target is a intel processor ?
You are us
In Lazarus. Menu Project --> Compiler Options --> Code tab
thanks.
That's wrong: the i386 compiler knows also i386-wince. Only the rtl and
packages need to be compiled.
Are they available somewhere (compiled) or do I need to do that ?
Isn't WinCE x86 just a subset of Win32 ?
Paul
__
Hi!
Could anyone help me determining the defaults for MINENUMSIZE / PACKENUM?
As far as I could find in the docs it depends on $MODE: for $MODE OBJPAS
it's 4 but I could'nt find the default for $MODE DELPHI.
Is there a difference between the CPU-Flavor used (i386 contra X64)?
AFAIK this seem
On Wed, Sep 10, 2008 at 05:24:06PM +0200, Paul wrote:
>
> No, installed FPC/Lazarus on my iMac, but there are problems with it.
> Appearantly, I'm not the only one, I've seen problems with it on the
> mac-pascal list too.
> On Mac OS X 10.5, I can't start Lazarus (OS-error : You can't start
> l
Trivial
of little value or importance : huge fines were imposed for trivial
offenses | trivial details.
• (of a person) concerned only with trifling or unimportant things.
Ass-u-me-s you have svn... and unless I read the lazarus page wrong
the FPC source is required, yes?
The more I u
On Wed, Sep 10, 2008 at 1:51 PM, M Pulis <[EMAIL PROTECTED]> wrote:
> Trivial
trivial also means easy
> Ass-u-me-s you have svn... and unless I read the lazarus page wrong the FPC
> source is required, yes?
Yes, it assumes that fpc is installed, that the fpc source code dmg is
installed and
On Wed, 10 Sep 2008, Lukas Gradl wrote:
> Hi!
>
> Could anyone help me determining the defaults for MINENUMSIZE / PACKENUM?
>
> As far as I could find in the docs it depends on $MODE: for $MODE OBJPAS it's
> 4 but I could'nt find the default for $MODE DELPHI.
Where did you read that this depe
21 matches
Mail list logo