DLL built using EVC on a WM 5.0 device

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I've a dll built with EVC++ 3.0 targetting a PocketPC 2002 device.
I want to use this on a WM 5.0 device.

Can I rebuild the same using EVC++ 4.0 with SP2/SP4and PocketPC2003 and use
the dll on a WM 5.0 device?

Any pointers are greatly appreciated.

Regards
Vidhya
 
If it's compiled for the right processor type, just use it as-is. Yes, you
should be able to use a 4.x version DLL on WM5, too.

Paul T.
 
Back
Top