On Wed, 2010-08-18 at 21:27 -0400, Krogerma at aol.com wrote:
> Is it possible to call into a managed DLL from an unmanaged C/C++
> application with the facilities within Mono?
Yes, using the Mono embedding API:
http://www.mono-project.com/Embedding_Mono
http://www.go-mono.com/docs/index.aspx?tlink=root:/embed
- Jon