|
From: Nicholas N. <n.n...@gm...> - 2009-04-10 21:45:41
|
On Fri, Apr 10, 2009 at 4:44 AM, Stephane Marchesin <mar...@ic...> wrote: > > So I guess my question has become obvious by now: how can I pass 64 > bits to a callback on platforms where the native word size is 32 bit? > Until now all I can come up with is using two words (and slightly > different callbacks depending on the platform I'm in). Or am I doing > this completely wrong? As far as I know, breaking it into two is the only way to do it. Nick |