Page 1 of 1

O2C, windows 10

PostPosted: Mon Nov 02, 2015 2:35 am
by cadline
Ever since I upgraded my PC to Windows 10, I am unable to open an existing o2c model outside of DataCAD

The o2c option while creating a model in DataCAD works fine

Any advice is appreciated.

Regards, Eugene

Re: O2C, windows 10

PostPosted: Mon Nov 02, 2015 2:56 am
by joshhuggins
Check your C:\Windows\System32 and C:\Windows\SysWOW64 folders for the O2CPlayer.OCX file. If it is missing from one or both of those locations you can download a copy from my site here. This is the newer 64 bit version that is nice and fast, but it doesn't have the ray trace feature if that matters to you. Copy the O2CPlayer.OCX file to both of the paths above.

Once the file is in place, click Start and type CMD to search for Command Prompt, then right click on the link to launch the Command Prompt and select Run As Administrator. Once the Command Prompt Window opens type in (or copy, and right click in the prompt window and select Paste. Ctrl+V won't work) the first line below and hit enter. Repeat for the second line. You should receive the 2 confirmations that the registration of the files was successful. After that your O2C files should start working I think.

regsvr32 C:\Windows\System32\O2CPlayer.OCX
regsvr32 C:\Windows\SysWOW64\O2CPlayer.OCX

Re: O2C, windows 10

PostPosted: Thu Aug 11, 2016 3:37 pm
by RParker
Thanks (although late).
It was in the SysWow64 but not in System32