V
Vincent RICHOMME
Hi,
I am trying to port an existing C++ class (unmanaged) to the .NET
framework to use it in my C# project.
After reading some articles it seemed that the easiest way is to use
managed C++. I have managed to compile it for PC but apparently managed
c++ is not available on Compact Framework.
I really don't understand why .....
Knowing that .NET uses IL code, wouldn't be possible to modify the
assembly to reference compact framework assemblies.
My class is quite big and I don't want to use P Invoke because I would
need to redeclare all my structures.
I am trying to port an existing C++ class (unmanaged) to the .NET
framework to use it in my C# project.
After reading some articles it seemed that the easiest way is to use
managed C++. I have managed to compile it for PC but apparently managed
c++ is not available on Compact Framework.
I really don't understand why .....
Knowing that .NET uses IL code, wouldn't be possible to modify the
assembly to reference compact framework assemblies.
My class is quite big and I don't want to use P Invoke because I would
need to redeclare all my structures.