Menu

#5 64 systems bug

open
nobody
None
5
2007-02-13
2007-02-13
Anonymous
No

An error may occur in 64 systems when trying to call System.IntPtr.ToInt32(), we get when overflow

Discussion

  • Derek Viljoen

    Derek Viljoen - 2008-06-02

    Logged In: YES
    user_id=323921
    Originator: NO

    Is anyone working on this bug? Its becoming critical for us, but I don't want to have to debug it myself unless its the only way I'll get a fix.

     
  • Derek Viljoen

    Derek Viljoen - 2008-06-03

    Logged In: YES
    user_id=323921
    Originator: NO

    I fixed this bug, by search and replace all usage of lParam and changing it from int to long. Then a couple places where Int32 was changed to Int64. This solved the problem.

     
  • Adam

    Adam - 2008-10-25

    Fraid I don't have access to a 64 bit system.

    Adam