Computing.Net > Forums > Programming > .DLL files (making and/or opening

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

Reply to Message Icon

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.

~Neo Seeker~



Sponsored Link
Ads by Google

Response Number 1
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.

Thanks,

Joseph


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: .DLL files (making and/or opening

How to importing external DLL files ? www.computing.net/answers/programming/how-to-importing-external-dll-files-/2545.html

Dinput.DLL FILE LOST www.computing.net/answers/programming/dinputdll-file-lost/11721.html

.dll files www.computing.net/answers/programming/dll-files/14977.html