Using LIB files with VB.net

  • Thread starter Thread starter Sameh Ahmed
  • Start date Start date
S

Sameh Ahmed

Hello there
Is there a way to use lib files as com objects?
I have an SDK of an API used to communicate with an EMC storage box that
contains only LIB, DLL, and C files.
Is there way to use these files in Vb.net?
Thanks in advance.
Regards
 
Sameh Ahmed said:
Is there a way to use lib files as com objects?

Try to add a reference to the DLL in the "COM" tab of the "Add reference..."
dialog.
 
I did
Does not work
says: not a valid assembly or com component
any suggestions?
Regards
Sameh
 
I encountered a similar problem and found that VS "liked" the
type-library (tlb) file but rejected the dll...
 
Back
Top