[fpc-pascal] WinCE multithreading

Fabio Luis Girardi fluisgirardi at gmail.com
Wed Sep 14 19:16:23 CEST 2011


I'm debugging and I have doubt: I'm using records and pointers to
records. On WinCE wiki, the use of unaligned only shows with pointers
to integer. And with recods, I must do

unalinged(myrec^).member

or

unalinged(myrec^.member)


???


The best regards,

Fabio Luis Girardi
PascalSCADA Project
http://sourceforge.net/projects/pascalscada
http://www.pascalscada.com



More information about the fpc-pascal mailing list