Hi,

At 04 Aug 2005 01:00:10 +0900 Satoshi Nakamura wrote:
> At 02 Aug 2005 17:43:46 +0200 Andy Polyakov wrote:
> > Is this "universal" for CE compilers? What's difference between CORELIBC.
> > LIB and LIBC.LIB? If one refers to DLL, can you post output from
> > dumpbin /exports for that DLL? Again, for my reference... To spare the
> > public some bandwidth, send export list to me personally...
> 
> /MC is available all CE compilers newer than those for WCE210. Older
> version used libc.lib, but now it uses corelibc.lib. I'll send you an
> output from dumpbin later.

I looked into this, and found that corelibc.lib is just a static library
and exports nothing. Seems it delegates function calls to coredll.dll
which exports major C runtime functions.

Regards.

-- 
Satoshi Nakamura <[EMAIL PROTECTED]>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to