Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Help Windows XP Embedded

Help Windows XP Embedded

Scheduled Pinned Locked Moved C / C++ / MFC
c++hardwarehelptutorialquestion
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    picazo
    wrote on last edited by
    #1

    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

    T 1 Reply Last reply
    0
    • P picazo

      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

      T Offline
      T Offline
      toxcct
      wrote on last edited by
      #2

      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

      P 1 Reply Last reply
      0
      • T toxcct

        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

        P Offline
        P Offline
        picazo
        wrote on last edited by
        #3

        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

        T 1 Reply Last reply
        0
        • P picazo

          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

          T Offline
          T Offline
          toxcct
          wrote on last edited by
          #4

          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]

          P 1 Reply Last reply
          0
          • T toxcct

            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]

            P Offline
            P Offline
            picazo
            wrote on last edited by
            #5

            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

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups