zachary-cs / NDetect

Network Detective - Graphical Network Connections
0 stars 0 forks source link

Error on current master branch #7

Closed fmolinar closed 6 years ago

fmolinar commented 6 years ago

Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol impntohs@4 referenced in function "public: void __thiscall CaptureEngine::DecodePacket(void)" (?DecodePacket@CaptureEngine@@QAEXXZ) NDetect D:\CSCI\CSCI 150\CSCI150Project\NDetect\NDetect\CaptureEngine.obj 1

ghost commented 6 years ago

This is fixed in the Project Properties. Right click the Project, then select Properties. From there: Linker > Input > Additional Dependencies: wpcap.lib Packet.lib ws2_32.lib You and everyone in the team needs to add ws2_32.lib to that list.

ghost commented 6 years ago

Is this still an issue? If not, please close it.