| View previous topic :: View next topic |
| Author |
Message |
Paytor Junior Member
Joined: 23 Jul 2006 Posts: 9
|
Posted: Wed Jul 26, 2006 6:01 am Post subject: Implib |
|
|
Hello
I Have a problem with one library that i wan't to import to my project.
The library is .dll and i receive a message that cannot load the library.
I use the implib.exe and create a similar .lib but still cannot import it.It's always the same message "failure impoting the library .dll"
Can anybody help me with this????  |
|
| Back to top |
|
 |
Lexo Junior Member
Joined: 07 Dec 2006 Posts: 1
|
Posted: Thu Dec 07, 2006 1:54 am Post subject: re:Implib |
|
|
Hi Paytor,
implib will convert x.dll to x.lib You still have to add the x.lib to your
borland project,..just like you add any other file into the project. Then
build the project. This should work.
Lexo |
|
| Back to top |
|
 |
Paytor Junior Member
Joined: 23 Jul 2006 Posts: 9
|
Posted: Thu Dec 14, 2006 11:22 am Post subject: re:Implib |
|
|
Thank's! I will try and let you know! |
|
| Back to top |
|
 |
|