|
-
Aug 7th, 2000, 12:34 PM
#1
Thread Starter
Member
Hi, how do you import a library file into visual basic? I'm using vb5 and whenever I try to add a reference to the .lib file, it says "can't add reference to the specified file."
-
Aug 7th, 2000, 12:38 PM
#2
Addicted Member
As much as I know you can't import .LIB files in VB. You can import .DLLs, .TLBs, .OCXs, but not .LIBs.
Zvonko
Zvonko Bostjancic
Ilirska Bistrica, Slovenia
[email protected]
Using VS6 Professional with SP3
Programming mostly in VB and I've started to learn VC++ & MFC
-
Aug 7th, 2000, 12:52 PM
#3
Thread Starter
Member
Then is there a way to convert the .lib file to another format? I really need to access the methods in it!
-
Aug 7th, 2000, 01:42 PM
#4
Member
If you really felt nuts you could use VC++ and create a dll that has the needed functions that just call the functions from the .lib file. Depending on your knowledge of C++ and how many functions you need, this can take anywhere from a few minutes to a loooooong time.
-
Oct 4th, 2002, 04:20 PM
#5
Ya ya Baby!!!Me is Back
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|