Export C++ class from a Borland DLL and use it in Microsoft VC

  • Thread starter Thread starter Fabry
  • Start date Start date
F

Fabry

Hi All,

I'm new of this group and I do not know if this is the correct group
for my question.
I have a DLL with its export library (.lib) wrote in Borland C++ 6. In
borland everything is OK and I am able to include the lib and use the
class that i have exported creating an instance with new etc... I
would like to export this class in microsoft VC++ using the same .lib
file. Obviously it doesn' t work.

Is it possible to generate or convert the import library into a
compatible format?

Thank you in advance

Fabry
 
| Hi All,
|
| I'm new of this group and I do not know if this is the correct group
| for my question.

Please post VC questions to the microsoft.public.dotnet.languages.vc NG.

| I have a DLL with its export library (.lib) wrote in Borland C++ 6. In
| borland everything is OK and I am able to include the lib and use the
| class that i have exported creating an instance with new etc... I
| would like to export this class in microsoft VC++ using the same .lib
| file. Obviously it doesn' t work.
|
| Is it possible to generate or convert the import library into a
| compatible format?
|

Recompiling the source using VC+?

Willy.
 
Hi Willy,

Yes I am tring to recompile the code also using microsoft IDE in order
to provide a generic library for many users.

Thanks

Fabry

Willy Denoyette [MVP] ha scritto:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top