LSP install problem
Hello all!
I've been hacking on the LSP (ifslsp) included in the SDK. It compiles fine and all but when I go to run the instlsp.exe I get the error message "RetrieveLspGuid: GetProcAddress failed: 127".
What's going wrong?
This is compiled and tested on a Windows 2000pro box.
Thanks for you help!
Dew777
[353 byte] By [
Dew777] at [2008-2-5]
Anthony Jones from the Winsock team writes:
the LSP needs to export the function GetLspGuid in order for the installer to work correctly. If its not there then the SDK sample installer won't work.
The LSP sample installer depends on this export so that it can generically install any LSP instead of being hard coded to install just one LSP (as each LSP needs its own unique GUID under which it is installed).