• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Want to convert a VB6 code project into some other code

agibby5

Senior member
I have a partially designed Othello game in VB6. I want to use my logic and convert it to another, newer language for the sole purpose of learning a new language. I was thinking of using C++. I have DevC++ IDE and have a friend who has Visual Studio 2005, so those are my two options. I've primairily designed programs (never any games though) using Java and use PowerBuilder at work. I want to expand my credentials and enjoy the development process of developing something fun/useful. Any suggestions as to what language would be best to design this game in? Thanks.
 
Considering you already know Java, you'd be best to port this game in C#. It wouldn't be very difficult, and knowledge of C# can only help you.
 
Originally posted by: energydan
Considering you already know Java, you'd be best to port this game in C#. It wouldn't be very difficult, and knowledge of C# can only help you.

That's the type of answer I was looking for. I've been looking into C# since I started this thread and I came across XNA... worthwhile?
 
Originally posted by: agibby5
Originally posted by: energydan
Considering you already know Java, you'd be best to port this game in C#. It wouldn't be very difficult, and knowledge of C# can only help you.

That's the type of answer I was looking for. I've been looking into C# since I started this thread and I came across XNA... worthwhile?

How about you first learn how to use GDI+ 2D via C#?
 
Back
Top