 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
mauro russo Guest
|
Posted: Wed Jun 14, 2006 8:10 am Post subject: implib |
|
|
hi people,
what about implib?
I need to use in Builder (BCB6 Update4) a DLL wrote in delphi that doesn't
generate the .lib file.
On a newsgroup on Delphi, they told me to use implib command.
Thank you,
Mauro. |
|
| Back to top |
|
 |
Frank Fulton Guest
|
Posted: Wed Jun 14, 2006 8:19 pm Post subject: Re: implib |
|
|
Use Just
implib -c MyDll.lib MyDll.dll
HTH
Frank
"mauro russo" <m.russo (AT) uniplan (DOT) it> wrote in message
news:448fcbc7 (AT) newsgroups (DOT) borland.com...
| Quote: | Sorry, i was wrong.
I generated it using
implib MyDll.lib MyDll.dll @MyResImplib.txt
Now the problem is that Builder gets me the message:
[Linker Error] Error processing module C:\...\MyDll.LIB
I generated the .lib trying all combinations of options -a -c -f.
Now i really don't know how to go on.
Any ideas?
Thank you,
Mauro.
"mauro russo" <m.russo (AT) uniplan (DOT) it> ha scritto nel messaggio
news:448fc5fd (AT) newsgroups (DOT) borland.com...
I launched (by prompt) the implib command,
but i had any message, any file generated, any file result
I wrote in a .bat file [located in the same directory of .dll file]
implib MyDll.dll @MyResImplib.txt
Whats' wrong?
Thank you,
Mauro.
"mauro russo" <m.russo (AT) uniplan (DOT) it> ha scritto nel messaggio
news:448fbd48 (AT) newsgroups (DOT) borland.com...
hi people,
what about implib?
I need to use in Builder (BCB6 Update4) a DLL wrote in delphi that
doesn't
generate the .lib file.
On a newsgroup on Delphi, they told me to use implib command.
Thank you,
Mauro.
|
|
|
| Back to top |
|
 |
mauro russo Guest
|
Posted: Wed Jun 14, 2006 11:04 pm Post subject: Re: implib |
|
|
As i told you, i tried all combination.
Also the "only -c".
I'll retry to be sure. I'll let you know.
Thanks,
Mauro.
"Frank Fulton" <fwfulton (AT) hotmail (DOT) com> ha scritto nel messaggio
news:4490290a$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Use Just
implib -c MyDll.lib MyDll.dll
HTH
Frank
"mauro russo" <m.russo (AT) uniplan (DOT) it> wrote in message
news:448fcbc7 (AT) newsgroups (DOT) borland.com...
Sorry, i was wrong.
I generated it using
implib MyDll.lib MyDll.dll @MyResImplib.txt
Now the problem is that Builder gets me the message:
[Linker Error] Error processing module C:\...\MyDll.LIB
I generated the .lib trying all combinations of options -a -c -f.
Now i really don't know how to go on.
Any ideas?
Thank you,
Mauro.
"mauro russo" <m.russo (AT) uniplan (DOT) it> ha scritto nel messaggio
news:448fc5fd (AT) newsgroups (DOT) borland.com...
I launched (by prompt) the implib command,
but i had any message, any file generated, any file result
I wrote in a .bat file [located in the same directory of .dll file]
implib MyDll.dll @MyResImplib.txt
Whats' wrong?
Thank you,
Mauro.
"mauro russo" <m.russo (AT) uniplan (DOT) it> ha scritto nel messaggio
news:448fbd48 (AT) newsgroups (DOT) borland.com...
hi people,
what about implib?
I need to use in Builder (BCB6 Update4) a DLL wrote in delphi that
doesn't
generate the .lib file.
On a newsgroup on Delphi, they told me to use implib command.
Thank you,
Mauro.
|
|
|
| Back to top |
|
 |
Craig Farrell Guest
|
Posted: Wed Jun 14, 2006 11:27 pm Post subject: Re: implib |
|
|
Hi,
| Quote: | As i told you, i tried all combination.
|
Double-check that you are using a good .dll now.
Previous failed attempts might have caused corruption
or, e.g. my might have something like a "MyDll.dll.lib"
generated after one of the wrong commands.
You know that typing in just "implib" shows help?
Implib command is sort of backwards: "target"
name first is suppied by you does not exist and "source"
name comes second (the .dll and does exist of course).
--Craig |
|
| Back to top |
|
 |
Ed Mulroy Guest
|
Posted: Thu Jun 15, 2006 1:16 am Post subject: Re: implib |
|
|
Try doing this:
impdef mydll.DEF mydll.DLL
implib -c mydll.LIB mydll.DEF
If it still does not work then pull mydll.DEF up in the editor and look at
what was found in the DLL. If the DLL is corrupted then you won't see much.
.. Ed
| Quote: | mauro russo wrote in message
news:44904fc9 (AT) newsgroups (DOT) borland.com...
As i told you, i tried all combination.
Also the "only -c".
I'll retry to be sure. I'll let you know.
Use Just
implib -c MyDll.lib MyDll.dll |
|
|
| Back to top |
|
 |
mauro russo Guest
|
Posted: Thu Jun 15, 2006 8:10 am Post subject: Re: implib |
|
|
In some bad operation..... i eased my test-files.
I'll reproduce as soon as possible and tell you if it worked.
Thanks again,
Mauro.
"Ed Mulroy" <dont_email_me (AT) bitbuc (DOT) ket> ha scritto nel messaggio
news:44906ea2$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Try doing this:
impdef mydll.DEF mydll.DLL
implib -c mydll.LIB mydll.DEF
If it still does not work then pull mydll.DEF up in the editor and look at
what was found in the DLL. If the DLL is corrupted then you won't see
much.
. Ed
mauro russo wrote in message
news:44904fc9 (AT) newsgroups (DOT) borland.com...
As i told you, i tried all combination.
Also the "only -c".
I'll retry to be sure. I'll let you know.
Use Just
implib -c MyDll.lib MyDll.dll
|
|
|
| Back to top |
|
 |
mauro russo Guest
|
Posted: Thu Jun 15, 2006 8:10 am Post subject: Re: implib |
|
|
I'll try soon.
Thank you,
Mauro.
"Ed Mulroy" <dont_email_me (AT) bitbuc (DOT) ket> ha scritto nel messaggio
news:44906ea2$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Try doing this:
impdef mydll.DEF mydll.DLL
implib -c mydll.LIB mydll.DEF
If it still does not work then pull mydll.DEF up in the editor and look at
what was found in the DLL. If the DLL is corrupted then you won't see
much.
. Ed
mauro russo wrote in message
news:44904fc9 (AT) newsgroups (DOT) borland.com...
As i told you, i tried all combination.
Also the "only -c".
I'll retry to be sure. I'll let you know.
Use Just
implib -c MyDll.lib MyDll.dll
|
|
|
| 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
|
|