Shalven
Results
2
comments of
Shalven
AFAIK, there are two ways to export symbols from dll in Visual Studio: 1. using **__declspec(dllexport)** keyword 2. using [*.def file](https://docs.microsoft.com/en-us/cpp/build/reference/module-definition-dot-def-files?view=msvc-170) Since *.def file in Windows is something just like...
Of course, I can just add my **libsmb2.def** to the repository. But I am also finding some way to automate it, like writing some code in CMakeLists.txt to generate **libsmb2.def**...