Should I switch to PureBasic?
Posted: Thu Jan 14, 2010 10:27 pm
I'm thinking of switching to PureBasic. But I need some info first....
- Are PureBasic graphics all persistent? I've used VisualBasic (persistent graphics)
and REALBasic (non-persistent graphics) and I very much prefer persistent
graphics.
- Is there a VisualBasic to PureBasic or a REALBasic to PureBasic guide or code
conversion utility?
- Are there a other, more useful IDEs that are compatible with PureBasic. For
instance, I can't figure out how to assign a background image to the main
window. I searched through the help files and this forum and turned up nothing.
I found jaPBe and I see a couple forum user have been working on an
alternative IDE. jaPBe looks like it's just an enhanced code editor; no access to
properties. Is it even possible to assign a background image to the main
window in PureBasic?
- how fast are the internet connections (HTTP, TCP, UDP). I know that would
depend on whether I have dial-up or dsl or cable, etc. But assuming my
connection was T3 (it's not), how fast is PureBasic able to send and recieve
UDP only at 256 MTU or 512 MTU on a PC capable of sending or receiving 128Kbps.
Will the performance bottleneck be in my PureBasic compiled program or will it be
in my network specs.
- does the timer for timed events use real time? For example, in RealBASIC, 100
miliseconds does not always equal 1 second. It may equal .43 seconds for instance.
But 60 ticks will always equal exactly 1 second. Ticks uses real time.
- Are PureBasic graphics all persistent? I've used VisualBasic (persistent graphics)
and REALBasic (non-persistent graphics) and I very much prefer persistent
graphics.
- Is there a VisualBasic to PureBasic or a REALBasic to PureBasic guide or code
conversion utility?
- Are there a other, more useful IDEs that are compatible with PureBasic. For
instance, I can't figure out how to assign a background image to the main
window. I searched through the help files and this forum and turned up nothing.
I found jaPBe and I see a couple forum user have been working on an
alternative IDE. jaPBe looks like it's just an enhanced code editor; no access to
properties. Is it even possible to assign a background image to the main
window in PureBasic?
- how fast are the internet connections (HTTP, TCP, UDP). I know that would
depend on whether I have dial-up or dsl or cable, etc. But assuming my
connection was T3 (it's not), how fast is PureBasic able to send and recieve
UDP only at 256 MTU or 512 MTU on a PC capable of sending or receiving 128Kbps.
Will the performance bottleneck be in my PureBasic compiled program or will it be
in my network specs.
- does the timer for timed events use real time? For example, in RealBASIC, 100
miliseconds does not always equal 1 second. It may equal .43 seconds for instance.
But 60 ticks will always equal exactly 1 second. Ticks uses real time.