aclayborne
Programmer
What does rundll32.exe do and what type of dlls work with it. I have a SDK that requires me to register the dll's with this command:
("RUNDLL32.EXE xxxx.DLL,Install /NOUI", 1)
The OCX file associated with the dll won't run properly if I simply try to register the dlls.
Is there anyway to access the code in xxx.DLL so I can see what actually being done.
("RUNDLL32.EXE xxxx.DLL,Install /NOUI", 1)
The OCX file associated with the dll won't run properly if I simply try to register the dlls.
Is there anyway to access the code in xxx.DLL so I can see what actually being done.