Windows CE
-
Hello everyone, I am wondering if any one know or can help me how to convert regular windows program to windows ce. My application is written in VS C++ 2005 and another one is in C#. What I am trying to do is convert both of the application and deploy into windows ce device. Thanks
-
Hello everyone, I am wondering if any one know or can help me how to convert regular windows program to windows ce. My application is written in VS C++ 2005 and another one is in C#. What I am trying to do is convert both of the application and deploy into windows ce device. Thanks
Under the WinCE File Menu you'll find Open Project option ( for opening exixting projects); choose your VC++ projects from there, it will autometically get converted into netive format. You need to think over, but in case of C#, I am not sure, whether this will work or not. But as you may know, not all the functions & syntax of VC++ & its wrapper libraries are not supported by WinCE.
-
Under the WinCE File Menu you'll find Open Project option ( for opening exixting projects); choose your VC++ projects from there, it will autometically get converted into netive format. You need to think over, but in case of C#, I am not sure, whether this will work or not. But as you may know, not all the functions & syntax of VC++ & its wrapper libraries are not supported by WinCE.
Hello there, I was so pleased to see your reply.I will be very pleased if can help me little more. What do you mean by under the WinCE Menu. I assume if I have a WinCE Program open then I go to file->new->Project from existing code Or you mean something else. I also have .dll files that are in C#. what should I do about that. It is not working. I did what you have suggested but there are more options coming up and I dno't know what to do with that. this is giving me problem [using namespace System::Windows::Forms] how it convert to native c++. Please Please I really in need of help because I already spent two weeks without having done anything. I tried whatever I know. Total line of code is 50,000 which one I am working on if I have to re-write the whole code it will not be easy as you know . thanks again.
-
Hello there, I was so pleased to see your reply.I will be very pleased if can help me little more. What do you mean by under the WinCE Menu. I assume if I have a WinCE Program open then I go to file->new->Project from existing code Or you mean something else. I also have .dll files that are in C#. what should I do about that. It is not working. I did what you have suggested but there are more options coming up and I dno't know what to do with that. this is giving me problem [using namespace System::Windows::Forms] how it convert to native c++. Please Please I really in need of help because I already spent two weeks without having done anything. I tried whatever I know. Total line of code is 50,000 which one I am working on if I have to re-write the whole code it will not be easy as you know . thanks again.