>>I am working with a dll that calulates a 64 bit integer. 
>>Is there any way to get this value out of the dll and into LabVIEW?
Use a cluster with two I32s.  I converted the I32 values to an EXTended
precision.
Convert high byte and low byte into EXT;
High byte into "Scale By Power Of 2" with n=32, add result to low byte.

Which byte is high? Depends: big endian, little endian.
  I was using a Windows API; the second I32 is high.


Enjoy,
> --------------------------------------------
> Brian Lucas
> [EMAIL PROTECTED]
> Honeywell Space Systems Glendale
> Phoenix, AZ
> --------------------------------------------
> 


Reply via email to