BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

implib

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (IDE)
View previous topic :: View next topic  
Author Message
mauro russo
Guest





PostPosted: Wed Jun 14, 2006 8:10 am    Post subject: implib Reply with quote



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





PostPosted: Wed Jun 14, 2006 8:19 pm    Post subject: Re: implib Reply with 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...
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





PostPosted: Wed Jun 14, 2006 11:04 pm    Post subject: Re: implib Reply with quote



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





PostPosted: Wed Jun 14, 2006 11:27 pm    Post subject: Re: implib Reply with quote

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





PostPosted: Thu Jun 15, 2006 1:16 am    Post subject: Re: implib Reply with 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

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





PostPosted: Thu Jun 15, 2006 8:10 am    Post subject: Re: implib Reply with quote

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





PostPosted: Thu Jun 15, 2006 8:10 am    Post subject: Re: implib Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (IDE) All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.