Thread: DLLs
View Single Post
  #1  
Old 06-03-2005, 14:07
armmad8
 
Posts: n/a
Question DLLs

HI, ppl

am having problem using this DLLs. it's create using VC++ and i would like to use it on BCB. been searching the net and found out that Borland have problems importing type library created under VC++. problem is, i still cannot solve how to use that dll in bcb.. i get errors, thou i can see the classs or dll added already on my project.


steps i did.

1. use import type library on bcb.
2. inlcude the file_tlb.h on my source

here the error i got.

[C++ Error] Unit1.cpp(30): E2285 Could not find a match for '_sample::Open(tag_DATA )'

any solutions? thanks

regards
Reply With Quote