Unresolved typeref token in VS2005

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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


Follow

Get every new post delivered to your Inbox.