IDE PB4 - Select SubSystems

Working on new editor enhancements?
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

IDE PB4 - Select SubSystems

Post 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?
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Fred
Administrator
Administrator
Posts: 18220
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

You can specify more than once subsystem, and the order is important as well, so it won't work.
Post Reply