Shoutbox

help: looking for a converter... - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: help: looking for a converter... (/showthread.php?tid=26392)

help: looking for a converter... by wolf89 on 05-30-2004 at 04:09 PM

Hi!

I've created quite many programs with liberty basic and now I'd like to share them with people, who don't have basic or liberty basic on their machines so now I'm looking for a .bas to .exe converter or a .tkn to .exe converter

I would be very happy if someone would tell me where to get such a thing, because I don't know where to look anymore (I've done a quite massive search for it :D)


RE: help: looking for a converter... by matty on 05-30-2004 at 04:14 PM

http://home.cvc.org/ac/cp/bas-to-exe.htm


RE: help: looking for a converter... by wolf89 on 05-30-2004 at 04:20 PM

Thanks Matty, I really needed this information :D


RE: help: looking for a converter... by DJeX on 05-30-2004 at 04:27 PM

What is liberty basic and what code does it write? VB? C++?


RE: help: looking for a converter... by lhunath on 05-30-2004 at 04:41 PM

quote:
Originally posted by DJeX
What is liberty basic and what code does it write? VB? C++?
Basic is a programming language just like C and has known many evolutions. It started off with GWBasic, QBasic, QuickBasic, VisualBasic and recently has evolved into many slangs. It's popular because it's so bare easy to use. As the name suggests, its a very basic and high level programming language which is a great way to start learning about programming for starters.
The downside is that it's not at all very flexible and hasn't got the ability to do just what C and C++ or Delphi etc can. Which are alot lower level languages.
RE: help: looking for a converter... by CookieRevised on 05-31-2004 at 12:40 AM

quote:
Originally posted by DJeX
What is liberty basic and what code does it write? VB? C++?
It writes Liberty Basic code... It's yet another variant of "basic" (like there are hundreds, VB is one of them...)

quote:
Originally posted by lhunath
It started off with GWBasic, QBasic, QuickBasic, VisualBasic and recently has evolved into many slangs.
That's not completely correct. It didn't start with GWBasic. Basic was made a long time before that and has known already many variants before that, it isn't "recent" that variants appeared. Variants appeared as soon as the first basic-language was developed for the very first (home)computers... But anyways, DJeX did get the idea I suppose... ;)



RE: RE: help: looking for a converter... by lhunath on 05-31-2004 at 09:39 AM

quote:
Originally posted by CookieRevised
quote:
Originally posted by lhunath
It started off with GWBasic, QBasic, QuickBasic, VisualBasic and recently has evolved into many slangs.
That's not completely correct. It didn't start with GWBasic. Basic was made a long time before that and has known already many variants before that, it isn't "recent" that variants appeared. Variants appeared as soon as the first basic-language was developed for the very first (home)computers... But anyways, DJeX did get the idea I suppose... ;)
Yeah.. I knew that, but I couldn't name the previous ones and that's as far as my memory / experience goes.. =)
Aahhh you've got to love those good old days.. =)
RE: RE: help: looking for a converter... by wolf89 on 05-31-2004 at 11:29 AM

quote:
Originally posted by Matty.
http://home.cvc.org/ac/cp/bas-to-exe.htm


that text there was meant for liberty basic 2
although there's a slight difference in LB2's and LB4's (that's what I have) DLL's, I got the idea and I got it running nicely (Y)

again... thanks :D
RE: help: looking for a converter... by matty on 05-31-2004 at 11:45 AM

No prob it was a simple [Image: google.gif] search :)