Page 1 of 1

IDE PB4 - Select SubSystems

Posted: Thu Feb 16, 2006 11:56 pm
by va!n
Info from the helpfile wrote:In fact you can create any directories in the subsystem dir which will contain one or many
pb libraries which maps the official libraries. When using the /SUBSYSTEM "yourpackage" flag,
it will first load all libs/residents found in the subsystem and then load the remaining libs
in the regular purelibraries\ drawer. For example we can imagine an 'OpenGL' subsystem which
redo all the sprite/sprite3D libs using opengl instead of DirectX (an using exactly the same
command syntax than the regular libs, of course).
I would like to have here a combobox to select the SubSystem you want to use - (The IDE could test the directory and list all directory names as SubSystem! - So the user dont must write the name of the SubSystem! This would be a nice feature for fast switching between existing SubSystems!) What do you think about this?

Posted: Fri Feb 17, 2006 12:32 am
by Fred
You can specify more than once subsystem, and the order is important as well, so it won't work.