Hi,
Is there a way to use the Enterprise Library 3.1 from native c++ code?
I want to use the Logging Application Block from c++ to send the log entries to the same msmq or database as from our c# applications.
Is there a compatible native version?
Or is it easy to export it to COM?
Or do I have to create my own facade which will be COM-Visible and registered for interop?