View Single Post
  #4  
Old 01-14-2011, 11:40 PM
smakman
Fire Beetle
 
Join Date: Feb 2010
Posts: 7
Default

Quote:
Originally Posted by lerxst2112 View Post
I'm able to run it in Windows 7 64-bit successfully. You didn't say how you registered the ocx files, but I found that I needed to do it a different way rather than running the batch file to get it to work properly.

Try this:
Open an administrator command prompt.
CD to the directory where the ocx files are and type 'for %i in (*.ocx) do regsvr32 %i' without the quotes.
that's how i did it.
Reply With Quote