RE: Static DLLs in Project
From: Russ Keldorph [MS] (russellk_at_online.microsoft.com)
Date: 02/26/04
- Next message: Purohit: "ATA Driver in Windows CE.NET"
- Previous message: Nick White [MS]: "Embedded newsgroup effectiveness survey"
- In reply to: Paul Klein: "Static DLLs in Project"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Feb 2004 19:48:03 GMT
The Visual Studio notion of linking statically just means you link
statically to the C Runtime. You still need system DLLs (KERNEL32, USER32,
etc) to be dynamically loaded in order to make system calls. In CE, the C
Runtime and most of the supported Win32 API are in COREDLL, so you might as
well link to that and be done with it.
There is a static version of the C Runtime call FULLLIBC.LIB, but that is
not available in SDKs. Only OEMs can use it. Again, though, even an
application that links to a static C Runtime would still have to use
COREDLL to do system calls.
-- Russ Keldorph russellk@online.microsoft.com (Remove the 'online.' from my address to reach me.) This posting is provided "AS IS" with no warranties, and confers no rights. OR if you wish to include a script sample in your post please add "Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm" -------------------- > From: "Paul Klein" <nixda@noprovider.de> > Subject: Static DLLs in Project > Date: Thu, 26 Feb 2004 10:05:04 +0100 > Lines: 9 > X-Priority: 3 > X-MSMail-Priority: Normal > X-Newsreader: Microsoft Outlook Express 6.00.2720.3000 > X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 > Message-ID: <eZ#DheE$DHA.268@TK2MSFTNGP10.phx.gbl> > Newsgroups: microsoft.public.windowsce.platbuilder > NNTP-Posting-Host: 193.22.100.76 > Path: cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08 phx.gbl!TK2MSFTNGP10.phx.gbl > Xref: cpmsftngxa06.phx.gbl microsoft.public.windowsce.platbuilder:46316 > X-Tomcat-NG: microsoft.public.windowsce.platbuilder > > Hello, > > is it possibly to use static dlls (like the Visual Studio) with Win CE?? > > I want to generate a program that need no dlls. > > > > >
- Next message: Purohit: "ATA Driver in Windows CE.NET"
- Previous message: Nick White [MS]: "Embedded newsgroup effectiveness survey"
- In reply to: Paul Klein: "Static DLLs in Project"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|