-2

Sorry for the noob question. I don't really know how to make sharppcap library working in my project. I'm using Visual Studio 2010.

MPelletier
  • 16,256
  • 15
  • 86
  • 137
Michal Biros
  • 410
  • 1
  • 5
  • 15

2 Answers2

1

In your application find Reference option, right click on it and select Add Reference. Choose your sharppacp.dll and add it.

At last write using sharppacp ; in your application.

Sahil Mittal
  • 20,697
  • 12
  • 65
  • 90
zhang mike
  • 65
  • 1
  • 9
1

Right click on your Project in Visual Studio-->Select Add reference --> Browse --> find the Sharppcap library and click done.

You should now be able to use the Sharpcap library in your project.

Icarus
  • 63,293
  • 14
  • 100
  • 115