Page 1 of 1

What happens ComatePlus

Posted: Sat Feb 11, 2012 7:07 pm
by malo
Hello

I wanted to go to the website of nxSoftware to see if there was a version of ComatPlus 4.60 for PB, but I can not find the site.
ComatePlus will no longer be followed?

Re: What happens ComatePlus

Posted: Sat Feb 11, 2012 8:19 pm
by netmaestro
You'll know when the rest of us find out:

http://www.purebasic.fr/english/viewtop ... =7&t=48945

Re: What happens ComatePlus

Posted: Sun Feb 12, 2012 12:18 am
by MachineCode
malo wrote:ComatePlus will no longer be followed?
The great thing about ComatePlus is that it's made up of just normal PureBasic source files, rather than a closed-source lib, so it will always work, even if the author is no longer around to support it. I'm very grateful that srod made that decision; it's what all lib authors should really do. It's all well and good for them to say "I'll release the source if I lose interest", but as experience has shown with the mystery of srod's disappearance, and the sudden passing of Rook, such authors may never get the chance to release their sources. So, if you're a lib author reading this, please do us all a favor and release your sources sooner rather than later. Thank you.

Re: What happens ComatePlus

Posted: Sun Feb 12, 2012 12:49 am
by luis
If a programmer want to release his source code he will do it.
Asking for the source code of anything but a simple snippet or a very limited and specific portion of code is the rudest thing IMO.

That said, sure I would like everyone here to share his work exclusively in source form for many reasons, but I'll never ask for it.

I simply avoid to use any library posted here that isn't source.

So, binary libraries authors, do as you like and thanks for sharing, even if I'll never use one of your libs.

Re: What happens ComatePlus

Posted: Sun Feb 12, 2012 12:15 pm
by MachineCode
Luis, you're taking my request out of context and making it into something else. As I said in my post, I'm not talking to lib authors who will NEVER release their sources; but I'm talking specifically to lib authors who DO intend to release their sources when they lose interest in them. So I was asking such authors to release their sources sooner (now) rather than later (when they lose interest).

Re: What happens ComatePlus

Posted: Sun Feb 12, 2012 12:46 pm
by luis
@machinecode

I'll take your word on that. Even after re-reading it I don't feel like I misunderstood you and I would write the exact same post again, so I'm not going to apologize.

Anyway asking someone to release his work now for you to feel safer and not when he planned to do so, if ever, it's not any better.

We have very different opinions, you clarified your point of view and we both expressed our feelings on the subject.

We can wrap this up if that's ok with you :wink:

Re: What happens ComatePlus

Posted: Sun Feb 12, 2012 6:34 pm
by malo
Netmaestro thank you for the link I read with concern in the beginning.
I also hope that as many SROD is healthy and That I will return to this forum just do a quick hello.

I hope that Google will be able to make a good translation of my message on this delicate

Re: What happens ComatePlus

Posted: Sun Feb 12, 2012 10:48 pm
by utopiomania
In my opinion, libs are a useless feature, each time the 'Team' breaks PB syntax, the lib
has to be updated..

If the author is tired of this, you're out of luck, if he gets run over by a SUV, or squashed
by a Rhino having a bad hair day, you're out of luck.

Avoid libs. :)

Re: What happens ComatePlus

Posted: Mon Feb 13, 2012 4:27 am
by fsw
utopiomania wrote:In my opinion, libs are a useless feature, each time the 'Team' breaks PB syntax, the lib
has to be updated..

If the author is tired of this, you're out of luck, if he gets run over by a SUV, or squashed
by a Rhino having a bad hair day, you're out of luck.

Avoid libs. :)

The same is true of static libraries done in any other language.
That's the nature of programming :?

As a PureBasic user you can download older PureBasic versions if you need to and incorporate the free static lib in a DLL.
DLLs can be used with any PureBasic version. (Just watch for out for 32 or 64 bit...)

:mrgreen: