RE: [Plib-devel] Saitek X52 joystick with 34 buttons
Brought to you by:
sjbaker
From: Fay J. F C. AAC/W. <joh...@eg...> - 2005-05-04 17:21:32
|
Gentlemen, Unfortunately Windows does not recognize "uint64_t". Instead they have their own 64-bit integer keyword, "__int64". I am sure that a "typedef" would help matters, but that introduces an operating-system-specific conditional compile into the "js.h" file. John F. Fay joh...@eg... 850-729-6330 -----Original Message----- From: pli...@li... [mailto:pli...@li...] On Behalf Of Bram Stolk Sent: Wednesday, May 04, 2005 11:25 AM To: pli...@li... Subject: Re: [Plib-devel] Saitek X52 joystick with 34 buttons <snip> Hi Trammell! I'll be happy to commit your changes to CVS. However, before I do that, I need to check for portability. jsLinux.cxx is pretty safe to adapt. However, js.h is cross-platform, and I wonder about the portability of uint64_t. Do all plib platforms know uint64_t ? <snip> |