Jump to content

eezstreet

Members
  • Posts

    5,207
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Vero Beach, FL
  • Interests
    Bass, programming.
  • Modding Interests
    Coder
    Scripter
    General Modding
  • Operating System
    Windows

Contact Methods

  • Steam
    eezstreet

Recent Profile Visitors

34,477 profile views

eezstreet's Achievements

Single Status Update

See all updates by eezstreet

  1. Updated the OpenJK compiling thread. It now requires VS2013 in order to compile.

    1. Show previous comments  5 more
    2. Xycaleth

      Xycaleth

      The change isn't for 64-bit Windows (I don't think?). The original code used printf("0x%x", ptr);, where %x prints out ptr in hex. But the C spec doesn't define whether 0x should or shouldn't be included as part of formatting %x. There are C runtime implementations that do either. The PRIxPTR macro in inttypes.h supposedly only prints the hex value of the address without the 0x prefix.

    3. Archangel35757

      Archangel35757

      But you can include that one header and still compile with 2010 or 2012 right? In my opinion development should freeze the VS version used... I hope they don't continue to move to latest version of VS at every new release.

    4. eezstreet

      eezstreet

      Regardless, it's rather trivial. It could have been formatted as "%xh" and that would've been fine..

×
×
  • Create New...