CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2001
    Location
    Poland
    Posts
    6

    Pocket PC Emulation Problem

    Hello,
    I tried developing a VB application for Pocket PC. I downloaded tools from Microsoft (Embedded Vis. Basic 3.0 ver 0087). The problem is that I couldn't run the program using emulator. I got the message:
    "Unable to attach to the device. Please check your device connection."
    Can anyone explain this to me?
    Thanks in advance,
    Wojtek

    Wojtek

  2. #2
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    Re: Pocket PC Emulation Problem

    Make sure the emulator is running and that the "Runs On Target" setting under the
    Project Properties "General" tab is set to "Pocket PC Emulation".
    You will want to change this setting to your actual device once your program is ready for
    deployment.

    Kris
    Software Engineer
    Phoenix,AZ
    Kris
    Software Engineer
    Phoenix, AZ USA

  3. #3
    Join Date
    Aug 2001
    Location
    Poland
    Posts
    6

    Re: Pocket PC Emulation Problem

    Thanks Kris,
    but the emulator IS running and that the "Runs On Target" setting under the Project Properties "General" tab IS
    set to "Pocket PC Emulation".
    Any other ideas?
    Wojtek


    Wojtek

  4. #4
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    Re: Pocket PC Emulation Problem

    Are you running Windows NT 4.0 or Windows 2k?
    The emulators only work with these OS's

    Kris
    Software Engineer
    Phoenix,AZ
    Kris
    Software Engineer
    Phoenix, AZ USA

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured