PureBasic 4.70 beta 1 is ready !
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Re: PureBasic 4.70 beta 1 is ready !
I just switched to 4.61...are there any advantages for windows-users?
PureBasic for Windows
Re: PureBasic 4.70 beta 1 is ready !
Possibly faster libs
- [blendman]
- Enthusiast
- Posts: 297
- Joined: Thu Apr 07, 2011 1:14 pm
- Location: 3 arks
- Contact:
Re: PureBasic 4.70 beta 1 is ready !
great news !!
Thanks a lot
Thanks a lot

- RichAlgeni
- Addict
- Posts: 935
- Joined: Wed Sep 22, 2010 1:50 am
- Location: Bradenton, FL
Re: PureBasic 4.70 beta 1 is ready !
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
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 !
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...
At the very beginning one main reason to buy Purebasic at the beginning for me was the integrated Visual Designer...
Bye Karl
Re: PureBasic 4.70 beta 1 is ready !
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
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
Re: PureBasic 4.70 beta 1 is ready !
I tested Bug head project. It's OK.
Thank you, PB teams.
Thank you, PB teams.
Re: PureBasic 4.70 beta 1 is ready !
just to know, which flags was used ?- Updated: Use of VC++ 2010 instead of VC++ 2005 to compile the Windows libraries (32-bit and 64-bit), resulting of better optimized code
Re: PureBasic 4.70 beta 1 is ready !
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