Title: Using openssl with VC++ 6.0

I have successfully built and used openssl in Windows 2000 with no apparent problems.

However, when I try to compile the demos (sign.c, for example), my applications crash with an Access Violation exception inside ntdll (called from LIBEAY32).

My compilation options are:

/nologo /MDd /W3 /Gm /GX /ZI /Od /I "c:\openssl\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Sign.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c

And the link options:

kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/Sign.pdb" /debug /machine:I386 /out:"Debug/Sign.exe" /pdbtype:sept

Anyone knows what I might be doing wrong?

Thank you!


--
Filipe Cust�dio
Technical Architect
e-Trust Unit
Novabase

Reply via email to