Compiler constant #PB_Editor_BuildCount missing on MacOS

Just starting out? Need help? Post your questions and find answers here.
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Compiler constant #PB_Editor_BuildCount missing on MacOS

Post by Andre »

...see here:

Code: Select all

Debug Str(#PB_Editor_BuildCount)
The same probably for more #PB_Editor_... constants...
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: Compiler constant #PB_Editor_BuildCount missing on MacOS

Post by Andre »

Upps, I just got the tipp that I must activate the constant in the compiler options first. Wasn't aware about this (used the build constant for the first time, as it was included in a forum source...).

Maybe the compiler could give a warning, instead of just telling "constant not found..."?
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply