Maxgui, mky/mojo2 won't compile

BlitzMax Forums/BlitzMax NG/Maxgui, mky/mojo2 won't compile

xlsior(Posted March) [#1]
Current NG bmk/bcc won't compile MaxGUI module:

[ 93%] Processing:hyperlink.bmx
[ 94%] Processing:scrollpanel.bmx
[ 94%] Processing:splitter.bmx
[ 95%] Processing:win32maxguiex.bmx
Compile Error: Unable to find overload for memcpy_(Short Ptr,Short Ptr,Int). Argument #3 is "Int" but declaration is "size_t".
[C:/Code/BlitzmaxNG510/mod/maxgui.mod/win32maxguiex.mod/win32maxguiex.bmx;4113;0]
Build Error: failed to compile (-1) C:/Code/BlitzmaxNG510/mod/maxgui.mod/win32maxguiex.mod/win32maxguiex.bmx


mky/mojo2.mod:
[ 95%] Processing:graphics.bmx
[ 96%] Compiling:graphics.bmx.debug.win32.x86.c
[ 97%] Processing:renderer.bmx
[ 97%] Compiling:renderer.bmx.debug.win32.x86.c
[ 98%] Processing:mojo2.bmx
Compile Error: New() cannot be declared in an Interface.
[C:/Code/BlitzmaxNG510/mod/mky.mod/mojo2.mod/.bmx/renderer.bmx.debug.win32.x86.i;11;0]
Build Error: failed to compile (-1) C:/Code/BlitzmaxNG510/mod/mky.mod/mojo2.mod/mojo2.bmx



Brucey(Posted March) [#2]
Those issues should be fixed now.


xlsior(Posted March) [#3]
Looks like that did it, thanks