![]() |
|
|
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
If it is a compiler error then it might be that either the function or a particular overloaded version of it doesnt exist in the header file.
Did you check this? |
|
#3
|
|||
|
|||
|
yes.. it seems it cannot find the said functions. i did a reseach on the net and found out that compiled dll from msvc would hav some naming problem if use on borland ;-(
a suggested fixed is either recompiled the dll to borland compatible DLL. i cant do it since i don't have the source of dll. thanks regards |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| different DLLs have same udd name in OllyDbg | BlackWhite | General Discussion | 8 | 07-31-2014 03:04 |
| DLLs loading sequence | te$ter | General Discussion | 6 | 10-30-2013 18:52 |
| How to patch .NET DLLs? | Newbie_Cracker | General Discussion | 28 | 09-26-2005 04:52 |
| Unpacking DLLs | thomasantony | General Discussion | 22 | 08-18-2005 05:34 |