| Issue 22: | 64-bit linux fixes | |
| 2 people starred this issue and may be notified of changes. | Back to list |
attached are source patches for nme and hxcpp, hope it comes in useful. One thing I noticed is that the flags -D_64BITS as well as -DHXCPP_M64 need to be added to the compile command in order to get the compile working. This is due to the defines in hxcpp/include/hx/OS.h and elsewhere - maybe it would make sense to use just one ?
Dec 21, 2010
I think I have the 64-bit versions working now.
Status:
Fixed
|
Thanks. I also had to change the last line of... include/hx/StdLib.h to... static inline uint64_t __hxcpp_obj_id(Dynamic inObj) { return inObj.GetPtr() ? (uint64_t)inObj->__GetRealObject() : 0; }