| View previous topic :: View next topic |
| Author |
Message |
Randall Parker Guest
|
Posted: Tue Jul 05, 2005 10:59 pm Post subject: Rename import lib and dll? |
|
|
I am running a Xerces make file that is building:
xerces-bor_2_6_0.lib
xerces-bor_2_6_0.dll
Does the lib file embed the name of the dll in it? Or can I just rename them both to
something simple like:
xerces.lib
xerces.dll
??
|
|
| Back to top |
|
 |
Ed Mulroy Guest
|
Posted: Tue Jul 05, 2005 11:04 pm Post subject: Re: Rename import lib and dll? |
|
|
It is easier to just try it and see if it works than to investigate the
internals to try to figure it out.
.. Ed
| Quote: | Randall Parker wrote in message
news:42cb10e6$1 (AT) newsgroups (DOT) borland.com...
I am running a Xerces make file that is building:
xerces-bor_2_6_0.lib
xerces-bor_2_6_0.dll
Does the lib file embed the name of the dll in it? Or can I just rename
them both to something simple like:
xerces.lib
xerces.dll
|
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Wed Jul 06, 2005 12:06 am Post subject: Re: Rename import lib and dll? |
|
|
"Randall Parker" <STOPtechiepundit (AT) EVILfuturePOXpunditSPAM (DOT) com> wrote in
message news:42cb10e6$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Does the lib file embed the name of the dll in it?
|
Yes.
| Quote: | Or can I just rename them both to something simple like:
|
No.
Gambit
|
|
| Back to top |
|
 |
|