Re: PureBasic 4.60 RC 2
Posted: Sat Oct 22, 2011 3:33 am
http://www.purebasic.com
https://www.purebasic.fr/english/
I have tried it on two other systems, one 7 and one 7 SP1 and both do the same on the tank and third person demos. One has an ATI and the other has a NVIDIA graphics card, DX9 installed, latest graphics drivers, etc.electrochrisso wrote:I get the same error as you Kuron, tested on win7 32bit, and Tank looks the same too, perhaps this is how it is supposed to look like being inside the tank.
Code: Select all
Macro CELL_A(WHICH = 1)
;Macro CELL_A(WHICH=1)
CELL_A#WHICH = Random(100)
EndMacro
Macro CELL_B(WHICH = 1)
;Macro CELL_B(WHICH=1)
CELL_B#WHICH = Random(100)
EndMacro
Macro CELL_ALL(WHICH = 1)
;Macro CELL_ALL(WHICH=1)
CELL_A(WHICH)
CELL_B(WHICH)
EndMacro
CELL_ALL()
CELL_ALL(2)
Debug CELL_A1
Debug CELL_B1
Debug CELL_A2
Debug CELL_B2
USCode wrote:Just like the crew of a submarine
Code: Select all
Gosub Marine
End
Marine:
Debug "Fred/Freak... we miss you..."
Return
They already answered this. Patience, my son.utopiomania wrote:I wonder when they plan to ship PB 4.60. I mean, how long can it take to get the thing shipshape
and out of the door?
If it takes 2 years to release... I couldn't care less. I am happy to wait until they decide it is ready, rather than be pestered into releasing it too early.utopiomania wrote:I wonder when they plan to ship PB 4.60. I mean, how long can it take to get the thing shipshape
and out of the door?
Two more months?
101% agreed! Quality and Robustness is everything. I'm using PB4.51 for Windows and it is excellent as-is. PB4.60 looks very nice indeed, well worth waiting for.If it takes 2 years to release... I couldn't care less. I am happy to wait until they decide it is ready, rather than be pestered into releasing it too early.
I don't think folks are pestering them to release it before it is ready. Given the speed with which Fred and Freak can crank out the bug fixes when they're focused on PB, folks are pestering them to just "work" on PB period. I think we were all spoiled by the PB development speed when Fred was able to devote full-time to PB.LuCiFeR[SD] wrote:... If it takes 2 years to release... I couldn't care less. I am happy to wait until they decide it is ready, rather than be pestered into releasing it too early.
Taking into consideration current global economic situation we're lucky that there are any updates at all no matter how long it takes to release them.USCode wrote:I don't think folks are pestering them to release it before it is ready. Given the speed with which Fred and Freak can crank out the bug fixes when they're focused on PB, folks are pestering them to just "work" on PB period. I think we were all spoiled by the PB development speed when Fred was able to devote full-time to PB.LuCiFeR[SD] wrote:... If it takes 2 years to release... I couldn't care less. I am happy to wait until they decide it is ready, rather than be pestered into releasing it too early.