Help me load a game

C

Chazzle

Trying to load a game keep getting this error message
what does it mean and what should i do

Run time error '339'.
Component 'R2CTLNS.OCX' not correctly registered file is
missing or invalid.

A friend has loaded it ok on their computer with XP
 

Dum

Joined
May 26, 2005
Messages
1
Reaction score
0
Chazzle said:
Trying to load a game keep getting this error message
what does it mean and what should i do

Run time error '339'.
Component 'R2CTLNS.OCX' not correctly registered file is
missing or invalid.

A friend has loaded it ok on their computer with XP

Well,any ideas from where to download?

(I didn't find the file by searching it from google)
 
N

Neil Dela Osa

An OCX file is an OLE Control Extension. OCX and VBX (Visual Basic
Extension) were phased out in favor of ActiveX controls although ActiveX can
run .ocx stuff so I'm not sure if .ocx files are the extension name for
ActiveX controls. I'm not a web developer.

I do know ActiveX controls handle things like resizing windows, scroll bars
etc.

If you have the file present on your system you can register it with
windows. ActiveX controls need to be registered with Windows before it will
work. Open a command prompt and type

regsvr32 <full path to r2ctlns.ocx file> where the full path is the name of
your file.


As far as where to download it, I don't know where to get it. I checked my
Windows XP SP2 system and couldn't find it. Since it's an ActiveX control
I'd suspect it would be part of the application that uses it or it's part of
your web browser's download package.
 
Joined
Sep 19, 2006
Messages
1
Reaction score
0
Game isn't registered

Trying to load a game keep getting this error message
what does it mean and what should i do

Run time error '339'.
Component 'R2CTLNS.OCX' not correctly registered file is
missing or invalid.

A friend has loaded it ok on their computer with XP[/QUOTE]

How do you run time error



Andrew
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top