Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: RegSvr32

Re: RegSvr32

From: Phil Britton <phil.britton_at_prismtechnologies.com>
Date: 16 Nov 1999 09:58:47 +0000
Message-ID: <uu2mmn4fc.fsf@prismtechnologies.com>


"Robert Francis" <robert_at_kita.co.uk> writes:

> Does anyone know what this error means when running RegSvr32
>
> LoadLibrary("nameofdll") failed.
> GetLastError returns 0x00000485
>
> If anyone could tell me what this mean, that would be great, if someone
> knows how to fix it, that would be even better.
>

from winerror.h

#define ERROR_DLL_NOT_FOUND 1157L

which is hex 485

i.e regservr32 can't find your dll.

HtH

Phil

Received on Tue Nov 16 1999 - 03:58:47 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US