Results 1 to 8 of 8

Thread: I'm looking for an old Vb3 de-complier.

  1. #1

    Thread Starter
    Hyperactive Member Al Smith's Avatar
    Join Date
    May 1999
    Location
    Marcellus, MI. USA
    Posts
    330

    I'm looking for an old Vb3 de-complier.

    Hi,
    We have an old program, circa 1999, that was written using VB3. The source code is long gone and the author is no longer with us.
    We want to convert one of the functions to asp.net.
    I've found links that mention a VB3 de-compiler but none of the links are active.
    Any help will be appreciated.
    Thanks,
    Al.
    A computer is a tool, not a toy.

  2. #2
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253
    I doubt you will get help under the circumstances of you wanting to De-compile and exe, even if it is your program.

  3. #3
    PowerPoster Keithuk's Avatar
    Join Date
    Jan 2004
    Location
    Staffordshire, England
    Posts
    2,236
    You can download a VB3 decompiler from:

    http://www.programmersheaven.com/zone1/cat252/66.htm

    and for VB4:

    http://www.programmersheaven.com/zone1/cat252/13083.htm

    but I don't think this one works, I've tried it before. The VB3 version isn't the lastest version. I have a newer version which does VB2 as well.

    Email me and we can swap projects.


  4. #4
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253
    Any for VB6?

  5. #5
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    Originally posted by Madboy
    Any for VB6?
    Can't be done...


    Has someone helped you? Then you can Rate their helpful post.

  6. #6
    Lively Member
    Join Date
    Jan 2004
    Posts
    87
    why cant it be done?

  7. #7
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629
    because you can't convert the code to a higher level language..
    Like Archer? Check out some Sterling Archer quotes.

  8. #8
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    Originally posted by kows
    because you can't convert the code to a higher level language..
    well 1's and 0's could be converted into assembly .

    so the real answer would be because it is compiled into Native Code, which means that it is real compiled code, instead of P-code, which is interpreted.

    VB4 and older can only compile into p-code. vb5 and 6 allowed for native code as well. .net is decompilable because normally it is compiled in real time.
    Remember, if someone's post was not helpful, you can always rate their post negatively .

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