|
Hi,
I'm a beginner at both openssl and visual c++ express edition.
From the openssl library, I'm trying t debug the openssl.c of the openssl-0.9.8i version.
I'm unfortunately kept on receiving linking error. I really dont' know what to do this this.
I think I'm missing something with the configuration of my visual c++ express edition.
I hope someone could help me with this. The exact error that I'm receving is posted below.
>------ Build started: Project: openssl2,
Configuration: Debug Win32 ------
1>Linking...
1>MSVCRTD.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in
function ___tmainCRTStartup
1>C:\Documents and Settings\Alvie\My Documents\Visual Studio 2005\Projects\openssl2\Debug>
\openssl2.exe : fatal error LNK1120: 1 unresolved externals
<br>1>Build log was saved at "file://c:\Documents and Settings\Alvie\My Documents\Visual
Studio 2005\Projects\openssl2\openssl2\Debug\BuildLog.htm"
1>openssl2 - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
|