Delphi Libraries into VC++ - is it possible??
Article Writing
3
Posts
3
Posters
0
Views
1
Watching
-
Is it possible to include Delphi Libraries into VC++. Please anyone Help me is it possible. If yes, Please explain me in detail
AFAIK, no. Borland cooked up a few new keywords in their "C++ compiler" to be able to use their Object Pascal modules, but it's not portable. Also is the problem that Borland (as the only Win32 compiler vendor I'm aware of) still uses OMF (or whatever it was since Win16) while the rest of the world speaks (X)COFF.
-
Is it possible to include Delphi Libraries into VC++. Please anyone Help me is it possible. If yes, Please explain me in detail