Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Ticket #95 (closed enhancement: fixed)

Opened 13 years ago

Last modified 13 years ago

64-bit support

Reported by: dsimcha Assigned to: Mike Wey
Priority: major Milestone: Release 1.4
Component: Structure and Packaging Version: TRUNK
Keywords: Cc:

Description

Attached are the patches needed to make gtkD compilable on 64-bit Linux. I just inserted casts where necessary, both because I couldn't think of any other way and because I don't think it's plausible for gtkD to be dealing with arrays of over 2 billion elements.

Attachments

gtkd64.diff (52.7 kB) - added by dsimcha on 02/13/11 23:18:24.
Patches for 64-bit

Change History

02/13/11 23:18:24 changed by dsimcha

  • attachment gtkd64.diff added.

Patches for 64-bit

03/06/11 15:29:34 changed by Mike Wey

  • owner changed from JJR to Mike Wey.
  • milestone set to Release 1.4.

03/07/11 22:00:51 changed by Mike Wey

  • status changed from new to closed.
  • resolution set to fixed.

Added to the wrapper in svn r801