Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
view on dll files
Name: lawrence Date: July 28, 2002 at 12:04:08 Pacific
Comment:
Can anyone tell me how to view the source code of an compiled dll files in windows?
Name: ralph Date: July 28, 2002 at 15:17:13 Pacific
Reply:
This is the same thing as trying to see the source code for a .exe....it's not possible. A dll is an extension of an application. It is not part .exe so as to not have to load it in memory every time the .exe is executed and it is a "dynamicly linked library" hence dll. Also, having the code external to the .exe allows for app maintance, as you can just replace the dll instead of the whole app.
0
Response Number 2
Name: BaBa Date: July 31, 2002 at 23:29:37 Pacific
Reply:
Hi, Viewing The Dll is not impossible, nothing is impossible. Let's say viewing the Dll is very, very, very, very,very difficult. When you code is in a dll it is called intellectual security. It is way easier to view the exe than the dll. The trick is the dll can be anywhere in any computer on the network or around the world. Amazing!!!
0
Response Number 3
Name: Thanatos Date: August 1, 2002 at 12:26:39 Pacific
Reply:
You can try to open a DLL using Notepad or Wordpad, but you will view ASCII characters and whatnot, which makes it difficult to read like BaBa said. DLL files are usually hidden, so go to a directory where it's hidden and in your open menu just plainly type the DLL's name down and click open. I just did.
Summary: u use many utilities to view a *.prn file or we may use driver sw to decode the information to the printer. But if we wanna decode this information thru a program(say C++)and display it on the screen,...
Summary: How to importing external DLL files into Delphi or C++Builder application, and how can I know, what functions that exist on these DLL files and using them ? Thank’s for your answer !. ...
Summary: i was just wondering about how to make a .dll file. i searched on google but what i kept on getting was a little confusing. so i was wondering if someone could clear it up for me or direct me to a web...