Why not make PureBasic Open Source ?

For everything that's not in any way related to PureBasic. General chat etc...
xorc1zt
Enthusiast
Enthusiast
Posts: 276
Joined: Sat Jul 09, 2011 7:57 am

Re: Why not make PureBasic Open Source ?

Post by xorc1zt »

Microsoft is not a totally closed source corporation, they share many of their source codes under a non-disclosure agreement.
If you are a enterprise who bought +1500 windows licences you can have the full source code of windows ( xp, vista, 7, 8 )
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: Why not make PureBasic Open Source ?

Post by Danilo »

xorc1zt wrote:Microsoft is not a totally closed source corporation, they share many of their source codes under a non-disclosure agreement.
If you are a enterprise who bought +1500 windows licences you can have the full source code of windows ( xp, vista, 7, 8 )
And Fantaisie Software does not give the full source under a non-disclosure agreement
if you send them 118,500.00 Euro? Are you sure about that?
xorc1zt
Enthusiast
Enthusiast
Posts: 276
Joined: Sat Jul 09, 2011 7:57 am

Re: Why not make PureBasic Open Source ?

Post by xorc1zt »

or you could be a microsoft most valuable professional and get the code for free but i highly doubt you will become one of those any day soon.
User avatar
dobro
Enthusiast
Enthusiast
Posts: 766
Joined: Sun Oct 31, 2004 10:54 am
Location: France
Contact:

Re: Why not make PureBasic Open Source ?

Post by dobro »

MachineCode wrote:
skywalk wrote:I've never understood why the IDE, VD and Help Documentation are not Open Source?
The IDE was open-source for a while. Then some idiot used it to make an IDE for a competing BASIC. So, back to closed-source, and rightly so.

it is very easy to make an editor for PureBasic
myself, I make it ... (EPB)...

with scintilla, Goscintilla now, it's easy :)

have the code for the IDE is useless ..
especially if you do not know how to program an editor ... :)
otherwise, it's easier to rebuild an editor from scratch

Having the source code for PureBasic, will, perhaps,
someone (Me ?? ), to produce a competitor version of PureBasic ....
just by changing the name :lol:
Last edited by dobro on Wed Feb 01, 2012 12:40 pm, edited 2 times in total.
Image
Windows 98/7/10 - PB 5.42
■ sites : http://michel.dobro.free.fr/
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: Why not make PureBasic Open Source ?

Post by Danilo »

xorc1zt wrote:or you could be a microsoft most valuable professional and get the code for free but i highly doubt you will become one of those any day soon.
I pay a yearly fee for a MSDN Premium Subscription and, althought it does not include
the Windows source code, i am very satisfied with it. One of the best investments i made,
besides Intel C++ Studio XE - also without the source code, because i can write source codes by myself. ;)
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: Why not make PureBasic Open Source ?

Post by rsts »

xorc1zt wrote:Microsoft is not a totally closed source corporation, they share many of their source codes under a non-disclosure agreement.
If you are a enterprise who bought +1500 windows licences you can have the full source code of windows ( xp, vista, 7, 8 )
basically incorrect. There MAY be instances of MS "sharing" Windows source code, but I've worked for 3 different companies that had over 5000 licenses (in one case 40,000 licenses), and Windows source code was NOT available. We had on-site MS Windows technicians, provided by MS, and even they didn't have DIRECT access to Windows source code.

We did get to visit the M$ store in Redmond and get great discounts though :).
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: Why not make PureBasic Open Source ?

Post by MachineCode »

Danilo wrote:That's the freedom of open source, i wouldn't call him an idiot.
It wasn't released under the GPL license, so he had no right to do that. It was an informal release by the team to let others upgrade the PureBasic IDE for the benefit of all PureBasic users. I call anyone who betrays their trust like that, an idiot. ;)
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
xorc1zt
Enthusiast
Enthusiast
Posts: 276
Joined: Sat Jul 09, 2011 7:57 am

Re: Why not make PureBasic Open Source ?

Post by xorc1zt »

rsts, i did work for a company who got access to the code trough the msdn code center prenium and a friend got the full code of the ntoskernel just by downloading a file with the msdn account of his school so the source code is not so hard to get. i still have the ntoskernel code if you want.
User avatar
skywalk
Addict
Addict
Posts: 4210
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Why not make PureBasic Open Source ?

Post by skywalk »

dobro wrote:
MachineCode wrote:
skywalk wrote:I've never understood why the IDE, VD and Help Documentation are not Open Source?
The IDE was open-source for a while. Then some idiot used it to make an IDE for a competing BASIC. So, back to closed-source, and rightly so.

it is very easy to make an editor for PureBasic
myself, I make it ... (EPB)...

with scintilla, Goscintilla now, it's easy :)

have the code for the IDE is useless ..
especially if you do not know how to program an editor ... :)
otherwise, it's easier to rebuild an editor from scratch

Having the source code for PureBasic, will, perhaps,
someone (Me ?? ), to produce a competitor version of PureBasic ....
just by changing the name :lol:
Yes, given enough frustration, I have considered writing my own. But I cannot justify the opportunity cost given the current IDE is really more than adequate. The reason I code is to save time!
The tease is freak's hint at a plug-in. But, after a year, I could have made dozens of small changes to an open source IDE that would have saved ME many keystrokes and clicks. :(

Yes, this "competing" Basic using an open-source PB IDE is mentioned often but I am here!
LOL, if a competitor is going to copy the IDE and change the name, how long will he be in business?

My interest in Open Sourcing the IDE, VD, & Help is to accelerate the development and support of PB. :wink:
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: Why not make PureBasic Open Source ?

Post by rsts »

xorc1zt wrote:rsts, i did work for a company who got access to the code trough the msdn code center prenium and a friend got the full code of the ntoskernel just by downloading a file with the msdn account of his school so the source code is not so hard to get. i still have the ntoskernel code if you want.
Show me a verifible reference to anyone besides a government, getting Windows source code.
xorc1zt
Enthusiast
Enthusiast
Posts: 276
Joined: Sat Jul 09, 2011 7:57 am

Re: Why not make PureBasic Open Source ?

Post by xorc1zt »

http://www.microsoft.com/resources/shar ... /eslp.mspx

NTOS kernel: http://demo.ovh.com/en/e926e0caef017029 ... 90a937dcd/

the windows source code is here

https://codepremium.msdn.microsoft.com

but you need to receive a smart card from microsoft to login

i don't have better references to provide than those.
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: Why not make PureBasic Open Source ?

Post by MachineCode »

thommy.oster wrote:I can't imagine Fred etc living from PB
So you know the financials of Fantasie Software, do you? Anyway, read this:
PureBasic Blog on 1 Feb 2012 wrote:I decided to get back at fulltime on PureBasic early in april
Source: http://www.purebasic.fr/blog/
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: Why not make PureBasic Open Source ?

Post by rsts »

That sure seems legit. Big turnaround from when I worked for H???????t Chemical (whoops, confidentiality agreement) (1997). One time they let us visit Redmond so MS engineers could tell us about a Windows security module, but we had over 40,000 seat licenses and couldn't even peek at the source.

cheers
xorc1zt
Enthusiast
Enthusiast
Posts: 276
Joined: Sat Jul 09, 2011 7:57 am

Re: Why not make PureBasic Open Source ?

Post by xorc1zt »

the shared source system started in 2001. i found a old article about this

http://www.zdnetasia.com/microsoft-dont ... 201504.htm

here is the original source of the ntos kernel source code i uploaded

https://www.facultyresourcecenter.com/c ... px?ID=7366
AAT
Enthusiast
Enthusiast
Posts: 259
Joined: Sun Jun 15, 2008 3:13 am
Location: Russia

Re: Why not make PureBasic Open Source ?

Post by AAT »

thommy.oster wrote:Why not make PureBasic Open Source?...
You can start your own open source XxxxBasic project. Isn't it?
Don't touch PureBasic, pls.
Post Reply