CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 21

Threaded View

  1. #1
    Join Date
    Nov 2003
    Location
    Bangalore
    Posts
    78

    Problem in Linking!

    Hi all,

    Iam using IcmpParseReplies() Api, but iam getting
    error LNK2001: unresolved external symbol _IcmpParseReplies

    But i had already included the IcmpAPI.h header file and icmp.lib, Iphlpapi.lib files linked in SETTINGS-> LINK.

    Iam also using IcmpSendEcho2() Api in the same code.
    Iam not getting unresolved error while using IcmpSendEcho2().

    How to solve this problem?

    With Regards,
    A.Ilamparithi.
    Last edited by ilamparithi; June 8th, 2004 at 09:34 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured