Re: Post Adding Libs to SDK

Tech-Archive recommends: Fix windows errors by optimizing your registry



Bruce,
Never mind. I found the SOURCES (was looking in the wrong drive!)
But I hv another question:

If I have a lib called mylib.lib and a header file (exporting funcs) called
mylib.h,
how do I add these to my SOURCES. The example you cite is for a DLL, and I
couldn't follow the same for adding a lib. Could you pls show me?

Thanks,



"Bruce Eitman [eMVP]" wrote:

http://geekswithblogs.net/BruceEitman/archive/2008/05/08/windows-ce-platform-builder--automatically-putting-files-in-the.aspx

The SDK is not created during SYSGEN, it is created when you click someplace
(not looking right now) and create the SDK. So anytime between SYSGEN and
building the SDK, you can do whatever you want to do.

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman

EuroTech Inc.
www.EuroTech.com

"User_Anony" <UserAnony@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:328BD226-EF58-49BD-A280-09B657EE1E11@xxxxxxxxxxxxxxxx
Hello,

In CE 6.0, is there a way to add a library to the SDK after an SDK has
been
created (i.e post SYSGEN pahse?)
Basically, I have a lib that was created on CE 5.0 dsign and would like to
include it under the new platform. But my BSP supplier, does not natively
include this lib, although the H/W supports it completely.
So, my question is how can I build my app that worked on CE 5 to use this
lib and work in CE 6 without tearing up the app - my first though was to
include this in the SDK I'm creating for the new platform which is CE
6.0 -
am I right?
So, can I modify some files such that I can add this lib to the newly
created SDK?
For ex: Say my newly created SDK is called SDKce6-1
I have the SDK in the following path:
C:\WINCE600\OSDesigns\OSDesign_Jul08_08\SDKs\SDK1\obj\SDKce6-1
Under which there is:
\Include\ARM
\Lib\ARM

Can I add my lib under this dir? and the header file exported by the lib,
under the include dir? will it work? is it sufficient?
How about modifying Properties.XML? and MSManifest files to include my
LIB?

Would I need to modify CONFIG.BIB/PLATFORM.BIB as well - I dont think
so..?

of course, I don't have to do it the SDK way, if there is any other
path...

Thanks.








.



Relevant Pages

  • Re: Trying to understand SDK generation...
    ... RELEASETYPE=SDK works for your lib, ... header file in the SDK, which is what you asked about in your OP. ... > After struggling with how to make my features include themselves in the ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Winhttp.h
    ... >> Ted Lyngmo wrote: ... I wasn't able to convert the VC++ lib to a lib that could be used by the Borland environment used in the rest of the project. ... After having gotten familiar with the WinHttp* functions in VC++, I found someone who'd made a "bccSDK" out of winhttp.lib and all the rest. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: OTOH, you folks are smart ...
    ... SDK library I created. ... Why would you want a DLL_ entry in a static lib? ... The _DLLEntry function is common to any app built with the SDK. ...
    (microsoft.public.vc.mfc)
  • Re: OTOH, you folks are smart ...
    ... The _DLLEntry function is common to any app built with the SDK. ... isn't the end goal - a DLL is the end goal. ... The idea of creating the lib is to "clean up" the process of using the ...
    (microsoft.public.vc.mfc)
  • Re: Post Adding Libs to SDK
    ... You don't have to modify any SOURCES / DIR files. ... Just copy your header and lib to the proper directory (the directories that have the SDK headers and libs). ...
    (microsoft.public.windowsce.app.development)