Midhun Mohanadasan
Midhun Mohanadasan

Reputation: 43

fatal error C1083: Cannot open include file: 'pcap.h'

fatal error C1083: Cannot open include file: 'pcap.h': No such file or directory.

How to add .pcap.h file? I am doing VC++ project in windows 7 32-bit

Upvotes: 0

Views: 13166

Answers (1)

XZ6H
XZ6H

Reputation: 1789

Download winpcap developer pack from here and follow the instructions on that page. Here are the additional details on adding include paths and linker paths.

1.download the ZIP archive containing the developer's pack
2.uncompress it to the desired folder

Upvotes: 4

Related Questions