On Thu, Dec 11, 2008 at 1:38 PM, Bruno Neves Pires Silva <[email protected]> wrote: > > Hello, programmers. > > How can I use the code in a managed dll from a standard Dll, > without using COM ? > > Thanxs in advance > > Bruno Neves Pires Silva
Why do you want to do this? It could help in the responses. Anyway, read this little thread http://www.codeguru.com/forum/archive/index.php/t-181749.html it has a little clue that says : "create a C++ Managed Class Library and use it as an interface to your unmanaged code" Best, Jim
