Why does font.pb claim to not compile with the demo version?

Just starting out? Need help? Post your questions and find answers here.
Quin
Addict
Addict
Posts: 1122
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Why does font.pb claim to not compile with the demo version?

Post by Quin »

At the top of the Font.pb example file, it says:

Code: Select all

; NOTE: This file doesn't compile with the demo version !
This interested me, because I like to consider PureBasic's demo to be very liberal and fair, and I'm wondering what this does that makes it not compile with the demo version? I see no API functions or constants being used, and it's certainly not more than 800 lines...
I don't have demo PB lying around, so figured I'd ask the incredible people here rather than creating a 9th C:\PureBasic... folder.
Thanks!
wombats
Enthusiast
Enthusiast
Posts: 716
Joined: Thu Dec 29, 2011 5:03 pm

Re: Why does font.pb claim to not compile with the demo version?

Post by wombats »

I installed the demo and it worked, so...maybe an old version of that example used an API call and the comment was never taken out?
Post Reply