Hi
I have a need to incorporate C++ code developed in WinCE 4 (LCD driver
for SED1520) in C# application developed in VS2003. This is new to me
and am not quite sure how to approach.
I have read information in MSDN and it seems that I need to build the
driver as an DLL and use PInvoke in C# to call low level function in
the C++ code. But again all references I read so far refer to C++
developed in Visual C++ not in WinCE 4.

I would appreciate if anyone who have done this or have any suggestion
to give me some advice.

Thanks in advance
Victor

Re: Using C++ code developed in WinCE 4 in C# application in VS2003 by ctacke/>

ctacke/>
Fri Jan 13 21:02:06 CST 2006

This may help:

http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=255

-Chris


"victor" <linkvirtual26@gmail.com> wrote in message
news:1137202976.311492.139330@g44g2000cwa.googlegroups.com...
> Hi
> I have a need to incorporate C++ code developed in WinCE 4 (LCD driver
> for SED1520) in C# application developed in VS2003. This is new to me
> and am not quite sure how to approach.
> I have read information in MSDN and it seems that I need to build the
> driver as an DLL and use PInvoke in C# to call low level function in
> the C++ code. But again all references I read so far refer to C++
> developed in Visual C++ not in WinCE 4.
>
> I would appreciate if anyone who have done this or have any suggestion
> to give me some advice.
>
> Thanks in advance
> Victor
>