Hi,
the pthread.h and unistd.h headers included by your project aren't available
under Windows CE. The unresolved symbols would appear to indicate that you
haven't included the built OpenSSL libraries when linking your
application. The WinMainCRTStartup unresolved symbol means that you
haven't defined an entry point (WinMain) in your application (Note that Windows
CE doesn't use main as an entry point, although you can always write a WinMain
that calls main).
Regards,
Steven
|
Title: Message
- Building problems with Embedded VC++ Kambourakis Georgios
- S/MIME v3 Steven Reddie
- S/MIME v3 Thomas Monjalon
- Re: S/MIME v3 Dr. Stephen Henson
- Re: crypto RSA Jacques Lebastard
- Re: sslv3 alert handshake failure :-( Jörg Horchler