[futurebasic] [ANN] FBtoC 1.0.7

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2008 : Group Archive : Group : All Groups

From: Robert Purves <listrp@...>
Date: Thu, 27 Mar 2008 14:50:43 +1300
http://www.4toc.com/fb4

New feature:
- for/next loops may be executed zero times
for j = 1 to 0
   print "Never get here"
next

New examples:
Examples > Calculations > Counting for 1 second
Examples > CoreGraphics (Quartz) > CGBitMap demo

New documentation:
Build system caching.rtfd   [a file in the FBtoC_1.0.7 folder]

Bug fixes:
284	Closed		can't assign a string const to another
327	Closed		'print myUInt64Var/1024/1024/1024' prints 0
336	Closed		line continuation bug
337	Closed		def open "TYPE" does nothing
338	Closed		default file type should be 'TEXT'
339	Closed		crash from 'print test.r.left'
342	Closed		some labels become illegal C code
344	Closed		wrong number of decimal places sometimes printed


Open bugs:
314	Open		make strings in *.c runtime localizable
323	Open		input "prompt"; x does not work in console mode
343	Open		gcc error from pointer.offsetConst$ arg to toolbox Str255  
param


Robert P.