I’ve decided to try and give service pack 6 for VB6, a try with our legacy app. I’m hoping it will make the old app work better, with fewer crashes, so that we can continue work on migrating this app to .NET. Anyway, this VB6 app has about a dozen DLL’s we wrote, all in VB6, and all compiled with SP5. Do I have to apply VB6 SP6 to all of the DLL projects, as well as the main VB6 Windows application?
Share
Having done a chunk of work through both SP5 and SP6, I don’t remember ever having to make code changes to support the service pack.
And yes, you’ll have to rebuild all your sources (so all DLLs and executables).