@Fred: Make the Gadget lib as Open Source...

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
IceSoft
Addict
Addict
Posts: 1683
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

@Fred: Make the Gadget lib as Open Source...

Post by IceSoft »

@Fred,
It make sense to declare the Gadget lib as Open source.

Why:
Lot of missing feature to the orginal Micrososft gadgets.
The PB Community can help to improve the Gadget lib.
Maybe you start with a part of the Gadget lib as Open Source?
If you get positiv results you can make more Gadget as Open Source.
If not...you can close it again.

Or you make it Open Source for a part of PB users (Like the Alpha testing phases)

Make a try...please!
And you can work on more important stuffs for the next PB versions.
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post by Derek »

I would think this is impossible to do as the testing and integration of an open source lib would take so long and the team would have no definate way of controlling the additions to the lib.

Who knows how many conflicts and bugs would/could suddenly appear.
User avatar
IceSoft
Addict
Addict
Posts: 1683
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

Derek wrote:I would think this is impossible to do as the testing and integration of an open source lib would take so long and the team would have no definate way of controlling the additions to the lib.

Who knows how many conflicts and bugs would/could suddenly appear.
Look on some open source programs. You will see...it works!
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post by Derek »

It would be nice to think it could, after all the more gadgets you have to work with the more likely you will find the one you actually want for a particular job.
inc.
Enthusiast
Enthusiast
Posts: 406
Joined: Thu May 06, 2004 4:28 pm
Location: Cologne/GER

Post by inc. »

Do you got a link where someone could find some useful Infos or a tutorial how to do Gadget stuff using the Win API directly?

Cause if yes its just a thing of an userlib creation like "GadgetEx" or something similair.
Check out OOP support for PB here!
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

IceSoft wrote:
Derek wrote:I would think this is impossible to do as the testing and integration of an open source lib would take so long and the team would have no definate way of controlling the additions to the lib.

Who knows how many conflicts and bugs would/could suddenly appear.
Look on some open source programs. You will see...it works!
I can't confirm.
Lot of missing feature to the orginal Micrososft gadgets.
If features that are added are Windows only there's no point in adding them, just use Windows API yourself.
User avatar
IceSoft
Addict
Addict
Posts: 1683
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

inc. wrote:Cause if yes its just a thing of an userlib creation like "GadgetEx" or something similair.
Or use Subsystem.
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

All missing features a os depending. You can easy use CreateGadget from
PBOSL to create your own Gadget.
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

lol :mrgreen: :mrgreen:

"... please Mr. Gates, make Vista OpenSource so i can fix a bug when i find it..." Image
quidquid Latine dictum sit altum videtur
User avatar
IceSoft
Addict
Addict
Posts: 1683
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

freak wrote:lol :mrgreen: :mrgreen:

"... please Mr. Gates, make Vista OpenSource so i can fix a bug when i find it..." Image
:lol: So true... so true. :lol:
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

To get to the source you need to swim against the byte stream
(Freely after Stanislaw Jerzy Lec)
Post Reply