Search found 1 match

by pj
Thu Oct 28, 2004 6:38 am
Forum: Coding Questions
Topic: double float in CallCFunction
Replies: 3
Views: 1773

double float in CallCFunction

I am trying to use PureBasic to call a number of 3rd party dlls using
CallCFunction (to drive a digital camera). Unfortunately, one of them requires that I pass a 64-bit (double) floating point variable (representing
integration time in seconds). Is there a straightforward way to convert a 32-bit ...