Tagged Questions
1
vote
2answers
349 views
C Runtime Library Version Compatibility: updates require rebuilds?
How do you construct a library (static lib or a dll/so) so that it isn't sensitive to future updates to the system's C runtime librarires?
At the end of July, Microsoft updated a bunch of libraries, ...
-2
votes
2answers
331 views
dotnet dll decompile and change the code
I need to change the code of the .NET DLL. I am able to see the code by compilable the DLL with .NET reflector, but I am not able to change the code of the DLL. With .NET Reflector, I decompile the ...