View Single Post
  #15  
Old 06-01-2006, 02:24 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default register ocx

Ok, this is weird. Some people get this error -

Here's the fix. To register the OCX's create a .bat file with the following contents and place it in the /resources folder and run.


regsvr32 a.ocx
regsvr32 DXAnimatedGIF.ocx
regsvr32 imagelist.ocx


(After each file is registered, windows should let you know.)
Let me know if this helps.

I'm adding this .bat file to the zip packages along with a few bug fixes


GeorgeS
Reply With Quote