Hi, As the subject of this mail indicates I'm facing problems when trying to use WinPcap in one of my projects. However I have correctly set the project options to include the necessary files and libraries.
Here is a list of errors I got : __________________________ Error 10 error LNK2019: unresolved external symbol _pcap_findalldevs_ex referenced in function _main consolewinpcap.obj Error 7 error LNK2019: unresolved external symbol _pcap_geterr referenced in function _main consolewinpcap.obj Error 8 error LNK2019: unresolved external symbol _pcap_next_ex referenced in function _main consolewinpcap.obj Error 9 error LNK2019: unresolved external symbol _pcap_open referenced in function _main consolewinpcap.obj __________________________ Any help would be very appreciated. I attached the ".sln" and the ".vcxproj" files so you can find more about the problem. Best regards. ___________ Hedi Naily Junior Developper at iNOV Technology Specialised in Software Engineering and Information Systems Tel. : +21622866616

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "consolewinpcap",
"consolewinpcap\consolewinpcap.vcxproj",
"{5C211173-C28E-4C84-B022-A24344606E1B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C211173-C28E-4C84-B022-A24344606E1B}.Debug|Win32.ActiveCfg =
Debug|Win32
{5C211173-C28E-4C84-B022-A24344606E1B}.Debug|Win32.Build.0 =
Debug|Win32
{5C211173-C28E-4C84-B022-A24344606E1B}.Release|Win32.ActiveCfg
= Release|Win32
{5C211173-C28E-4C84-B022-A24344606E1B}.Release|Win32.Build.0 =
Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
consolewinpcap.vcxproj
Description: XML document
_______________________________________________ Winpcap-users mailing list [email protected] https://www.winpcap.org/mailman/listinfo/winpcap-users
