I don't know how to run WindowsFilteringPlatform.

Asked 1 years ago, Updated 1 years ago, 352 views

https://github.com/microsoft/windows-driver-samples/tree/master/network/trans/WFPSampler
I'd like to run this program, but what should I do if I get the following error in the build?Thank you for your cooperation.

error messages:

Error 1203 Section [wfpcalloutclassreg] not found.WFPSamplerCalloutDriver 
C:\Users\Username\Desktop\Windows-driver-samples-master\network\trans\WFPSampler\sys\WFPSamplerCalloutDriver.inx51  

Error LNK1181 Unable to open input file 'api-ms-win-net-isolation-l1-1-0.lib'.    WFPSamplerService   
C:\Users\Username\Desktop\Windows-driver-samples-master\network\trans\WFPSampler\svc\LINK1   

environment:
Windows 10 Pro 64bit Visual Studio Community 2019 16.10.0

c++

2022-09-30 21:56

1 Answers

I found the same question at stack overflow headquarters.

The corresponding page is as follows.
https://stackoverflow.com/questions/44837612/wfpsampler-compilation-issue-wfpcalloutsclassreg-not-found

It's a typo.
(X)WFPCalloutClassReg
(O)WFPCalloutsClassReg

It seems that you put s in the line that does not have s.


2022-09-30 21:56

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.