Yes, there's no such thing as a managed entry point, they have to be
native.  Using Implicit Interop with C++ will allow you to create a mixed
mode C++ DLL that can have native entry points that would then call
managed code.  Implicit Interop does all the PInvoke heaving lifting in
the background.

Do you have any control over side consuming the entry points?

On Thu, 3 Jan 2008 13:52:13 +0000, James Berry <[EMAIL PROTECTED]> wrote:

>So the suggestion is to use managed C++ to write a unmanaged .DLL wrapper
which calls into the appropriate .net managed assemblies?

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to