Click here to Skip to main content
15,922,584 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
hi I have done a vb6 project which contains MSHFLXGD.OCX. a set up of project works well on win xp but not on win 7. I have installed vb6 on win 7 and compiled freshly with win 7 ocx but still error occurs at the installation 'error in registering C:/WINDOWS/SYS32/MSHFLXGD.OCX' .I have registered the ocx (download and copy to sys32)using regsvr32.exe but still err comes....is there any soltion?
error do not occur during debug mode on win7 ....
Posted
Updated 17-Aug-12 1:29am
v2
Comments
[no name] 17-Aug-12 9:32am    
Check to make sure that you have all of the dependencies for your ocx on the system also.

1 solution

No to be pedantic but I would strongly advice you to upgrade you program to VB.NET instead:
Visual studio 2010[^]
Visual Studio 2012[^]

There are also migration tools for developers that could help you translate your program:
Upgrading VB6 to VB.NET[^]

Looks like you migth have to install VS 2008 fist, but I promis you that is well worth it :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900