Where can I find a download link for visual basic 5? I have searched in google and the Microsoft side, but I just can't seem to find it, the only one I found seemed very suspicious and malicious (Hey, that rhymed!)
[QUOTE=CrazySpray;17366098]Where can I find a download link for visual basic 5? I have searched in google and the Microsoft side, but I just can't seem to find it, the only one I found seemed very suspicious and malicious (Hey, that rhymed!)[/QUOTE]
Why not just use Visual Basic 2009 Express?
Are they very similiar?
[QUOTE=CrazySpray;17366158]Are they very similiar?[/QUOTE]
Visual Basic compiled down to machine code if I recall correctly, whereas VB.NET requires .NET to run.
Alright, I'll give it a try. Thanks!
VB6 at least is dependant on the MSVBM60.DLL, your program just jumps to ThunRTMain and the run-time just calls your functions when needed.
Also I think there is an option to compile either to native code or P-code, which is basically just pseudo-code, so your application is converted to P-code and packed and stuffed into an executable, that just jumps to the runtime which in turn unpacks and interprets your program.
I hate disassembling VB shit.
Sorry, you need to Log In to post a reply to this thread.