 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Aravind A Padmanabhan Guest
|
Posted: Wed Dec 24, 2003 6:00 am Post subject: How to write Definition Files. |
|
|
Can anyone provide me with links Which teaches how to write Definition Files?
|
|
| Back to top |
|
 |
Ed Mulroy [TeamB] Guest
|
Posted: Wed Dec 24, 2003 1:52 pm Post subject: Re: How to write Definition Files. |
|
|
The help has an index entry of Module Definition Files
Module definjition files, often called def files, are not commonly written
any more to work with a DLL. Instead people use the implib.exe tool. That
tool creates an import library, a library format file containing the
information on the DLL's name and the names of all the items it exports. By
adding the library name to the build the information is then linked into the
exe.
If you really need a def file for a DLL then use the impdef.exe tool to
create one. You can then use what it created as the starting point to add
whatever you need.
.. Ed
| Quote: | Aravind A Padmanabhan wrote in message
news:3fe93996$1 (AT) newsgroups (DOT) borland.com...
Can anyone provide me with links Which teaches how
to write Definition Files?
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|