Hi,

I'm looking to a function that will take two DWord as arguments and and returns a Qword where the low 4 bytes are the first DWord and the High 4 bytes the second DWord.

Something like MakeLong of win unit.

BTW

 TQWordRec = record
   D1: Dword;
   D2: DWord;
 end;

TQWordRec will have the same memory representation of the result of such function?

Thanks in advance.


Luiz
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to