Editable Combobox for the Library Subsystem compiler option

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Christian Uceda
User
User
Posts: 67
Joined: Thu Jul 29, 2010 10:53 am

Editable Combobox for the Library Subsystem compiler option

Post by Christian Uceda »

Hi,

It would be nice to have an editable combo box listing all the library subsystem options, instead of just a plain unforgiving text gadget.

That way one could intuitively know what to put there specially with regards to some magic words not mentioned on the manual, like UserLibThreadsafe and UserLibThreadsafeUnicode.

For a long history on why this is a good idea, check:

http://www.purebasic.fr/english/viewtop ... 28#p333428
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: Editable Combobox for the Library Subsystem compiler opt

Post by gnozal »

Christian Uceda wrote:That way one could intuitively know what to put there specially with regards to some magic words not mentioned on the manual, like UserLibThreadsafe and UserLibThreadsafeUnicode.
These are custom subsystems, so they are not mentioned in the manual.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Christian Uceda
User
User
Posts: 67
Joined: Thu Jul 29, 2010 10:53 am

Re: Editable Combobox for the Library Subsystem compiler opt

Post by Christian Uceda »

Hi Gnozal,

I see, I just read this post: http://www.purebasic.fr/english/viewtop ... =5&t=42996

Makes sense I suppose, I was wondering how could this not be mentioned on the docs.
Post Reply