pcap_open_live definition not found [Windows/Visual Studio 2017]
up vote
0
down vote
favorite
I'm trying to write some C code to send tcp packets but I'm having a lot of troubles understanding Npcap libraries
Right now I'm trying to run sendpack.c file in the "Examples-pcap" directory
I've included headers files and dll files in my visual studio project but when I compile I get a few Errors LNK2019 ragarding some pcap.h function
the problem is that I searched for definition of these function but I didn't find them (only signatures are present) so I think the problem could be resolved showing to the linker where the function are defined but i'm not sure
c windows visual-studio winpcap
add a comment |
up vote
0
down vote
favorite
I'm trying to write some C code to send tcp packets but I'm having a lot of troubles understanding Npcap libraries
Right now I'm trying to run sendpack.c file in the "Examples-pcap" directory
I've included headers files and dll files in my visual studio project but when I compile I get a few Errors LNK2019 ragarding some pcap.h function
the problem is that I searched for definition of these function but I didn't find them (only signatures are present) so I think the problem could be resolved showing to the linker where the function are defined but i'm not sure
c windows visual-studio winpcap
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to write some C code to send tcp packets but I'm having a lot of troubles understanding Npcap libraries
Right now I'm trying to run sendpack.c file in the "Examples-pcap" directory
I've included headers files and dll files in my visual studio project but when I compile I get a few Errors LNK2019 ragarding some pcap.h function
the problem is that I searched for definition of these function but I didn't find them (only signatures are present) so I think the problem could be resolved showing to the linker where the function are defined but i'm not sure
c windows visual-studio winpcap
I'm trying to write some C code to send tcp packets but I'm having a lot of troubles understanding Npcap libraries
Right now I'm trying to run sendpack.c file in the "Examples-pcap" directory
I've included headers files and dll files in my visual studio project but when I compile I get a few Errors LNK2019 ragarding some pcap.h function
the problem is that I searched for definition of these function but I didn't find them (only signatures are present) so I think the problem could be resolved showing to the linker where the function are defined but i'm not sure
c windows visual-studio winpcap
c windows visual-studio winpcap
asked Nov 10 at 17:25
OriginalUsername
63
63
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53241540%2fpcap-open-live-definition-not-found-windows-visual-studio-2017%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown