Using C++ code developed in WinCE 4 in C# application in VS2003

V

victor

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top