Results 1 to 7 of 7

Thread: [RESOLVED] Good VB Converter

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    Resolved [RESOLVED] Good VB Converter

    Hey, I'm looking to translate some code into Delphi or C++ to compile into a DLL, does any one know a good FREE converter program? The code is just in a module, and has nothing fancy. Just a few Subs, Functions bit of string manipulation and file writing, creating, reading etc functions.

    There's no API calls or classes.

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Good VB Converter

    There's a Delphi program to convert VB to Delphi somewhere on the web. I played with it a few months ago. It doesn't work well out of the box, but it doesn't need much fixing. (You do have to be familiar with Delphi to fix it, though.)

    Or, if you know Pascal, you could just convert it by hand. The languages are similar enough.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    Re: Good VB Converter

    I can understand Delphi if i'm reading it, but writing it is another thing. I could probebly fix up most errors, and the ones i can't i'm sure someone would know how to fix. Isn't Delphi just the object orientated version of pascal? Cause the syntax is almost identical from my experience. Just like Qbasic is to Visual Basic.

    Do you remember the name of this program? I would love to give it a try .

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Good VB Converter

    You're almost right about Delphi - it's the Windowed object oriented version. There was a Turbo Pascal for Windows that was kinda-sorta for Windows, but it wasn't oop.

    If U can find it tonight, when I'm home, I'll post back. I think I may have saved it to one of my thumb drives. Should be just a couple of hours.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  5. #5
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Good VB Converter

    Okay, it's VB to Delphi, not the other way around, but maybe you can do something wih it. http://www.webdingers.com/VB2D.zip
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    Re: Good VB Converter

    Yep, when i get home i'll check it out thanks!!!

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    Re: Good VB Converter

    It had a few errors (i used to VB version of the converter), but i managed to jerry rig it. The Delphi code looks perfect, just gonna check it out and fix up the minor errors

    Thanks so much!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width