M
Mhaxx
How to call .NET CF functions from (managed, Windows CE based) code?
Mhaxx
Mhaxx
Sorry, from unmanaged code..
Mhaxx
much your only options.
much your only options.
much your only options.
Is there any example about what you say? I'm a beginner and I really don't
know so much about IPC, etc
Mhaxx
Neil, you're right, I know but at the moment I was only looking for an
example, some code already written.. this is my need.
Thanks,
Mhaxx
Mhaxx said:How to call .NET CF functions from (managed, Windows CE based) code?
Mhaxx
superclass said:use #pragma managed/#pragma unmanaged in your C++ program(cpp) file.
in managed block you can make a function that do your .NET CF and then
call this function from unmanaged code.
Christopher Fairbairn said:Hi,
Managed C++ is not a supported language for the .NET Compact Framework. So
this solution will not work.