All Forums
 Microsoft Windows CE
 eVC Application Development
 Targeted Platform warning when debugging
 Forum Locked  Topic Locked
 Send Topic to a Friend
 Printer Friendly
Author Topic  

ctacke

877 Posts

Posted - 19 Feb 2003 :  09:32:53  Show Profile  Email Poster
Q: When I am debugging my application with eVC I get the following warning before the application is pushed to the device:

The targeted platform XXXX does not match the connected platform. Continue?

How can I fix this?

The XXXX in the above question is the defined platform name and may be IAGM, IAGMaster or BitsyX.

When eVC attempts to debug on a device it first checks to see if the connected device is the same Platform as the SDK Platform chosen in the development environment as the target. It does this by checking a device registry key that provides the device's Platform ID.

The warning mentioned above is displayed if the Platform ID on the device does not match the SDK's defined Platform ID. This does not affect in any way the debugging capabilities and can be safely ignored. However, if you want to eliminate the message, you simply need to add the correct Platform ID to the device's registry by appending one of the following keys to your ADSLOAD.REG file (the process is outlined in the Developer's Getting Started Guide). Choose only the key that matches the SDK you are using.


[HKEY_LOCAL_MACHINE\Windows CE Tools]
"Platform"="{076F80D3-9B19-44C7-B891-326D7CB847F4}" ;BitsyX
"Platform"="{FFC2FAFB-96B1-47B3-AA4F-0ECA82A6FD1E}" ;IAGM
"Platform"="{10164112-BED7-4FA5-ACE2-75C628911B3F}" ;IAGMaster
"Platform"="{076F80D3-9B19-44C7-B891-326D7CB847F4}" ;IABitsyX SDK
"Platform"="{18FA71FE-E053-4B71-B736-83600C9DBA1F}" ;ADS XScale 4.2

ctacke

877 Posts

Posted - 24 Oct 2003 :  13:49:09  Show Profile  Email Poster
More Details: Determining the GUID Yourself

You can get the GUID associated with any SDK installed on your development PC by looking at the PC's Registry under the following key:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Tools\
Platform Manager\{F384D888-F9AA-11D1-BB9E-00A0C9C9CCEE}]


Each GUID entry under this key represents an installed platform. The Default value listed below each key is the platform name that eVC displays. Here's an example for the BitsyX:


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Tools\Platform Manager\
{F384D888-F9AA-11D1-BB9E-00A0C9C9CCEE}\{076F80D3-9B19-44C7-B891-326D7CB847F4}]
@="IABITSYX"


Go to Top of Page
  Topic  
 Forum Locked  Topic Locked
 Send Topic to a Friend
 Printer Friendly
Jump To:
Eurotech Support Forums © Eurotech Inc. Go To Top Of Page
This page was generated in 0.03 seconds. Snitz Forums 2000