PureBasic 4.70 beta 1 is ready !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Re: PureBasic 4.70 beta 1 is ready !

Post by Psychophanta »

Thanks!
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Re: PureBasic 4.70 beta 1 is ready !

Post by Marco2007 »

I just switched to 4.61...are there any advantages for windows-users?
PureBasic for Windows
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 4.70 beta 1 is ready !

Post by Fred »

Possibly faster libs
User avatar
[blendman]
Enthusiast
Enthusiast
Posts: 297
Joined: Thu Apr 07, 2011 1:14 pm
Location: 3 arks
Contact:

Re: PureBasic 4.70 beta 1 is ready !

Post by [blendman] »

great news !!
Thanks a lot :D
User avatar
RichAlgeni
Addict
Addict
Posts: 935
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

Re: PureBasic 4.70 beta 1 is ready !

Post by RichAlgeni »

From what I have read, Cocoa is an Apple Object Oriented API.

I don't want to take up Fred's time, and very much appreciate his and the team's progress with PureBasic, but..

Could someone shed some more light on what Cocoa is, and if it will be of use on a Windows platform?

I haven't done much at all on Apple, but I have done some with Linux. Maybe Cocoa will be the impetus I need?

Thanks!

Rich
Klonk
Enthusiast
Enthusiast
Posts: 173
Joined: Tue Jul 13, 2004 2:17 pm

Re: PureBasic 4.70 beta 1 is ready !

Post by Klonk »

Any News whatsoever about an update to Visualdesigner?
At the very beginning one main reason to buy Purebasic at the beginning for me was the integrated Visual Designer...
Bye Karl
Niffo
Enthusiast
Enthusiast
Posts: 504
Joined: Tue Jan 31, 2006 9:43 am
Location: France

Re: PureBasic 4.70 beta 1 is ready !

Post by Niffo »

Awesome, many thanks for this great improvement ! Going to test it soon ...
And thanks Fred for all the fixes in the Mac Bug section ! I will be able to remove all my workarounds in my multi-platform projects ;)
Niffo
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Re: PureBasic 4.70 beta 1 is ready !

Post by oryaaaaa »

I tested Bug head project. It's OK.
Thank you, PB teams.
xorc1zt
Enthusiast
Enthusiast
Posts: 276
Joined: Sat Jul 09, 2011 7:57 am

Re: PureBasic 4.70 beta 1 is ready !

Post by xorc1zt »

- Updated: Use of VC++ 2010 instead of VC++ 2005 to compile the Windows libraries (32-bit and 64-bit), resulting of better optimized code
just to know, which flags was used ?
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 4.70 beta 1 is ready !

Post by Fred »

Nothing really special:

Code: Select all

x86: cl.exe /nologo /GS- /D_CRT_NOFORCE_MANIFEST /D_USE_32BIT_TIME_T /O1
x64: cl.exe /nologo /GS- /D_CRT_NOFORCE_MANIFEST /O1
Post Reply