Interoperating with Unmanaged Code

  • Thread starter Thread starter Lourenço Teodoro
  • Start date Start date
L

Lourenço Teodoro

I have a lot of code written using the eMbedded Visual C++ 4.0 and I would
like to know the answers for the following questions:

1. Is there anything similar to the managed extensions that I can use with
the Compact .Net Framework running under Windows CE?

2. Is there a way to perform calls to managed code from my unmanaged code
and vice-versa.

I really appreciate any help.

Lourenço.
 
I saw that there is a way to call unmanaged DLL functions from a .Net
program. My question is, is it possible to develop a managed library and use
it in an unmanaged program?

I know how to do it using C++ and mixing unamanaged and mananaged code, but
as far as I understood, I cannot use C++ to write code for Windows CE on
Visual Studio .NET.

Lourenço.
 
Back
Top