Command for using a subsystem

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Command for using a subsystem

Post by Dude »

Regarding the problem I had here:

viewtopic.php?p=529216#p529216

Perhaps it would be good to add a command like below, that we could add to the top of our source, so we don't need to go into "Compiler Options" just to make the source compile:

Code: Select all

UseSubsystem("OpenGL")
:?: