LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DllRegisterServer entry point was not found in folder....

Hi,
I get this error message when I tried to register a dll: "DllRegisterServer entry point was not found in folder....". I tried to reinstall the dll twice on two different computer and I still get the same message. Has anyone gotten this error before or know how to fix it?
Thanks
0 Kudos
Message 1 of 2
(3,055 Views)
analog wrote:

> I get this error message when I tried to register a dll:
> "DllRegisterServer entry point was not found in folder....". I tried
> to reinstall the dll twice on two different computer and I still get
> the same message. Has anyone gotten this error before or know how to
> fix it?

Not every DLL has this function in it. It CAN be supplied by a DLL but
there is no mandate saying that it MUST. Usually a DLL only needs this
function if it needs to make changes to the registry for proper
operation such as registering OLE or COM objects, so the system can
locate the DLL when a specific COM object is requested by someone. If
your DLL is a simple function library there really isn't much it could
register.

Rolf Kalbermatter
Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 2
(3,055 Views)