Menu

#2019 Get/SetWindowLong not supported in 64-bit Windows

Trunk
closed-accepted
None
5
2006-09-20
2006-09-19
Kimmo Varis
No

Per MSDN, GetWindowLong() and SetWindowLong() are
deprecated (for a lon time) and they are not
implemented in 64-bit Windows. GetWindowLongPtr() and
SetWindowLongPtr() must be used instead.

There is also one instance of GetClassLong() which must
be replaced with GetClassLongPtr().

Slowly approaching first 64-bit build of WinMerge...

Discussion

  • Kimmo Varis

    Kimmo Varis - 2006-09-19

    Original and altered files

     
  • Kimmo Varis

    Kimmo Varis - 2006-09-20

    Logged In: YES
    user_id=631874

    Committed to SVN.

    Completed: At revision: 3588

     
  • Kimmo Varis

    Kimmo Varis - 2006-09-20
    • assigned_to: nobody --> kimmov
    • status: open --> closed-accepted
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.