This is a question about using OpenSSL, it should be discussed on openssl-users not openssl-dev.
You do not appear to be linking your program against the OpenSSL libraries. You need to change your configuration for building your program to link against the libeay32.lib and ssleay32.lib libraries which were installed with OpenSSL. Regards, jjf From: Fischel [mailto:[email protected]] Sent: Monday, October 27, 2014 7:26 PM To: [email protected] hi: It reject's the mail for very large file. I incude program's modules only I look forward to your reply Thank's a lot El Lunes, 27 de octubre, 2014 16:07:33, Fischel <HYPERLINK "mailto:[email protected]"[email protected]> escribió: hi: Build an application in vc ++ that attached to mail To compile it, it gives me the error title. The error log file has: Compilación iniciada a las 27/10/2014 16:57:47. Proyecto "c:\Programas\PruFormOpSsl\PruForm\PruForm.vcxproj" en el nodo 2 (Rebuild destinos). ClCompile: C:\Program Files\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /AI"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\\" /AI"C:\Program Files\Windows Kits\8.0\References\CommonConfiguration\Neutral" /AI"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\\" /Zi /clr /nologo /W3 /WX- /O2 /Oy- /GL /D WIN32 /D NDEBUG /EHa /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yc"stdafx.h" /Fp"Release\PruForm.pch" /Fo"Release\\" /Fd"Release\vc110.pdb" /TP /FU"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll" /FU"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Data.dll" /FU"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll" /FU"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Drawing.dll" /FU"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Windows.Forms.dll" /FU"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.dll" /analyze- /errorReport:prompt /clr:nostdlib stdafx.cpp stdafx.cpp C:\Program Files\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /AI"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\\" /AI"C:\Program Files\Windows Kits\8.0\References\CommonConfiguration\Neutral" /AI"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades\\" /Zi /clr /nologo /W3 /WX- /O2 /Oy- /GL /D WIN32 /D NDEBUG /EHa /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yu"stdafx.h" /Fp"Release\PruForm.pch" /Fo"Release\\" /Fd"Release\vc110.pdb" /TP /FU"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll" /FU"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Data.dll" /FU"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll" /FU"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Drawing.dll" /FU"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Windows.Forms.dll" /FU"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.dll" /analyze- /errorReport:prompt /clr:nostdlib AssemblyInfo.cpp OpenSsl.cpp PruForm.cpp AssemblyInfo.cpp OpenSsl.cpp PruForm.cpp Generando código... C:\Program Files\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /Zi /clr /nologo /W3 /WX- /O2 /Oy- /GL /D WIN32 /D NDEBUG /EHa /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Release\\" /Fd"Release\vc110.pdb" /TP /analyze- /errorReport:prompt "C:\Users\Administrador\AppData\Local\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.cpp" .NETFramework,Version=v4.5.AssemblyAttributes.cpp ResourceCompile: C:\Program Files\Windows Kits\8.0\bin\x86\rc.exe /l"0x0409" /nologo /fo"Release\app.res" app.rc Link: C:\Program Files\Microsoft Visual Studio 11.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Programas\PruFormOpSsl\Release\PruForm.exe" /INCREMENTAL:NO /NOLOGO /ASSEMBLYRESOURCE:Release\PruForm.Form1.resources /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:\Programas\PruFormOpSsl\Release\PruForm.pdb" /SUBSYSTEM:WINDOWS /PGD:"C:\Programas\PruFormOpSsl\Release\PruForm.pgd" /LTCG:PGInstrument /TLBID:1 /ENTRY:"main" /DYNAMICBASE /FIXED:NO /NXCOMPAT /MACHINE:X86 /SAFESEH Release\app.res Release\AssemblyInfo.obj Release\OpenSsl.obj Release\PruForm.obj Release\stdafx.obj "Release\.NETFramework,Version=v4.5.AssemblyAttributes.obj" OpenSsl.obj : error LNK2001: símbolo externo "public: struct rsa_st * __thiscall OpenSsl::RSA_new(void)" (?RSA_new@OpenSsl@@$$FQAEPAUrsa_st@@XZ) sin resolver C:\Programas\PruFormOpSsl\Release\PruForm.exe : fatal error LNK1120: 1 externos sin resolver Compilación del proyecto terminada "c:\Programas\PruFormOpSsl\PruForm\PruForm.vcxproj" (Rebuild destinos) -- ERROR. ERROR al compilar. Tiempo transcurrido 00:00:04.39 I look forward to your reply Thank's a lot
