Discussion:
Borland Delphi Package with CPP
(too old to reply)
joseph
2007-06-03 21:31:20 UTC
Permalink
Hi all,

I had a very useful package in Borland Delphi. Now i have migrated to
CPlusPlus. Is there a way of migrating the package from Delphi to
CPlusPlus. I mean can Delphi and CPP packages be interchanged once
they have been compiled?

Regards

Joseph
Bruce Salzman
2007-06-05 15:45:36 UTC
Permalink
Post by joseph
Hi all,
I had a very useful package in Borland Delphi. Now i have migrated to
CPlusPlus. Is there a way of migrating the package from Delphi to
CPlusPlus. I mean can Delphi and CPP packages be interchanged once
they have been compiled?
C++ Builder can use a Delphi package, but Delphi can't use a package
written in C++. Delphi has a compiler option to generate the files
that Builder needs.
--
Bruce
Loading...