Link to home
Start Free TrialLog in
Avatar of lwinkenb
lwinkenb

asked on

Link Error

I'm trying to compile the Winsock LSP example that came with the Microsoft SDK example, but I've run into a link error that I cannot overcome.  The error is:

error LNK2001: unresolved external symbol _WSCWriteProviderOrder@8

I've already added ole32.lib rpcrt4.lib and ws2_32.lib to the library modules list (Im using VC++ 6.0), but I still have the error.  What do I need to do to get this to compile?
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lwinkenb
lwinkenb

ASKER

Thanks!