[Lazarus] Dispatching GUI messages from background threads

David W Noon david.w.noon at ntlworld.com
Sat Jan 10 20:47:22 CET 2009


Wouldn't it be a better much nicer way, if something like this were 
possible:

var l : longintBE;

l := $197a; 
Fs.WriteInt(l);

This should just need a new type, operator overloading and an overloaded 
writeint.

Or adding a new method WriteIntBE is also interesting;

Benito



More information about the Lazarus mailing list