Menu

x64 optimized code

2007-12-11
2012-11-13
  • Nobody/Anonymous

    is it possible to compile notepad for x64 machines?
    is a 64-bit version planned?

    eg.
    * windows server 2003 R2 X64
    * vista x64

    does anybody have experience with x64 notepad?

    regards,
    josy from austria

     
    • rolkA

      rolkA - 2007-12-19

      you can, but the source code is not compatible.
      To make it compatible win Win64, GetWindowLongPtr-like calls should be used instead of GetWindowLong-like ones, and GWLP_ defines instead of GWL_.

      Cant make any patch because I don't know if it would work with MinGW (the MingW Windows SDK lacks a lot of features/functions).

       
    • Anonymous

      Anonymous - 2007-12-13

      I would like to second this motion

       
    • Nobody/Anonymous

      I suggest you try it yourselves, since the source code is available.