Hi,
I am using Visual studio 2005 for my development. I am doing a smart device application using Visual C++ MFC.
I had an application runnning perfectly on a device with ARMV4, till recently we receive a new Device with ARMV4I. the application is running on the new device but some features are not working, mainly serial port communications.
I compiled the existing application to new ARMV4I but still doesnt work.
I had an idea to create a new application and choose ARMV4I using the wizards, and then then compile it to use in my device..I have some trouble doing that!
My question is how to create a new application and copy/add/insert the old files, images, dialogs, headers and others from the old one and make it works.
if you have idea, please give some detailed information.
thank you