[Gambas-user] Import qbasic

2014-10-21 Thread Barry
Hello I have a package written in qbasic which is run from command line and then controlled by a menu program. I would like to import programs to gambas with the intent of running using the GUI and developing extra capabilities to the package. I know I have a lot of work to do to achieve this

Re: [Gambas-user] Import qbasic

2014-10-21 Thread Fabien Bodard
well ... Gambas is more near from VB than QBasic. I think you will have some work to do. Maybe the best will be to create a module, and then copy the whole file.bas in it. Then procedure by procedure you will have to convert some parts. 2014-10-21 15:57 GMT+02:00 Barry sylvanl...@gmail.com:

Re: [Gambas-user] Import qbasic

2014-10-21 Thread T Lee Davidson
On 10/21/2014 09:57 AM, Barry wrote: Hello I have a package written in qbasic which is run from command line and then controlled by a menu program. I would like to import programs to gambas with the intent of running using the GUI and developing extra capabilities to the package. I know I