Hi --
Thanks for info. I do not think I can use lib.exe with the supplied dlls to produce the libs I need.
I think I am missing something here that maybe, if you would, you could help me understand:
-I download Portable OpenSSL 0.9.8a from http://karajan.it.uc3m.es/~pervasive/wce_lite_compat/ -It gives me the OpenSSL dlls (libeay32.dll and ssleay32.dll) and I can run the any of the .exe samples that come with the download on my PocketPC so I know it works. -I want to write a simple TLS client for PocketPC in eVC -I did do a simple TLS client for Windows desktop OpenSSL so I just want to convert that to eVC (so code is same and I just need to build in eVC with correct OpenSSL libs). -In my desktop version I linked with libeay32.lib and ssleay32.lib -***Problem is Portable OpenSSL 0.9.8a does not have the .libs for eVC version (only the .dlls!) and I do not think I can make them from the dlls.
Does anyone have example project or info for doing an eVC simple test using Portable OpenSSL 0.9.8a and/or the .lib files for Portable OpenSSL 0.9.8a?
Thanks for any help.
-----Original Message----- From: owner-openssl-users@openssl.org [mailto:[EMAIL PROTECTED]] On Behalf Of Thomas J. Hruska Sent: Saturday, January 28, 2006 12:24 PM To: openssl-users@openssl.org Subject: Re: PocketPC Port Question
OpenSSLGRT wrote: > Thank you for sending the headers. I still have problem that if I use > libeay32.dll and ssleay32.dll from the download at karajan.it.uc3m.es > and to link they say they are corrupt? > > C:\OPENSSLPDA\OPENSSL\OPENSSL\libeay32.dll : fatal error LNK1136: > invalid or corrupt file > > > > You said: “we are preparing a version that uses full Win32 API” – will > that work for PocketPC – if so great. > > > > Thank you for your time and help!
You don't link against DLLs. You link against .LIB files. IIRC, the LIB.exe tool that comes with VC++ can extract the exports located inside DLLs and generate a .LIB file. However, I don't remember how to do that...it has been a while.
-- Thomas Hruska Shining Light Productions
Home of BMP2AVI, Nuclear Vision, ProtoNova, and Win32 OpenSSL. http://www.slproweb.com/
Ask me about discounts on any Shining Light Productions product!
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]
|
- PocketPC Port Question OpenSSLGRT
- RE: PocketPC Port Question Daniel Díaz Sánchez
- RE: PocketPC Port Question OpenSSLGRT