> I believe C++ Builder can compile or import .pas files. > But I have no idea how you do it.
Just add the .pas file into the project. Delphi compiler will be invoked at the right time. Yes BCB include Delphi compiler (Dcc32). Even easier with components. When you install a delphi component in BCB, it create a header file with hpp extension. It is automaticaly included when you drop the Delphi component on a form or datamodule. ICS include a number of BCB sample. Just have a look at one of them. -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be