Author |
Message |
Game Warden Newbie
Gender: Joined: Jul 20 2004 Posts: 15 Location: Minnesota Offline
|
Posted: Tue Jul 20, 2004 7:21 pm Post subject: Having problems with .dll files |
 |
|
|
|
Soon to be co-owner of a new zone and learning how to make and edit files. Having some difficulty trying to open and figure out what .dll files do.
Is there a download to convert .dll files? Or is there another way? [/i][/list] |
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
Posted: Tue Jul 20, 2004 7:31 pm Post subject: |
 |
|
|
|
A DLL is similar to an EXE. It contains binary code that the machine executes. There is no way to "view the code" unless you can understand assembly. To make a DLL you would have to use a compiler and linker (eg Visual Studio) and know how to program. _________________ 4,691 irradiated haggis! |
|
Back to top |
|
 |
Solo Ace Yeah, I'm in touch with reality...we correspond from time to time.

Age:38 Gender: Joined: Feb 06 2004 Posts: 2583 Location: The Netherlands Offline
|
Posted: Tue Jul 20, 2004 7:41 pm Post subject: |
 |
|
|
|
Pft, don't post while I'm making a post!
Yeah, trying to edit a DLL (dynamic link library) is a waste of time without knowing what you're doing, get the source to the dll and edit that instead. |
|
Back to top |
|
 |
|