Tagged Questions

0
votes
1answer
38 views

Changing Platform of Existing DLL

I have a 3rd DLL that is built for "Any CPU". It needs (for a specific reason) to be rebuilt for x86. I have no access to the existing source code, but could via Reflector, decompile and recompile ...