
Can I detect an OCX or DLL is missing.
I agree with Johan on this one, but if you can't insure a correct
installation, you might write a little stub that does
LoadLibrary()/FreeLibrary() on each dll and, assuming all is well, calls
CreateProcess() to start your 'main' app and then terminates.
Quote:
> The best way is to deliver all necessary OCXes and DLLs during
installation.
> If you implicitly load the modules, Window will try to load it before
your
> code gets called, so that's impossible. Loading explicitly is a hassle
> compared to a correct installset.
> Johan Rosengren
> Responsable Informatique
> PACTA S.A.
> John McTainsh a crit dans le message ...
> >Is it possible detect if an OCX or DLL is missing or not registered
BEFORE