bmx-ng/maxgui.mod

[BUG] Win32MaxGUIEx won't compile due to recent commit to BCC

thareh opened this issue · 1 comments

Bug Report

Win32MaxGUIEx won't compile due to recent commit 6c96317c4347edb4cab685edabefeaf0a1ab5989 to fix bmx-ng/bcc#559.

The error:
Can't balance types Byte Ptr and LParam.

The code that errors at line 532:
If (owner._oldcursorlp<>l) Then

Thanks!
-- Thareh

Thank you! <3