Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-tcf-dev] C++ client for TCF?

Title: C++ client for TCF?
Hi Ken,
 
Recently I have committed changes that allow to compile all agent code as C++ code.
Running "make CC=g++" builds C++ TCF client, among other binary files.
Client source code is in agent/main/main_client.c
 
At the moment I'm about to commit more changes to address some C++ related compiler warnings.
 
Regards,
Eugene


From: dsdp-tcf-dev-bounces@xxxxxxxxxxx [mailto:dsdp-tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of ken.ryall@xxxxxxxxx
Sent: Tuesday, February 23, 2010 8:38 AM
To: dsdp-tcf-dev@xxxxxxxxxxx
Subject: [dsdp-tcf-dev] C++ client for TCF?

Hi,

One of my colleagues here at Nokia has an app written in C++ that they want to interact with a TCF agent. Beyond the C code in the example agent, is there any public C++ code that could be reused when implementing a C++ TCF client?

Thanks - Ken

Back to the top