
Quote: Originally Posted by
roehrle
I just tried to install my VB6 PE in my new computer with Win 7 and I got a message that it wasn't compatible with the OS I am running. Do you know of any updates that will help me save my VB6. I went to a MS site and they seem to be pushing VB.net stating all the problems that I will have in the future by staying with VB6. I paid a lot for this software and have no intentions of paying now what they want for net.
I was under the impression that set-up installed 32 bit and I had the option of 64 bit. Could I be running 64 and this might be why VB6 isn't running properly ?? I was able to install the first disk but it won't except the MSDN
I would suggest migrating to VB.Net... they have an Express edition which is completely free to use. Haven't run into any real limitations over the pay version, aside from I believe remote debugging (debugging an application running on a separate system)
http://www.microsoft.com/express/product/
It uses the .Net framework, so any application to build will need to have the framework (but it can be acquired from microsoft's site, and I believe it comes preinstalled on windows 7? not sure). The applications will also run MUCH, MUCH faster than the VB6 counterparts. There might be a slight learning curve, but to be honest it's worth it.
I used to use VB6, and now I use C# (also .Net). But all the code compiles the same with the .Net framework. What language you use is up to you.