Windows Embedded CE 6.0 Remote Tools, missing ordinal 1580
I've seen a couple of people having problems using the remote tools from Visual Studio 2005 against a Windows Embedded CE 6.0 operating system image - when you try to connect the remote tools to a running operating system image you get an error similar to the following in the debug output window in Platform Builder.
ERROR: function @ Ordinal 1580 missing in Module 'coredll.dll'
!!! Please Check your SYSGEN variable !!!
Ordinal 1580 corresponds to type_info which is exported by the C++ Runtime Support for Exception Handling and Runtime Type Information component (SYSGEN_CPP_EH_AND_RTTI).
Add the RTTI component to your operating system design and remote tools should run just fine.
If you want more information on tracking down missing ordinals you might want to take a look at an article Steve Maillet and I wrote for MSDN some time ago called The Case of the Missing Ordinal.
- Mike
Comments
- Anonymous
November 10, 2006
We'll make sure to get rid of this in the future. Sue