Your Universal Remote Control Center
RemoteCentral.com
Philips Pronto Professional Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 7 made on Saturday January 22, 2022 at 15:34
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
12,999
.OCX (Ole Control Extension) is a Visual basic Control and the file is a DLL.

So yep, if you see the window for the Debugger, I'm 99% sure you got it right!

Now I did notice you used 2 different folders. c:\windows\system32 and c:\windows\SysWOW64

Assuming you want to put all the .dll and .ocx into same folder (SysWOW64), you'll need to unregister from old location and then re-register in new location.

From command prompt do:
cd c:\windows\system32
regsvr32 /u

Move/copy the files from c:\windows\system32 to c:\windows\SysWOW64

then from command prompt do:
cd c:\windows\SysWOW64
regsvr32

if you run regsvr32 with no parameters, it should give you a popup explaining what each of the options do.

Lyndel

Last edited by Lyndel McGee on January 22, 2022 15:44.
Lyndel McGee
Philips Pronto Addict/Beta Tester


Hosting Services by ipHouse