Hi,
since adding
Framework brl.blitz
Import brl.max2d
Import brl.maxgui
Import pub.mysql
to the beginning of a project to reduce .exe size i get an error, it compiles but its a runtime error with this line:
loginWindow =CreateWindow ("Login:",(ClientWidth(Desktop())/2)-105,(ClientHeight(Desktop())/2)-105,305,210,Null,WINDOW_TITLEBAR|WINDOW_STATUS|WINDOW_CLIENTCOORDS)
the error is Unhandled Memory Exception Error
since adding
Framework brl.blitz
Import brl.max2d
Import brl.maxgui
Import pub.mysql
to the beginning of a project to reduce .exe size i get an error, it compiles but its a runtime error with this line:
loginWindow =CreateWindow ("Login:",(ClientWidth(Desktop())/2)-105,(ClientHeight(Desktop())/2)-105,305,210,Null,WINDOW_TITLEBAR|WINDOW_STATUS|WINDOW_CLIENTCOORDS)
the error is Unhandled Memory Exception Error