Demo restrictions?

Everything else that doesn't fall into one of the other PB categories.
wysardry
User
User
Posts: 37
Joined: Sun May 27, 2012 4:58 pm

Demo restrictions?

Post by wysardry »

I checked the main site and did a search, but couldn't find out how the demo/trial version of PureBasic differs from the full version. Is there a page listing the differences?
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: Demo restrictions?

Post by ts-soft »

- 800 lines of code limit
- no predefined API functions, constants, interfaces or structures
- executable includes always the debugger-code (larger and slower)

I think this is all

Greetings - Thomas
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
User avatar
TI-994A
Addict
Addict
Posts: 2791
Joined: Sat Feb 19, 2011 3:47 am
Location: Singapore
Contact:

Re: Demo restrictions?

Post by TI-994A »

ts-soft wrote:- 800 lines of code limit
- no predefined API functions, constants, interfaces or structures
- executable includes always the debugger-code (larger and slower)
And IIRC, you couldn't create DLLs with the demo version.
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel :D
User avatar
skywalk
Addict
Addict
Posts: 4318
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Demo restrictions?

Post by skywalk »

ts-soft wrote:- executable includes always the debugger-code (larger and slower)
Huh, is this true for licensed versions?
Do I have to disable the debugger before I compile?
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
User avatar
Shield
Addict
Addict
Posts: 1021
Joined: Fri Jan 21, 2011 8:25 am
Location: 'stralia!
Contact:

Re: Demo restrictions?

Post by Shield »

No, not with the full version.
You can't disable the debugger at all in the demo version.
Image
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
wysardry
User
User
Posts: 37
Joined: Sun May 27, 2012 4:58 pm

Re: Demo restrictions?

Post by wysardry »

So, it would be suitable for beginners to learn the language?
User avatar
Shield
Addict
Addict
Posts: 1021
Joined: Fri Jan 21, 2011 8:25 am
Location: 'stralia!
Contact:

Re: Demo restrictions?

Post by Shield »

Yes.
Image
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
User avatar
TI-994A
Addict
Addict
Posts: 2791
Joined: Sat Feb 19, 2011 3:47 am
Location: Singapore
Contact:

Re: Demo restrictions?

Post by TI-994A »

wysardry wrote:So, it would be suitable for beginners to learn the language?
Personally, I believe that PureBasic is suitable for the novice to the expert.
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel :D
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Re: Demo restrictions?

Post by c4s »

TI-994A wrote:
wysardry wrote:So, it would be suitable for beginners to learn the language?
Personally, I believe that PureBasic is suitable for the novice to the expert.
Of course you're right, but I think he was refering to the demo version of PureBasic. :wink:
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
wysardry
User
User
Posts: 37
Joined: Sun May 27, 2012 4:58 pm

Re: Demo restrictions?

Post by wysardry »

Yes, I meant the demo version. I am thinking of starting a tutorial site and was just wondering if it could also be useful to those who haven't bought a licence yet.
Fred
Administrator
Administrator
Posts: 18553
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Demo restrictions?

Post by Fred »

Debugger can be disabled in newer demo version.
User avatar
Shield
Addict
Addict
Posts: 1021
Joined: Fri Jan 21, 2011 8:25 am
Location: 'stralia!
Contact:

Re: Demo restrictions?

Post by Shield »

@Fred: did other things change too (source size limit, DLLs, ...)?
Image
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
Fred
Administrator
Administrator
Posts: 18553
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Demo restrictions?

Post by Fred »

No, it's all displayed when you launch the demo.
User avatar
TI-994A
Addict
Addict
Posts: 2791
Joined: Sat Feb 19, 2011 3:47 am
Location: Singapore
Contact:

Re: Demo restrictions?

Post by TI-994A »

wysardry wrote:Yes, I meant the demo version. I am thinking of starting a tutorial site and was just wondering if it could also be useful to those who haven't bought a licence yet.
That sounds great. You can do quite a lot with 800 lines, and although API support is not built-in, it can still be used through the Import or OpenLibrary() functions. Just think of it as PureBasic Express!
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel :D
User avatar
blueb
Addict
Addict
Posts: 1125
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Re: Demo restrictions?

Post by blueb »

TI-994A wrote:... Just think of it as PureBasic Express!
Since some users don't like demo software, this might be an idea for Fred to consider.

Re-brand the demo to be PureBasic Express and launch a campaign
that it is now available at no charge.

-blueb
- It was too lonely at the top.

System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
Post Reply