T
Timothy Dean
I have an app created in C++/MFC that runs on PocketPC and I want to be able
to allow customers to extend it by using .NET. I would like to be able to
create an inproc automation dll that could be called from C++. I realize
there is no out of process COM capability in Windows CE. I am able to use
inprocess automation COM dll's to create C++ components that can be called
from C++. I want to be able to do the same thing with .NET. So I need to
be able to call .NET functions from C++ and call C++ function from .NET.
What would be the best way to do this? Thanks.
Timothy Dean
to allow customers to extend it by using .NET. I would like to be able to
create an inproc automation dll that could be called from C++. I realize
there is no out of process COM capability in Windows CE. I am able to use
inprocess automation COM dll's to create C++ components that can be called
from C++. I want to be able to do the same thing with .NET. So I need to
be able to call .NET functions from C++ and call C++ function from .NET.
What would be the best way to do this? Thanks.
Timothy Dean