|
-
Dec 17th, 2003, 09:01 AM
#1
Thread Starter
Hyperactive Member
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.
-
Dec 17th, 2003, 10:41 AM
#2
Supreme User
I doubt you will get help under the circumstances of you wanting to De-compile and exe, even if it is your program.
-
Feb 9th, 2004, 02:29 PM
#3
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.
-
Feb 9th, 2004, 02:48 PM
#4
Supreme User
Any for VB6?
-
Feb 9th, 2004, 06:23 PM
#5
-
Feb 9th, 2004, 08:37 PM
#6
Lively Member
-
Feb 9th, 2004, 09:46 PM
#7
because you can't convert the code to a higher level language..
-
Feb 9th, 2004, 10:13 PM
#8
The picture isn't missing
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|