Tommy Cox 1 Posted October 1, 2018 Share Posted October 1, 2018 Hi All, I'm not very good with programming but I do have a file and i'm in Visual Studio messing around doing trial and error. After saving the file in Visual Studio will the file change the .dll file as well? Thanks, Young Link to comment https://wrobot.eu/forums/topic/10198-question-on-edit-dll/ Share on other sites More sharing options...
Matenia 627 Posted October 1, 2018 Share Posted October 1, 2018 No, you need to build the project again Link to comment https://wrobot.eu/forums/topic/10198-question-on-edit-dll/#findComment-48155 Share on other sites More sharing options...
Tommy Cox 1 Posted October 2, 2018 Author Share Posted October 2, 2018 7 hours ago, Matenia said: No, you need to build the project again Would you recommend starting fresh then? The only reason I wanted to edit a previous project (.dll) is because I thought it would be easier to understand.' Thanks Link to comment https://wrobot.eu/forums/topic/10198-question-on-edit-dll/#findComment-48169 Share on other sites More sharing options...
FNV316 65 Posted October 2, 2018 Share Posted October 2, 2018 5 hours ago, youngjuicer said: The only reason I wanted to edit a previous project (.dll) is because I thought it would be easier to understand.' You can achieve that by de compiling the dll with a tool like dotPeak. Avvi explained this in a thread: This allows you to take a look at the code, but not applying changes to the source dll Link to comment https://wrobot.eu/forums/topic/10198-question-on-edit-dll/#findComment-48171 Share on other sites More sharing options...
Andoido 75 Posted October 2, 2018 Share Posted October 2, 2018 Did you decompile the .dll ? .NET Decompiler for example. Its possible if you did that some of the code wasnt decompiled if it was C++ for example. If you change something you need to compile it and the new .dll will get saved into your bin folder. But if you just "save" in VS, then no it wont change Link to comment https://wrobot.eu/forums/topic/10198-question-on-edit-dll/#findComment-48177 Share on other sites More sharing options...
Tommy Cox 1 Posted October 2, 2018 Author Share Posted October 2, 2018 Thank you Link to comment https://wrobot.eu/forums/topic/10198-question-on-edit-dll/#findComment-48190 Share on other sites More sharing options...
Andoido 75 Posted October 2, 2018 Share Posted October 2, 2018 NP if u have issues let me know. Link to comment https://wrobot.eu/forums/topic/10198-question-on-edit-dll/#findComment-48197 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now