CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2001
    Location
    Wuerzburg, Germany
    Posts
    90

    Problems with SDK

    Hi,

    I have installed embedded VC 4.0 and the SDK für Pocket PC 2003. That worked fine, but I have to write software for Pocket PC 2002. So I uninstalled the SDK and installed the 2002, but then VC said no SDK found. What can I do?

    Thanks

    Michael

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado
    Posts
    59

    Re: Problems with SDK

    I don't think the "old" PPC2002 SDK is compatible with eVC 4.0 and eVC 4.0 doesn't recognize it. Are you starting from scratch or is this an application you've already written (for instance with an older IDE and SDK)?
    Last edited by majoob; December 7th, 2004 at 11:12 PM.
    majoob

  3. #3
    Join Date
    Jun 2001
    Location
    Wuerzburg, Germany
    Posts
    90

    Re: Problems with SDK

    Hi,

    I start from scratch. I never did write a programme for pocket pc.

    Greatings

    Michael

  4. #4
    Join Date
    Aug 2002
    Location
    Colorado
    Posts
    59

    Re: Problems with SDK

    If you are targeting PPC2002 then I would recommend installing the eVC++ 3.0 IDE and the PPC2002 SDK. There are ways to create WinCE 3.0 apps with the eVC 4.0 IDE but it sounds like a nightmare and is unsupported by Microsoft. The incompatibilities between Microsoft's eVC3 and eVC4 development environments and between WinCE versions are unfortunate.

    Here are some links:
    http://www.pocketpcdn.com/forum/view...ea4a7d52d24146
    http://msdn.microsoft.com/library/de...4migration.asp
    http://www.talkroot.com/archivee/ind....0_to_4.0.html
    majoob

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