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.
.DLL files (making and/or opening
Name: Neo Seeker Date: November 19, 2003 at 20:44:15 Pacific OS: Windows XP Pro CPU/Ram: 512mg Ram
Comment:
I need to know how to make and/or open and edit .DLL files for an install file i'm making, can anyone help out? thanks.
Name: Stuart Date: November 19, 2003 at 21:35:10 Pacific
Reply:
How to make a DLL (Dynammic Link Libray) is dependant on the language being used. To edit it, if it can be called that, is done within the prgramming environment that created it. You need to change the source code and re-compile it.
You dont open a DLL file, you call fuctions within it and how you do that is also dependant on the language being used.
Stuart
0
Response Number 2
Name: borelli35 Date: November 19, 2003 at 23:42:53 Pacific
Reply:
You can use a resource editor (which comes with VC++ or Watcom C/C++) to edit the resources found within any DLL file. The resources available within a DLL may include string tables, dialog box definitions, icons, bitmaps, byte aligned data tables etc....but that is where the free form editing ends. As Stuart has already indicated, if you need to modify code then you will need the original compiler for the job.
borelli35
0
Response Number 3
Name: Chi Happens Date: November 20, 2003 at 09:42:05 Pacific
Reply:
And just to throw Borland into the mix, if you run implib on the DLL, it will import that library so that you can use it with your Borland C++ or Borland C++ Builder projects.
Chi Happens
0
Response Number 4
Name: Joseph2000 Date: December 25, 2003 at 19:49:56 Pacific
Reply:
Hey,
Just wanted to now if and how to read the txt. in A DLL file. And how do you now what language the DLL file is writen in.
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: hello. I was looking around my hard drive hoping to learn something. I found a bunch of .dll files, but I cant open them in my text editor. does anyone know how to read a .dll program? like what softw...