PureBasic 4.70 beta 1.1 is out (OS X only)

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 18167
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

PureBasic 4.70 beta 1.1 is out (OS X only)

Post by Fred »

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.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: PureBasic 4.70 beta 1.1 is out (OS X only)

Post by Polo »

Thanks, will try it out!
User avatar
J. Baker
Addict
Addict
Posts: 2181
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Re: PureBasic 4.70 beta 1.1 is out (OS X only)

Post by J. Baker »

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.
f1roe
New User
New User
Posts: 4
Joined: Wed Mar 04, 2009 10:29 pm
Location: FRANCE - LYON 3

Re: PureBasic 4.70 beta 1.1 is out (OS X only)

Post by f1roe »

Bravo ! et merci pour ce laborieu travail.
User avatar
DoubleDutch
Addict
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)

Post by DoubleDutch »

Thanks. :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
Andre
PureBasic Team
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)

Post by Andre »

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:

Code: Select all

 CompilerIf #PB_Compiler_OS = #PB_OS_MacOS
   DrawingFont(FontID(GetGadgetFont(gad)))
 CompilerElse
    DrawingFont(GetGadgetFont(gad))
 CompilerEndIf
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
csk
User
User
Posts: 39
Joined: Tue May 03, 2011 5:52 pm
Location: Little Red Dot

sh:g++ command not found

Post by csk »

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
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: sh:g++ command not found

Post by Polo »

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
Install command tools from Xcode (Preferences / Download)
csk
User
User
Posts: 39
Joined: Tue May 03, 2011 5:52 pm
Location: Little Red Dot

Re: PureBasic 4.70 beta 1.1 is out (OS X only)

Post by csk »

Hi Polo,

Tks. That does it.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: PureBasic 4.70 beta 1.1 is out (OS X only)

Post by Polo »

Fred, can you please add the fullscreen button to PB IDE? ;)
Fred
Administrator
Administrator
Posts: 18167
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 4.70 beta 1.1 is out (OS X only)

Post by Fred »

PB now display this message if g++ isn't found while compiling:

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).
Should solve the XCode thing a bit more easily.
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Re: PureBasic 4.70 beta 1.1 is out (OS X only)

Post by fsw »

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).
...
This is exactly what I had to do.
So this addition is very welcome.
Good job!

I am to provide the public with beneficial shocks.
Alfred Hitshock
Post Reply