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. Windows Mobile 5 / C++ simple question / begging

Windows Mobile 5 / C++ simple question / begging

Scheduled Pinned Locked Moved C / C++ / MFC
c++questioncom
8 Posts 4 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.
  • I Offline
    I Offline
    Iain Clarke Warrior Programmer
    wrote on last edited by
    #1

    I've got a shiny new PDA I'm trying to play with. I've downloaded the trial of VS2005 & the mobile sdk from microsoft site. I'm trying to get started, but I can't get the new-mfc-mobile wizard to make me a blank probject. Does anyone have a "hello world" project they can mail me? or can spend 30s making a blank project? I don't need any actual code, other than a place holder saying "type stuff here...." Either reply to this (email or post), or email a project to iain.clarke@ gmail dot com. Thanks in advance, Iain.

    D 1 Reply Last reply
    0
    • I Iain Clarke Warrior Programmer

      I've got a shiny new PDA I'm trying to play with. I've downloaded the trial of VS2005 & the mobile sdk from microsoft site. I'm trying to get started, but I can't get the new-mfc-mobile wizard to make me a blank probject. Does anyone have a "hello world" project they can mail me? or can spend 30s making a blank project? I don't need any actual code, other than a place holder saying "type stuff here...." Either reply to this (email or post), or email a project to iain.clarke@ gmail dot com. Thanks in advance, Iain.

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      Iain Clarke wrote:

      I'm trying to get started, but I can't get the new-mfc-mobile wizard to make me a blank probject.

      Are you receiving an error?


      "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

      "Judge not by the eye but by the heart." - Native American Proverb

      I 1 Reply Last reply
      0
      • D David Crow

        Iain Clarke wrote:

        I'm trying to get started, but I can't get the new-mfc-mobile wizard to make me a blank probject.

        Are you receiving an error?


        "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

        "Judge not by the eye but by the heart." - Native American Proverb

        I Offline
        I Offline
        Iain Clarke Warrior Programmer
        wrote on last edited by
        #3

        To attempt to make a project, I go File->New->Project That pops up a New Project dialog (shock!) I pick Visual C++, Smart Device, MFC Smart Device Application. I give it a name in the bottom fields, and press OK. The dialog goes away, the main window flashes a bit, and a get a few brief hourglasses. About 3s later, the New Project dialog comes back... So, no error, but wrong behaviour. I already have VC6 installed, so there may be path collisions. As my main work is developed in VC6, I'm not quite prepared to vape my system and just have vx2005 on it... Any help / hints you can give will be appreciated! Iain.

        P R 2 Replies Last reply
        0
        • I Iain Clarke Warrior Programmer

          To attempt to make a project, I go File->New->Project That pops up a New Project dialog (shock!) I pick Visual C++, Smart Device, MFC Smart Device Application. I give it a name in the bottom fields, and press OK. The dialog goes away, the main window flashes a bit, and a get a few brief hourglasses. About 3s later, the New Project dialog comes back... So, no error, but wrong behaviour. I already have VC6 installed, so there may be path collisions. As my main work is developed in VC6, I'm not quite prepared to vape my system and just have vx2005 on it... Any help / hints you can give will be appreciated! Iain.

          P Offline
          P Offline
          Polity4h
          wrote on last edited by
          #4

          reinstall?

          1 Reply Last reply
          0
          • I Iain Clarke Warrior Programmer

            To attempt to make a project, I go File->New->Project That pops up a New Project dialog (shock!) I pick Visual C++, Smart Device, MFC Smart Device Application. I give it a name in the bottom fields, and press OK. The dialog goes away, the main window flashes a bit, and a get a few brief hourglasses. About 3s later, the New Project dialog comes back... So, no error, but wrong behaviour. I already have VC6 installed, so there may be path collisions. As my main work is developed in VC6, I'm not quite prepared to vape my system and just have vx2005 on it... Any help / hints you can give will be appreciated! Iain.

            R Offline
            R Offline
            Rajesh R Subramanian
            wrote on last edited by
            #5

            Iain Clarke wrote:

            The dialog goes away, the main window flashes a bit, and a get a few brief hourglasses. About 3s later, the New Project dialog comes back... So, no error, but wrong behaviour.

            It's not wrong behavior. It means that eVC++ is not able to detect your embedded device connected to your computer. To start a new project, build and deploy/debug it successfully, you need to have your embedded device connected to your computer. Install ActiveSync, and also install the SDK that came along with your embedded device. By all means I am assuming that your embedded device is running some version of WindowsCE. Connect your device, let ActiveSync detect it and then open eMbedded Visual C++ and then try starting a new project.


            Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

            I 1 Reply Last reply
            0
            • R Rajesh R Subramanian

              Iain Clarke wrote:

              The dialog goes away, the main window flashes a bit, and a get a few brief hourglasses. About 3s later, the New Project dialog comes back... So, no error, but wrong behaviour.

              It's not wrong behavior. It means that eVC++ is not able to detect your embedded device connected to your computer. To start a new project, build and deploy/debug it successfully, you need to have your embedded device connected to your computer. Install ActiveSync, and also install the SDK that came along with your embedded device. By all means I am assuming that your embedded device is running some version of WindowsCE. Connect your device, let ActiveSync detect it and then open eMbedded Visual C++ and then try starting a new project.


              Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

              I Offline
              I Offline
              Iain Clarke Warrior Programmer
              wrote on last edited by
              #6

              That sounds like a very good explanation - I just wish it popped up a failure explanation, rather than just coming back. I've tried it, and its not working yet. I'll find a virgin PC somewhere to reinstall from scratch and try your theory out - but this time with the mobile device plugged in the whole time. Iain.

              R 1 Reply Last reply
              0
              • I Iain Clarke Warrior Programmer

                That sounds like a very good explanation - I just wish it popped up a failure explanation, rather than just coming back. I've tried it, and its not working yet. I'll find a virgin PC somewhere to reinstall from scratch and try your theory out - but this time with the mobile device plugged in the whole time. Iain.

                R Offline
                R Offline
                Rajesh R Subramanian
                wrote on last edited by
                #7

                Iain Clarke wrote:

                I've tried it, and its not working yet.

                This thing happened to me too at the beginning. It might be that the version of WinCE running on the handheld is not compatible with your eVC++. If you have VS2K3 installed, then just try a new smart device project (with C#) and if it might work. In this case, you can be sure about the uncompatibility factor. Also get the service pack[^] installed. -- modified at 4:43 Tuesday 16th January, 2007


                Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

                I 1 Reply Last reply
                0
                • R Rajesh R Subramanian

                  Iain Clarke wrote:

                  I've tried it, and its not working yet.

                  This thing happened to me too at the beginning. It might be that the version of WinCE running on the handheld is not compatible with your eVC++. If you have VS2K3 installed, then just try a new smart device project (with C#) and if it might work. In this case, you can be sure about the uncompatibility factor. Also get the service pack[^] installed. -- modified at 4:43 Tuesday 16th January, 2007


                  Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

                  I Offline
                  I Offline
                  Iain Clarke Warrior Programmer
                  wrote on last edited by
                  #8

                  I'm using VS2005 with the windows mobile 5.0 sdk as recommended on the microsoft website. That said, it wouldn't be the first time they're wrong. I'll try to get a copy of eVC4 later and download that. It may be simpler and work more easily! (I hope...) Iain.

                  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