Reputation: 13
I created a Visual Basic 6 application that runs without a hitch on my Windows XP machine, though every time I try it on my Windows 7 machine, I receive a 424 (object required) error.
I've tried using compatibility mode and sending the requisite OCXs to the {sys} folder during setup, but to no avail.
Thanks much.
Upvotes: 1
Views: 637
Reputation: 9726
The OCX files also need to be registered.
Also there is probably a better place for them than the {sys} folder.
Upvotes: 1