Re: Etherreal

From: Sean Bowles [MS] (sbowl_at_online.microsoft.com)
Date: 07/26/04


Date: Mon, 26 Jul 2004 10:44:14 -0700

I'm not sure why you're getting those errors. Have you successfully built
your platform yet? You'll want to have built the whole platform at least
once before building netlog.

Maybe you can try it from the command line?
* Open your Build Release Directory ("Build\Open Build Release Directory" in
Platform Builder).
* set WINCEREL=1 (this will copy built dlls/exes into your Build Release
Directory)
* cd %_PUBLICROOT%\common\oak\utils\netlog
* build (type "build")
If all goes well you'll end up with netlog.dll in your Release Directory.
Do the same with netlogctl.

Sean Bowles [MS]

This posting is provided "AS IS" with no warranties, and confers no rights.
© 2003 Microsoft Corporation. All rights reserved.

"joseph" <csspec@yahoo.co.in> wrote in message
news:a5288624.0407240312.4d027f2@posting.google.com...
> Hi
> I'm sorry that I forgot to insert error messages in my previous query.
> When I include netlog and netlogctl as user features and built,I got
> the following errors:
>
> d:\wince420\public\common\oak\utils\netlog\.\entrypoint.c(20) : error
> C1083: Cannot open include file: 'ndis.h': No such file or directory
> Compiling - d:\wince420\public\common\oak\utils\netlog\.\cestream.cpp
> for x86
> Compiling - d:\wince420\public\common\oak\utils\netlog\.\logger.cpp
> for x86
> d:\wince420\public\common\oak\utils\netlog\.\logger.cpp(20) : error
> C1083: Cannot open include file: 'cxport.h': No such file or directory
> Compiling - d:\wince420\public\common\oak\utils\netlog\.\netlog.cpp
> for x86
> d:\wince420\public\common\oak\utils\netlog\.\loopback.h(15) : error
> C1083: Cannot open include file: 'cxport.h': No such file or directory
> d:\wince420\public\common\oak\utils\netlog\link() : error LNK1181:
> cannot open input file 'obj\x86\retail\entrypoint.obj'
> BUILD: Compile errors: not linking
> d:\wince420\public\common\oak\utils\netlog directory
> BUILD: Done
> 4 files compiled - 4 Errors
>
> Regards,
> Joseph



Relevant Pages

  • Re: Adding SDK
    ... on Platform Biulder but now I have another one... ... You should see your new SDK platform ... I've built SDK and I've run the .msi file. ... file I can't include it on .bib file as I did with usb drivers! ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Adding SDK
    ... No Platform Builder needed; don't have to build the OS to change your ... I've created the SDK adding libraries and inclide files folders to the ... I've built SDK and I've run the .msi file. ... file I can't include it on .bib file as I did with usb drivers! ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Adding SDK
    ... I was using Platform Builder for including project on OS image. ... I've created the SDK adding libraries and inclide files folders to the ... I've built SDK and I've run the .msi file. ...
    (microsoft.public.windowsce.platbuilder)
  • Debugging CE Device through VS 2005
    ... This works fine for eVC 3 and 4 and also with the right SDK for CE ... SDK and an SDK built by myself for my CE device. ... Now i'd like to remote debug my application on the device through ... select my platform and device and click on 'Connect'. ...
    (microsoft.public.windowsce.embedded)