After several discussions, we decided to install a wiki dedicated to
FPC. Depending on the usage, we'll decide if it will get a part of FPC's
web site.
The link is
http://www.freepascal.org/wiki/wiki.phtml
The purpose of this wiki is:
- being a knowledge base for developing with FPC
- documenting s
Hello, List!
Using ppc386 version 1.0.10, sizeof(cmyclass) returns the size of the
instance, e. g. 260 when there is one 'string' member, whereas ppc386 version
1.0.6 returns the expected size of a pointer, 4. Is this a bug, or a
deliberate change?
$: cat top/testsize.pas
program testsize;
ty