Page 3 of 3
Re: PureBasic 4.70 beta 1 is ready !
Posted: Sat Aug 04, 2012 11:35 am
by Psychophanta
Thanks!
Re: PureBasic 4.70 beta 1 is ready !
Posted: Sat Aug 04, 2012 9:43 pm
by Marco2007
I just switched to 4.61...are there any advantages for windows-users?
Re: PureBasic 4.70 beta 1 is ready !
Posted: Sat Aug 04, 2012 11:45 pm
by Fred
Possibly faster libs
Re: PureBasic 4.70 beta 1 is ready !
Posted: Sun Aug 05, 2012 9:23 am
by [blendman]
great news !!
Thanks a lot

Re: PureBasic 4.70 beta 1 is ready !
Posted: Mon Aug 06, 2012 5:36 am
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
Re: PureBasic 4.70 beta 1 is ready !
Posted: Mon Aug 06, 2012 5:46 am
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...
Re: PureBasic 4.70 beta 1 is ready !
Posted: Thu Aug 09, 2012 12:06 pm
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

Re: PureBasic 4.70 beta 1 is ready !
Posted: Fri Aug 10, 2012 6:55 pm
by oryaaaaa
I tested Bug head project. It's OK.
Thank you, PB teams.
Re: PureBasic 4.70 beta 1 is ready !
Posted: Mon Aug 13, 2012 1:00 am
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 ?
Re: PureBasic 4.70 beta 1 is ready !
Posted: Mon Aug 13, 2012 8:12 am
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