[Gambas-user] how to convert VB Project file to Gambas

Jussi Lahtinen jussi.lahtinen at ...626...
Fri Dec 13 14:30:42 CET 2013


Rob, you haven't use Gambas for years?



Anyway, I had pretty huge project and I did the conversion largely by hand.

Here are the differences (the article contains partly old information,
example Mid$() works now as in vb):
http://gambasdoc.org/help/doc/diffvb?v3

It's much about converting "End Function" etc to "End". And code like
"MyArray(1,2)" to "MyArray[1,2]".

Beware of Byref argument if you use it. It is little bit different in
Gambas.
http://gambasdoc.org/help/doc/byref?v3

Forms I rebuild manually in Gambas. So I don't know about converters.

It shouldn't be too hard. Just ask more questions if you run into problems.

Also here is Gambas help, if you want to see what commands exactly do:
http://gambasdoc.org/help/lang?v3


Jussi




On Fri, Dec 13, 2013 at 3:13 PM, Rob Kudla
<sourceforge-raindog2 at ...94...>wrote:

> On 12/13/2013 02:33 AM, //SCLPL/ Sudeep Damodar wrote:
> > dnt have any idea about Gambas.so i have   vb6 project .so i have to know
> > about how to directly convert vb6 project to Gambas.can you have any
> option
> > like this in Gambas
>
> I started writing such a thing 10 years ago, for .vbp and .frm files, but
> it was for gambas2 so you might not have much luck making it work with
> gambas3.
>
> I haven't used Gambas myself in years, so I'm afraid you're on your own if
> you run into trouble, unless someone else here still uses it. It definitely
> will not work if you use a lot of third party VB controls.
>
> http://gambas.8142.n7.nabble.com/ANN-ImportVBProject-0-0-8-td7076.html
>
> Rob
>
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
> Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list