AllBASIC Forum

BASIC Developer & Support Resources => Translators => Topic started by: aurel on October 25, 2011, 11:21:19 PM

Title: C to VB
Post by: aurel on October 25, 2011, 11:21:19 PM
I found sometimes ,somewhere C to VB translator but i cannot found this thing
If i remember this program is written in VB 6.0...
Anyone know something more... ???
Title: Re: C to VB
Post by: John on October 26, 2011, 07:02:53 AM
The BCX project has a VB5/6 converter to C but it's pretty old and I don't know if it is still being maintained.

Personally I don't see the point unless you have a client that doesn't want to go the VB.NET route and looking of alternatives.

Title: Re: C to VB
Post by: aurel on October 26, 2011, 08:37:25 AM
Quote
Personally I don't see the point
I see...
As we all know ,that most great opensource programs are written in C /C++ ,right?
So this type of converter will do the great job of converting C code to VB,FB or any other basic.
Title: Re: C to VB
Post by: John on October 26, 2011, 10:01:21 AM
Quote
So this type of converter will do the great job of converting C code to VB,FB or any other basic.

Opps. I thought you were looking for a VB to C conversion utility. You're going to have a hard time finding something that converts C to anything.
Title: Re: C to VB
Post by: Marcus on December 16, 2011, 12:12:20 PM
Quote
So this type of converter will do the great job of converting C code to VB,FB or any other basic.

Opps. I thought you were looking for a VB to C conversion utility. You're going to have a hard time finding something that converts C to anything.

Ha ha :) At my IRL job I'll start writing an objective c to java translator after x-mas. It'll most likely kick ass. We're developing iphone and android aps on pc with a common framework :) We write code in c++ and it's converted for iPone and soon, I hope, android.