tags:

views:

55

answers:

1

When I tried to unregister a dll :

regsvr32 /u IPCamFilter1.ax

A message box saying LoadLibrary(IPCamFilter1.ax) fails, how can I unregister it ?

A: 

this may be a dumb answer, but are you running your command prompt as administrator? (I'm assuming this is a Windows question, right?)

Dr.Dredel
Given the fact that regsvr32.exe is Windows binary, I guess your assumption is correct :)
Paweł Dyda
Yes,I'm on windows.I can unregister other dlls.It seems to be caused by that there's white space in the full path of the dll.But how to fix?
ollydbg
@ollydbg it doesn't matter if there's whitespace in the full path if you unregister from the folder the file's in, though.
Dave