Is it possible to set the renderer from a config file? I can't figure out how to access to file i/o commands without defining a framework first. Example of what I want to do:
Global cfgRenderer LoadCFG If cfgRenderer = 1 then Framework BRL.D3D7Max2D SetGraphicsDriver D3D7Max2DDriver() Else Framework BRL.GLMax2D SetGraphicsDriver GLMax2DDriver() EndifIf I don't define a framework and just set the graphic's driver, it works OK, but the EXE is much larger.