Jump to content

VB for WINDOWS,LINUX & MAC!

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well MS VB will not work on Linux right?
Yeah but I found this
http://www.realsoftware.com/download/
Witht his you can make a program on Windows and then save it as a Linux Binary file, and It will run on Linux!
I dont use this much, but as far as I read this does not support API but you can still program in Vb if you are on linux! ( TkTech said it can.. )

Hope you find this usefull!

#2
mevets

mevets

    Newbie

  • Members
  • PipPip
  • 11 posts
is it the same syntax as vb, vb.net, etc? i assumed it was their take on basic, but no?
Steve M.

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
The syntax is more like VB, but its restricted! but cool for Linux users that want to learn VB

#4
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
Hah, I've been using rb for years. No, its not restrictive in the slightest. The declare parameter allows you to use shared libraries and direct system calls (ie: api's) . It can convert Vb projects to Rb as well. The Rb3d envirment uses quesa with a simplified function set, classes, meathods, subs and modules. It is not restrictive in the slightest. Also allows Daemons and console apps.

Next time, try it for a bit before saying it cant do something.

#5
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
So, it is RB instead of VB?

#6
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts

TkTech said:

Hah, I've been using rb for years. No, its not restrictive in the slightest. The declare parameter allows you to use shared libraries and direct system calls (ie: api's) . It can convert Vb projects to Rb as well. The Rb3d envirment uses quesa with a simplified function set, classes, meathods, subs and modules. It is not restrictive in the slightest. Also allows Daemons and console apps.

Next time, try it for a bit before saying it cant do something.

Heh I tried it and read on the net about it.... couldn't find a way to declare API's etc ( neither on the net ).. and the VB conversion wouldn't convert the projects correctly, all sorts of errors would come up!
Well nevermind....

#7
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts

Ronin said:

So, it is RB instead of VB?
yes its REALbasic instead of VisualBasic