Re: Cant find .lib files in custom SDK
You can use either Release or Debug configuration, the only
thing is to have the selected configuration built/sysgened
properly with all the required features.
"ahmet" <arge5@xxxxxxxxxxxx> wrote in message news:Okr5r79JGHA.1452@xxxxxxxxxxxxxxxxxxxxxxx
> Hmmm. Yes there is something wrong here. It seems sdk /cpu - configuration is set to "Release" Instead of Debug and
> there is no debug selection is available!
> Is that mean that i should compile the OS project in "release" conf. before i made the SDK build? Or is there still a
> way to build the SDK according to "debug" configuration? if so could you indicate how can i select debug configuration
> in SDK settings?
>
> Thanks...
>
> "Voidcoder" <voidcoder@xxxxxxxxx>, haber iletisinde sunlari yazdi:%23uI1kx9JGHA.2212@xxxxxxxxxxxxxxxxxxxxxxx
>> Huh! Are there any *.lib files in your "SDK_ROOT\Lib"
>> directory? Have a look at CPU tab in your "SDK Settings".
>> Does the selected configuration match your current sysgened
>> configuration?
>>
>>
>> "ahmet" <arge5@xxxxxxxxxxxx> wrote in message news:%23HFDAn9JGHA.360@xxxxxxxxxxxxxxxxxxxxxxx
>>> Hi,
>>> Its not just commctrl.lib problem i will have the similar error for MFC apps like:
>>>
>>> LINK : fatal error LNK1104: cannot open file 'coredll.lib'
>>>
>>> i think the SDK that i built didnt include some necesseries.(Yes, MFC support s included in my OS). Could it be
>>> related with QFEs? none of them is installed now...
>>>
>>> "Voidcoder" <voidcoder@xxxxxxxxx>, haber iletisinde sunlari yazdi:unyRfc9JGHA.720@xxxxxxxxxxxxxxxxxxxxxxx
>>>> Is it display based device? Do you have "Common Control"
>>>> feature in your OS design?
>>>>
>>>> For some reason eVC adds commctrl.lib dependency
>>>> in projects by default even you just create a simple
>>>> non GUI application. Go to Project Settings->
>>>> Link->Object/Library Modules and remove
>>>> commctrl.lib reference.
>>>>
>>>>
>>>> "ahmet" <arge5@xxxxxxxxxxxx> wrote in message news:eigCBY9JGHA.1832@xxxxxxxxxxxxxxxxxxxxxxx
>>>>> After i built my own SDK and install it the eVC++ gives link error to standart hello world application:
>>>>>
>>>>> LINK : fatal error LNK1104: cannot open file 'commctrl.lib'
>>>>>
>>>>> Did i make something wrong while building SDK? Because there is really no commctrl.lib file in SDK directory. Or
>>>>> should i add the lib files (or directory link) manually to built the project?
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
.
Relevant Pages
- Re: SDK Wizard error : "Error adding common files"
... on the Internet Appliance configuration, or it's based on the Minimal Kernel ... have you tried generating a new SDK for the same OS and building that? ... I'm sure that I have built the debug configuration and the SDK ... That is, don't build the retail image, then the debug image, ... (microsoft.public.windowsce.platbuilder) - Re: PB5.0 SDK export problem
... I have this same SDK build problem (i.MX21 Freescale BSP, WINCE 5.0, Windows ... This build configuration has not been sysgen'ed ... > the set of anchored catalog items plus unanchored catalog items is specified ... > OS design may contain SYSGEN_LOCUSA National Language Support ... (microsoft.public.windowsce.platbuilder) - Re: How do I change a value in web.config from code?
... I downloaded the SDK 2.0 and found it in about 3 clicks!! ... The ASP.NET section in the SDK has a section about configuration files, and in there is info about the configuration API, including a link to a page called "Using the Configuration Classes" that contains sample code for updating a value in ... I tried copying the sample code from the MSDN docs for the AppSettingsSection class, but this seemed to be working on an empty file. ... (microsoft.public.dotnet.framework.aspnet) - RE: Windows CE / SDK version need clearifications
... you need to have an SDK for the specific configuration of the OS ... which you are targeting (for example, you can build a Windows CE ... use the Pocket PC 2003 SDK with any Pocket PC 2003 device, ... (microsoft.public.windowsce.embedded) - Re: Step by step it works but...
... the Debug configuration when you run the app without debugging. ... When I execute it, the program fails ... (microsoft.public.dotnet.languages.vb) |
|