[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: C++ variant of OpenLDAP 2.0 alpha3



At 02:56 PM 2/24/00 +0100, Mikael wrote:
>Since the whole OpenLDAP package is written in C it is hard to use other
>modules (f.e. DCOM,dll:s written in C++ in the OpenLDAP code.

C can call C++ and vice versa.  

>Is there a C++ version of the OpenLDAP 2.0 alpha3 package(or any other
>OpenLDAP package)?

No.

>It is quite complicated to translate everything into C++, not only
>fileextensions but naming conventions, project linkage etc

Yes.

>I'm using NT4 platform and need to send data to a DCOM server so I have
>to implement a DCOM client(using the DCOM server C++ wrapper interface),
>and this cannot be done from C.

So, have a C routine call a C++ routine.