update\Feature Request

BlitzPlus Forums/BlitzPlus Beginners Area/update\Feature Request

Andrew Mann2(Posted 2008) [#1]
BlitzBasic Plus has not many keywords for source code and i do not get on with if and end if.
is there going to be a update to Blitzbasic Plus this year and/or upgrade.

Feature request:
ocx support (to use ocx purchased)
com support
BlitzBasic Plus to have its own sdk to export to different program languages
to name some program languages i would like to feature request:
purebasic (amiga, windows and linux)
visual c++ professional and visual c++ Artictect
Liberty Basic 4.03 onwards.


Dabhand(Posted 2008) [#2]

i do not get on with if and end if



Use this then:-

number = 3

Select number
   Case 1
       Print "This wont print"
   Case 2
       Print "Neither will this"
   Case 3
       Print "This will though"
   Default     
       Print "If non of the above, print this anyway"
End Select


And if your expecting an update, you'll be a tadge unlucky as I think BRL are all updated on Blitz+. Though dont quote me on that! ;)


Andrew Mann2(Posted 2008) [#3]
what is BRL? ("you'll be a tadge unlucky as I think BRL are all updated on Blitz+. Though dont quote me on that!").


xlsior(Posted 2008) [#4]
what is BRL? ("you'll be a tadge unlucky as I think BRL are all updated on Blitz+. Though dont quote me on that!").


BRL = Blitz Research Ltd, the company that makes the Blitz languages.

And regarding the second part of the statement: it appears that BlitzPlus is pretty much at its end of its update cycle... For the last couple of years, it's only gotten a few critical bug fixes, but no new features.

The FAQ still claims it's under active development, though:
http://www.blitzmax.com/faq/faq_entry.php?id=29


Andrew Mann2(Posted 2008) [#5]
there is not going to be a newer version than purebasic amiga. purebasic amiga is free and full and open sourse on purebasic website.

Purebasic amiga is version 4.00.

another request sdk is for AMIGA GFA BASIC 3.5


Andrew Mann2(Posted 2008) [#6]
is there going to be a better product for making appications From BRL?


Andrew Mann2(Posted 2008) [#7]
may as well be sdk for better product.