Proof of Concept: Binding to and extending C++ objects via a metric fuckton of templates

downs default_357-line at yahoo.de
Sat Dec 12 04:25:53 PST 2009


Tim Matthews wrote:
> downs wrote:
>> I've just committed a module to tools that should enable linking and
>> using any C++ library with D programs without creating a C wrapper for
>> it.
>>
> 
> 
> Does 'any' c++ library even include the ones in c++ namespaces? If so
> good job thanks.

I don't know about namespaces, but that's a problem with mangling and thus, fixable. I'm currently wrestling with bullet physics, which doesn't use namespaces, so this isn't priority right now :p



More information about the Digitalmars-d mailing list