PureBasic 4.70 beta 1.1 is out (OS X only)
PureBasic 4.70 beta 1.1 is out (OS X only)
Just a quick beta release with the fixed bugs included, to continue the bug hunt. Only the OS X packages have been uploaded, and the beta number is still '1'.
Have fun,
The Fantaisie Software Team.
Have fun,
The Fantaisie Software Team.
Re: PureBasic 4.70 beta 1.1 is out (OS X only)
Thanks, will try it out!
Re: PureBasic 4.70 beta 1.1 is out (OS X only)
Cool, will go through the bug check again. 

www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
Re: PureBasic 4.70 beta 1.1 is out (OS X only)
Bravo ! et merci pour ce laborieu travail.
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
Re: PureBasic 4.70 beta 1.1 is out (OS X only)
Thanks. 

https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
- Andre
- PureBasic Team
- Posts: 2139
- Joined: Fri Apr 25, 2003 6:14 pm
- Location: Germany (Saxony, Deutscheinsiedel)
- Contact:
Re: PureBasic 4.70 beta 1.1 is out (OS X only)
A good step forward, as the linker errors (with Cocoa, not with Carbon sub-system) are gone 
But does the Cocoa version change anything with the font handling?
As I have to use a MacOS-specific "workaround" again, which was already needed in an earlier OSX PB version:

But does the Cocoa version change anything with the font handling?
As I have to use a MacOS-specific "workaround" again, which was already needed in an earlier OSX PB version:
Code: Select all
CompilerIf #PB_Compiler_OS = #PB_OS_MacOS
DrawingFont(FontID(GetGadgetFont(gad)))
CompilerElse
DrawingFont(GetGadgetFont(gad))
CompilerEndIf
sh:g++ command not found
No sure what else I need to install. I am getting error when I tried to run the provided samples on both x86 and x64 versions:
sh:g++ command not found
Mountain Lion 10.8
Xcode 4.4
sh:g++ command not found
Mountain Lion 10.8
Xcode 4.4
Re: sh:g++ command not found
Install command tools from Xcode (Preferences / Download)csk wrote:No sure what else I need to install. I am getting error when I tried to run the provided samples on both x86 and x64 versions:
sh:g++ command not found
Mountain Lion 10.8
Xcode 4.4
Re: PureBasic 4.70 beta 1.1 is out (OS X only)
Hi Polo,
Tks. That does it.
Tks. That does it.
Re: PureBasic 4.70 beta 1.1 is out (OS X only)
Fred, can you please add the fullscreen button to PB IDE? 

Re: PureBasic 4.70 beta 1.1 is out (OS X only)
PB now display this message if g++ isn't found while compiling:
Should solve the XCode thing a bit more easily.
Code: Select all
XCode (with 'commandline tools') needs to be installed to use PureBasic.
XCode is found on the AppStore or on the installation DVD for older OS X versions.
If XCode is already installed, please ensure than the 'commandline tools' are installed
(XCode/Preferences/Downloads for new XCode, or re-run the installer for older versions).
Re: PureBasic 4.70 beta 1.1 is out (OS X only)
This is exactly what I had to do.Fred wrote:PB now display this message if g++ isn't found while compiling:
...Code: Select all
... or re-run the installer for older versions).
So this addition is very welcome.
Good job!
I am to provide the public with beneficial shocks.
Alfred Hitshock