pub.win32 error

Archives Forums/BlitzMax Bug Reports/pub.win32 error

col(Posted 2015) [#1]
Vanilla 'Max 1.50
In pub.mod/win32.mod/win32.bmx

change line 789 and 790 from

Function SetScrollInfo( hwnd,nBar,lpsi:SCROLLINFO,redraw )
Function GetScrollInfo( hwnd,nBar,lpsi:SCROLLINFO )

to

Function SetScrollInfo( hwnd,nBar,lpsi:Byte Ptr,redraw )
Function GetScrollInfo( hwnd,nBar,lpsi:Byte Ptr )

for the functions to work correctly