CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2006
    Location
    Somewhere in this world!
    Posts
    242

    SDK not compatible to Standard SDK for Windows CE.NET

    hi guys,

    I just download eVC++ 4.0 and create a new app to try it out
    when i compile is doesn't give me error
    but when i build, it give me an error

    <QUOTE>
    An application targeting a standard SDK for Windows CE .NET and build for the ARMV4I CPU cannot be run on the emulator, you will have to install an SDK that is compatible with standard sdk for Windows CE.net, then target a shadow platform pertaining to SDK
    </QUOTE>

    How do I solve/troubleshoot this

    Thanks.

    Regards,
    Jimmy
    Newbie & Noobie. Pls Help!
    Life Short, Learn Hard.

  2. #2
    Join Date
    Sep 2003
    Location
    M...N
    Posts
    220

    Re: SDK not compatible to Standard SDK for Windows CE.NET

    Hopefully the answer won't come too late.

    You should try to use: Win32 (WCE Emulator) Device under your STANDARDSDK.
    Don't use Win32 (WCE ArmV4) or Win32 (WCE ArmV4I) or you cannot make your app run in the emulator.


    PS:
    This is quite ambiguous and seems nowhere in MSDN?

  3. #3
    Join Date
    Mar 2010
    Posts
    1

    Re: SDK not compatible to Standard SDK for Windows CE.NET

    Hi all,

    I was able to select the WCE Emulator, but after the build I receive the following message, "emulator for windows ce encountered an unexpected error." This occurs as the emulator is loading, and the emulator does not load.

    Any help is much appreciated.

    Thanks,
    Chris

  4. #4
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: SDK not compatible to Standard SDK for Windows CE.NET

    I have found in general that it is much better to test on the hardware you are actually going to use. Most of the software I write will not run at all in the emulator but works perfectly on the device it is designed for.

    The emulator seems to work ok on very basic stuff especially when there are no SDKs in use but beyond that it has not appeared to be very trust worthy as a test instrument in my experience.

    DOH! I did not notice that this was a resurected thread.

  5. #5
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: SDK not compatible to Standard SDK for Windows CE.NET

    learn4ce , in future, post new threads for new questions. There is a big blue button in the top left corner in every forum that says "New Thread"

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