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

  • Thread starter Thread starter victor
  • Start date Start date
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
 
Back
Top