cap icon indicating copy to clipboard operation
cap copied to clipboard

Resolve module load issue if npcap installed without api-compatible mode

Open baweiji opened this issue 2 years ago • 1 comments

There will be a module load issue if api-compatible mode is not checked while installing npcap on windows. I made a fix for it. What I do:

  1. Add LoadNpcapDlls method when invoke this node addon.
  2. Update binding.gyp, append wpcap.dll as delay load dll.

There is a document from npcap site, I just followed the description in this link. https://npcap.com/guide/npcap-devguide.html#npcap-feature-native-dll

baweiji avatar Jan 18 '23 06:01 baweiji