c80840 wrote:
> I've heard that supposedly you can incorporate Delphi code into
> Borland C++ by adding it to the project.

Do you really mean Borland C++, the product last released 13 years ago? 
Or do you mean C++ Builder? They're not the same product. I'll assume 
you mean C++ Builder.

> Does anyone know of an
> example of how to to this (e.g. proper way to set up the delphi
> unit/program, compile it with C++, and then call it (including
> passing params))?

Simply add the Delphi unit to your C++ Builder project. C++ Builder will 
compile the Delphi code and include the functions in your project 
automatically.

-- 
Rob

Reply via email to