Hello,
I get the error message

ERROR: function @ Ordinal 715 missing in Module 'coredll.dll'
!!! Please Check your SYSGEN variable !!!

Can anyony tell me what module i have to add to my build system to add the
function with ordinal 715 ?

Thank you
Holger

Re: Missing ordinal 715 in coredll by Steve

Steve
Mon Apr 25 10:38:50 CDT 2005

Take a look into coredll.def to find that ordinal and then look for the
enclosing @CESYSGEN IF/@CESYSGEN ENDIF tags.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



RE: Missing ordinal 715 in coredll by gregsco

gregsco
Mon Apr 25 10:40:36 CDT 2005

It looks like ordinal 715 is GetSystemPowerStatusEx. I believe you need to
add SYSGEN_BATTERY to your image. This will include the necessary library
inside coredll.dll.

I hope this helps.

Greg Scott
Software Design Engineer, Windows CE
Microsoft Corporation
_____________________________________________________________
This posting is provided "AS IS" with no warranties, and confers no rights.
_____________________________________________________________

--------------------
| From: "Holger" <froelich@fs-net.de>
| Subject: Missing ordinal 715 in coredll
| Date: Mon, 25 Apr 2005 16:40:58 +0200
| Lines: 13
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| Message-ID: <eNTxrRaSFHA.1268@TK2MSFTNGP14.phx.gbl>
| Newsgroups: microsoft.public.windowsce.platbuilder
| NNTP-Posting-Host: dsl-084-056-128-239.arcor-ip.net 84.56.128.239
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP14.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.windowsce.platbuilder:18140
| X-Tomcat-NG: microsoft.public.windowsce.platbuilder
|
| Hello,
| I get the error message
|
| ERROR: function @ Ordinal 715 missing in Module 'coredll.dll'
| !!! Please Check your SYSGEN variable !!!
|
| Can anyony tell me what module i have to add to my build system to add the
| function with ordinal 715 ?
|
| Thank you
| Holger
|
|
|