Links:
1. http://www.codeguru.com/forum/showthread.php?t=478336
2. http://www.dotnet247.com/247reference/msgs/1/7811.aspx
The compiler warning message:
warning LNK4248: unresolved typeref token (01000015) for ‘pcap’; image may not run
The solution:
Add the following line in one of the header file:
struct pcap {};
Advertisement