I read somewhere that Borland C++ Builder comes with the Delphi compiler included, allowing developers to use Object Pascal code in their C++ Builder projects. Does it work the other way too? If there's a library that's written in C++ that I'd like to use in my project, but I'd like to compile it directly into the executable and gain the benefits of smart-linking and of not having to rely on an external DLL, could I do that?

Mason