bmx-ng / maxgui.mod

BlitzMax MaxGUI modules port.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maxgui.bmx: Unable to convert from 'Int' to 'Byte Ptr'

GWRon opened this issue · comments

Seems owner is of a different type now (int)

Function SetHotKeyEvent:THotKey( key,mods,event:TEvent=Null,owner:Byte Ptr=0 )

Fixed.

I get that very same error with "maxmods/brl.mod and pub.mod + maxgui.mod". Any chances for a "maxgui.mod" stored in maxmods and updated to work with brl/pub.mod ?

Dunno if that is "correct", but I removed the "=0" from the owner-param).