We have a (pure native C++) .DLL that is build by VS. As clients we have some native C++ applications and a .Net-Wrapper around this DLL written in C++/CLI. Finally there ar
You can generate a dll and export the entry point to a lib using dllexport, this is explained here
dllexport
http://msdn.microsoft.com/en-us/library/3y1sfaz2.aspx