
June 24th, 2005, 08:23 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 1
Time spent in forums: 18 m 47 sec
Reputation Power: 0
|
|
|
Using a DLL in VC++, but created in BCB
Hello Experts...
I have created a dll in Borland C++ Builder 6. I need to have this dll available for users of Visual C++. The key to solving this has got to be within the scope of the import library. As I understand, I am facing issues of file format compatibility (OMF vs. COFF) and name mangling.
What steps do I take in order to create an import library suitable to link in VC++?
Any help at all is much appreciated...
|