
Can't register crystl16.ocx
Check your dependency (.dep) files for the .dll's your are including in your
package build. Also check the dependency list included in the crystal help
docs on RunTime File Requirements.
Normally this happens when the .dll that invokes the error does not have a
.dll it is dependent upon loaded at registration time, meaning you did not
include it in your build or it is corrupt (Not the .dll that triggered the
error, but another missing/corrupt .dll)
I have also seen this when the implode.dll gets placed in the application
folder and not the windows\system folder at installation time.
ds
Quote:
> How can I get this control to register?
> Even if I try to use regsvr to manually register this control - it will
not
> work!
> Error message is
> loadlibrary("crystl16.ocx") failed Getlasterror returns 0x0000001f
> Alex Kudrasev