You can't. A .dll file is compiled. You can't open compiled code. The only thing you can open is your own. Which is usually saved as a .cpp or .h file. Make your own code.
If you could decompile a .dll file back into it's original source code (C++ in this case), then someone could steal a mod's code and use it in their own mod, or worse.
There's almost always a good reason why things are done in certain ways with computers.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.