Re: Cannot open input file 'secchk.lib' by ctacke/>
ctacke/>
Wed Sep 27 13:51:15 CDT 2006
Good question. I've only seen this error when building in Studio, so I
lucked out and had the lib already. Not sure why it's not in the
downloadable SDKs - I'd think that would be a bug in the SDK.
--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--
"John Baik" <JohnBaik@hotmail.com> wrote in message
news:uW4Lwwl4GHA.3644@TK2MSFTNGP03.phx.gbl...
> Chris,
> You got it.
>
> I was able to find secchk.lib from both PocketPC 2003 and SmartPhone 2003
> SDK in Visual Studio Net 2005.
>
> But I could not find secchk.lib from either PocketPC 2003 SDK or Windwos
> Mobile 2005 SDK from Microsoft.
> So you'll have a link error if you download SDK from MS website.
> I'm not sure why ?
> Thanks
> John Baik
>
>
>
> "<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
> news:Of1gwga4GHA.696@TK2MSFTNGP06.phx.gbl...
>> It's part of the PPC03 and later SDKs. You're compiling against a PPC
>> SDK but not adding it to your linker options. This typically happens
>> when you have a project targeting another SDK and then modify it to
>> target a Pocket PC.
>>
>>
>> --
>> Chris Tacke
>> OpenNETCF Consulting
>> Managed Code in the Embedded World
>> www.opennetcf.com
>> --
>>
>>
>>
>> "Mhaxx" <supermhaxx@despammed.com> wrote in message
>> news:%233mdkeY4GHA.1256@TK2MSFTNGP04.phx.gbl...
>>> Compiling my application against the vendor SDK an error occurs:
>>>
>>> LINK : fatal error LNK1181: cannot open input file 'secchk.lib'
>>>
>>>
>>> What's it? :-O
>>>
>>> Mhaxx
>>>
>>>
>>
>>
>
>