views:

91

answers:

0

Does anybody know of any useful resources for porting a C++/CLI application written in VS2005 with .net framework 2.0 to a mobile device with .net 2.0 compact and C#? Windows Mobile doesn't support C++ CLI, so we may need to rewrite some of our applications. Through the searching I've done, everything seems to talk about porting from regular old C++ to C# or C++ CLI, but I haven't seen any good resources on porting to C# from C++ CLI. If anybody could provide some references or suggestions of their own, it would be greatly appreciated. We're new to mobile development and really just need to know where to get started.