Help Windows XP Embedded
-
Hello everyone, I have written a configuration wizard in c++ (mfc) that works great on windows xp. I would like to use this application on a windows xp embedded system. How would I go about creating the executable with no dependencies that will run on an xp embedded system? It is my first time working on an embedded application, so any help would be appreciated. I have tried google, but I haven't had any luck finding a good tutorial. Thanks in advanced. ----------------- Genaro
-
Hello everyone, I have written a configuration wizard in c++ (mfc) that works great on windows xp. I would like to use this application on a windows xp embedded system. How would I go about creating the executable with no dependencies that will run on an xp embedded system? It is my first time working on an embedded application, so any help would be appreciated. I have tried google, but I haven't had any luck finding a good tutorial. Thanks in advanced. ----------------- Genaro
is it working making MFC as static linkage to the project ??
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VisualCalc 3.0] -- modified at 11:02 Tuesday 10th January, 2006 -
is it working making MFC as static linkage to the project ??
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VisualCalc 3.0] -- modified at 11:02 Tuesday 10th January, 2006I think I might have stated my problem incorrectly. The problem is not the dependencies, the problem is that I want to be able to run the wizard on a windows xp embedded system, but it won't work if I just try to run the same executable that works in windows xp. Are there settings that have to be changed in VS 2003 to make the exe work in xp embedded? Thanks for the help, ----------------- Genaro
-
I think I might have stated my problem incorrectly. The problem is not the dependencies, the problem is that I want to be able to run the wizard on a windows xp embedded system, but it won't work if I just try to run the same executable that works in windows xp. Are there settings that have to be changed in VS 2003 to make the exe work in xp embedded? Thanks for the help, ----------------- Genaro
ah, yeah, you mean if you compile for a target, and execute on another plateform ? in fact you have to cross compile, but i'm not sure this can only be made with a project settings change...
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VisualCalc 3.0] -
ah, yeah, you mean if you compile for a target, and execute on another plateform ? in fact you have to cross compile, but i'm not sure this can only be made with a project settings change...
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VisualCalc 3.0]I ran into this article a little while ago, which I think explains how to do it. However, I can't get to the project->properties->common properties->general from my c++ project. Well, I also have visual studio 6.0, which I believe runs against the 1.0 framework. So if I can make my code work in VS 6.0, then wouldn't this allow me to run the application on xp embedded without further modifications/settting changes? Thanks ----------------- Genaro