Visual Basic 2008 Conversion

I have several fairly large applications written in Visual Basic 2008 Express Edition. I have seen the light, and I am converting everything to Visual C++ Express Edition before working further on the applications.

Is there a (hopefully) fast and easy way to convert the VB 2008 EE to VC++ 2008 EE? Any help or suggestions would be deeply appreciated!
Thanks,
tekwrytr
...

You want to machine-translate (in the case of code, I could have just said "compile", but it would have caused confusion) VB.NET code to C++?
Sorry, guy. You're out of luck. Either, a) there's no such thing, or b) there is such a thing, but the code you will get will be awful, as is the case with most high-level-to-high-level compilers.

If you merely want to translate to C++.NET, I'm pretty sure there are compilers out there for .NET, as all those languages are pretty much the same. Then again, since they're all the same, why would anyone want to do that in the first place?

tl;dr: If you want to compile VB.NET->C++, give up hope. If you want to compile VB.NET->C++.NET, it's possible, but it's mostly pointless.
Last edited on
Topic archived. No new replies allowed.