www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Another Dummy question about D, dll, C interoperability

I have a project in mind that I though that might benefit from being native 

I could write in D

with D I have native app
with D.NET the same app goes .NET, with 1 single code base!

now come my real problem, in fact I don't want to write an application, I 
want to write a dll that could be used by, well, customers!

customers probably programing in C/C++ (or .NET)

the question is, could I write a DLL in D which entry points are consumed by 
C/C++ client? 
Oct 09 2004