Blu(01-16-2012)
Firstly and before any "you are breaking the warez rule" crap shows up, I'm pointing out the VB6 IDE as abandonware. Therefore, while still illegal, it is HIGHLY unlikely that Microsoft will give two shits about this. They have bigger things to worry about.
VB6 was released in 1998, and discontinued in 2005, with extended support ended in 2008. At this point in time, VB6 isn't available for purchase from Microsoft or have any support being offered (excluding the runtimes, which were also discontinued in 2005), the only ways to get it are used eBay boxes and downloads.Abandonware are discontinued products for which no product support is available, or whose copyright ownership may be unclear for various reasons. Abandonware may be computer software or physical devices which are usually computerised in some fashion, such as personal computer games, productivity applications, utility software, or mobile phones.
Definitions of "abandoned" vary; generally it refers to a product that is no longer available for legal purchase, over the age where the product creator feels an obligation to continue to support it, or where Operating Systems or hardware platforms have evolved to such a degree that the creator feels continued support cannot be financially justified. Software companies and manufacturers may change their names, go bankrupt, enter into mergers, or cease to exist for a variety of reasons. When this happens, product rights are usually transferred to another company that may elect not to sell or support products acquired.
Rarely has any abandonware case gone to court. In November 2006 the Library of Congress approved an exemption to the DMCA that permits the cracking of copy protection on software no longer being sold or supported by its copyright holder so that they can be archived and preserved without fear of retribution.Several websites archive abandonware for download, including old versions of applications which are difficult to find by any other means. Much of this software fits the definition of "software that is no longer current, but is still of interest", but the line separating the use and distribution of abandonware from copyright infringement is blurry, and the term abandonware could be used to distribute software without proper notification of the owner.http://en.wikipedia.org/wiki/AbandonwareOld copyrights are usually left undefended. This can be due to intentional non-enforcement by owners due to software age or obsolescence, but sometimes results from a corporate copyright holder going out of business without explicitly transferring ownership, leaving no one aware of the right to defend the copyright.
Secondly, I still don't approve much of using VB6, it's slow and clunky. But, I've been asked about download links a few times and lots of people are still using it, so I figured what the hell.
Now then, here is the installer that I built from the files from a copy of an original disc. However, this EXE that I've created does a couple of things. First, instead of being just an archive of files where you have to guess at which damn executable you have to run (and be wrong, have to modify settings, etc to run), this is an extractor, which is ~1/3 of the size of all of the files, and runs them all the same.
Download link removed due to MegaUpload takedown, will reupload soon!
First, extract it somewhere (Desktop is easy enough). RUN IT AS ADMINISTRATOR! You will be asked if you want to install VB6, click yes. It will extract the files to install, give it a couple of minutes. Next, the VB installer itself will come up. If a compatibility warning appears, just say to run it anyways. Enter the info it asks for, and the serial (included in the zip). Then just follow the installer through and VB6 will be installed!
NOTE: If it seems to be taking a while at "Setup is searching for installed components", even says it has stopped responding, just wait. It may take a while on newer machines (weird, right?)
The EXE also does a nice job of cleaning up after itself, and deletes itself after the install is done!
Now, Windows 7 (and possibly Vista) may have a "lagging" issue when running VB6 when they are working with forms. To fix this, right click your VB6 shortcut, and go to Properties. Under the Compatibility tab, check "Disable desktop composition". Then you won't have the lag issue anymore!
If you have any questions or problems with this, post here or PM me.
Last edited by Miguel; 01-19-2012 at 07:23 PM.
Blu(01-16-2012)
@Bianca in case you didn't get the one I sent you working![]()
She told me it was after I PMed her this![]()
It's actually still not working :/ it pissed me off so i downloaded cygwin instead.
I'm gonna reinstall again to see if it works.
Also, some colleges have purchased school licenses for a bunch of different IDE's like this, which is how I got my legal copy. Just check with your school or something in case you're worried about using abandonware. You may need to be a computer student to get it though :/
Thanks for sharing!I'm still trying to work out a few simple programs, VB seems easiest
For someone with very little coding experience, what is probably the easiest language to pick up and learn how to make a neopet program with. I do have programming experience so I do understand the concepts of using logic, creating objects or instance of an object, but I havent programmed in about or 7 years so I will basically be starting from 0.
VB a good place to start or would you reccomend other?
Also, on topic: this wouldnt install for me. At some point it tells me I was supposed to run an install wizard first before running setup.
Run as admin should fix that. If not post screenshot of the error and I will look into it.
As for languages, personally I don't like VB but it is easy to make programs with since you don't have to code a GUI. Python has something similar, I'll probably be releasing Python tutorials soon anyways. C++ is a decent choice if you can find a wrapper or care to bother with cURL. Or PHP scripts if you want to bother with cURL, depends on your background with programming since you already have it tbh
I am almost 100% certain I did run as admin, but I can try again.
Also python might work okay. I have no experience coding a gui, what little programming I did was some c++ and java both which I remember very little, and some VB6 (which I cant get working lol)