Creating a DLL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tsubasa
    New Member
    • Aug 2008
    • 64

    Creating a DLL

    I have decompiled a DLL file using Dot Net Reflector. I have made my edits to the decompiled file, but now when I try to create the DLL. I get a ton of debug errors. If I have the source code of the DLL, isn't there anyway that I can use the code in a class and keep it that way vice going through the trouble of compiling the data into a DLL file?

    -Tsu
Working...