Can't load or register a custom control error 
Author Message
 Can't load or register a custom control error

Hi All

We've just compiled a VB app into 16 bit format with the setup wizard.
All seems well with instalation until, near the end of the process, an
error occurs where the program says that it has a problem registering a
custom control (graph16.ocx). Retry has no effect so when the error is
ignored and the program run the app crashes with a run time error (367
can't load or register custom control graph 16.ocx)

Any ideas would be most greatly appreciated.

Cheers

--
Nikk Smith
Webmaster
KMP Internet Solutions
Regent House
Heaton Lane
Stockport
Manchester, UK
+44 (0) 161 429 6590

See evidence of human cloning at: http://www.*-*-*.com/



Mon, 14 Feb 2000 03:00:00 GMT  
 Can't load or register a custom control error



Quote:
>>We've just compiled a VB app into 16 bit format with the setup wizard.

All seems well with instalation until, near the end of the process, an
error occurs where the program says that it has a problem registering a
custom control (graph16.ocx). Retry has no effect so when the error is
ignored and the program run the app crashes with a run time error (367
can't load or register custom control graph 16.ocx)<<

This sounds like you are missing some files.  Please ensure that the
following are located in your Windows\System directory:

OC25.DLL
GSW16.EXE
GSWDLL16.DLL

You will also wish to ensure that you have Registerd OC25 prior to
registering GRAPH16.OCX.

If you have REGSVR.EXE, I'd try the following from RUN Prompt:

regsvr OC25.DLL
regsvr GRAPH16.OCX.

 Ken Longcrier
 Developer Support Supervisor
 Pinnacle Publishing Inc
 ***********************************************************
 * For fastest support of the Graphics Server
 * product, Please send all E-Mail to:

 *
 * Graphics Server Support is also available via
 * the Web:
 *   HTTP://www.pinpub.com/support
 ************************************************************



Fri, 25 Feb 2000 03:00:00 GMT  
 Can't load or register a custom control error

Quote:



> >>We've just compiled a VB app into 16 bit format with the setup wizard.
> All seems well with instalation until, near the end of the process, an
> error occurs where the program says that it has a problem registering a
> custom control (graph16.ocx). Retry has no effect so when the error is
> ignored and the program run the app crashes with a run time error (367
> can't load or register custom control graph 16.ocx)<<

I had the same problem installing a program on another machine, but
running regsvr32.exe to manually register the custom control worked. I
don't think you have to register oc25 if it's already on your system,
though.


Sat, 26 Feb 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Error 367 Can't Load(register) custom Control Threed32.ocx

2. Can't load (or register) custom control

3. can't load (or register) Custom Control PDQComm16.OCX

4. Can't Load (or Register) Custom Control MHCM200.VBX

5. Can't load (or register) custom control

6. Help - can't load or register custom control

7. Can't load(or register) custom control crystl16.ocx

8. Can't load (or register) custom control: VBSQL.OCX

9. HELP:Can't load (or register) custom contol (VB4.0)

10. Cannot load (or register) custom control ...

11. Cannot load (or register) custom control ...

12. Run Time Error 367 - can't load or register file

 

 
Powered by phpBB® Forum Software