Hi,

I have a device bsp that builds a tiny kernel fine, but I need to add
features to it - so I've added IE6, CF2, active sync etc. During the build of
coredll I get lots of link errors (mostly security). I guess I'm missing a
dependancy, is there an easy way to find what this is and add it (add all
dependencies?)

Any help with this really apprciated!

Thanks

nick

Re: CE build - coredll link error - CryptCreateHash + others... by voidcoder

voidcoder
Wed Sep 27 08:27:53 CDT 2006


In your case you are missing CryptoAPI
items that can be found here:

Catalog
Core OS
Windows CE devices
Security
Cryptography Services (CryptoAPI 1.0) with High Encryption Provider



On Wed, 27 Sep 2006 12:59:02 +0200, Nick Farrow <NickFarrow@discussions.microsoft.com> wrote:

> Hi,
>
> I have a device bsp that builds a tiny kernel fine, but I need to add
> features to it - so I've added IE6, CF2, active sync etc. During the build of
> coredll I get lots of link errors (mostly security). I guess I'm missing a
> dependancy, is there an easy way to find what this is and add it (add all
> dependencies?)
>
> Any help with this really apprciated!
>
> Thanks
>
> nick
>


Re: CE build - coredll link error - CryptCreateHash + others... by NickFarrow

NickFarrow
Wed Sep 27 10:06:01 CDT 2006

Hi VoidCoder,

Thats what I thought