Tagged Questions
0
votes
2answers
2k views
Converting a C++ .exe project to a dll
Microsoft provides the source code of vshadow to manipulate VSS (Volume Shadow Service [shadow copy]), and I've modified it a bit but I want to make it into a dll so I can use it in my C# projects. I ...