xutianyi1999 / SimpleWintun

Wintun rust API library
11 stars 4 forks source link

Is there anyway to remove the wintun.dll dependency? #3

Open szguoxz opened 11 months ago

szguoxz commented 11 months ago

I mean link the wintun.dll statically into the lib? I have been using this lib for a while, and there are a couple times it failed, and took me a while to find out I forgot the wintun.dll.

xutianyi1999 commented 11 months ago

Officially only the dynamic library of wintun is distributed. For static librarie, you need to build them manually. https://git.zx2c4.com/wintun/about/#building