Hi everyone,

I'm having a serious bash at developing pure functions for FPC now, specifically 'node emulation' so it can step through a pure function and compute output values.  One of the small problems I'm trying to solve is keeping track of the state of variables, some of which are record types or otherwise non-standard (e.g. _m128). Just before I develop something that isn't cross-platform, is it acceptable to use GetMem (and the use of pointers) and TVarRec on all platforms? (note I'm using TVarRec, not the Variant type).

Gareth aka. Kit


--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to