Menu

#31 WakeOnLan in synamisc fails in D2009, Unicode conversion error

Release_35
closed-fixed
nobody
9
2021-06-18
2013-10-24
No

WakeOnLan in synamisc fails in D2009 due to Unicode conversion problem.

Line 140: HexMac := HexMac + Char(b);

should be changed to HexMac := HexMac + AnsiChar(b);

to avoid conversion errors.

This gave me a headache for about an hour :)

Discussion

  • Geby

    Geby - 2021-06-18
    • status: open --> closed-fixed
     
  • Geby

    Geby - 2021-06-18

    Thank you!

     

Log in to post a comment.

MongoDB Logo MongoDB