Good morning!
I am new at the forum :wave: and i have a question
Ie there any program to use VB at Ubuntu?
Printable View
Good morning!
I am new at the forum :wave: and i have a question
Ie there any program to use VB at Ubuntu?
I would say it's very unlikely. VB relies on Microsoft Windows functionality and components that do not exist in Ubuntu. Since those components are Microsoft's property I can't see any reason why they'd port them to a 'competing' product.
yes you can run vb programs on most versions of linux, there s a converter /interpreter or whatever to make it all work
check out mono or wine, i believe one of those will do it
If anyone would know the answer to this question, the Linux folks would.
Moved
Wine *could* allow you to do this. I say could because Wine is not perfect, so if your VB app requires tons of extra dlls and what have you, then it might not work. But, if its an app that just displays the time, then its a good chance that it will.
Easier to develop on Linux using a standardised language and port to Windows.