Discussion:
Powerbasic vs VB
(too old to reply)
Guy LaRochelle
2003-06-26 04:13:14 UTC
Permalink
How does Powerbasic compare to Visual Basic? Am I missing out on something
by going to Powerbasic instead of VB.net? Any info is appreciated.
Regards. -Guy
Clark
2003-06-26 16:22:42 UTC
Permalink
Post by Guy LaRochelle
How does Powerbasic compare to Visual Basic? Am I missing out on
something by going to Powerbasic instead of VB.net? Any info is
appreciated. Regards. -Guy
You mean "missing anything other than inexplicable crashes?"

The choice between PB and VB depends to a large degree on your goals. PB
may be more cumbersome for developing graphic interfaces. VB executables
may be slower. There are many other factors that others here know more
about.

So, what are you doing with the compiler?
Guy LaRochelle
2003-06-27 01:37:25 UTC
Permalink
I need to write code to get GPS NMEA data from COM1 and write it to a data
file. It doesn't have to be real fancy. Regards. -Guy
Post by Clark
Post by Guy LaRochelle
How does Powerbasic compare to Visual Basic? Am I missing out on
something by going to Powerbasic instead of VB.net? Any info is
appreciated. Regards. -Guy
You mean "missing anything other than inexplicable crashes?"
The choice between PB and VB depends to a large degree on your goals. PB
may be more cumbersome for developing graphic interfaces. VB executables
may be slower. There are many other factors that others here know more
about.
So, what are you doing with the compiler?
Guy LaRochelle
2003-06-27 01:40:56 UTC
Permalink
I need to write code to get GPS NMEA data from COM1 and write it to a data
file. It doesn't have to be real fancy. Regards. -Guy
Post by Clark
Post by Guy LaRochelle
How does Powerbasic compare to Visual Basic? Am I missing out on
something by going to Powerbasic instead of VB.net? Any info is
appreciated. Regards. -Guy
You mean "missing anything other than inexplicable crashes?"
The choice between PB and VB depends to a large degree on your goals. PB
may be more cumbersome for developing graphic interfaces. VB executables
may be slower. There are many other factors that others here know more
about.
So, what are you doing with the compiler?
Dominic Sexton
2003-06-27 10:16:07 UTC
Permalink
Post by Guy LaRochelle
I need to write code to get GPS NMEA data from COM1 and write it to a data
file. It doesn't have to be real fancy. Regards. -Guy
As others have said PB will be fine for this and the final package will
be very much smaller than with VB.

You may have already seen this information but if not here is a good
source of info on NMEA.

http://vancouver-webpages.com/peter/idx_nmeadoc.html
--
Dominic Sexton
http://www.dscs.demon.co.uk/
Loading...