Hi All,
I am trying to build my application using static version of log4cxx in Visual
Studio 2010.
I am able to build the log4cxx.lib.
Now, when i try to build my application, it gives 1000's of link errors as
follows:
Error 795 error LNK2001: unresolved external symbol
@__security_check_
Try disabling *'Buffer Security Checks'*. The /GS and /GS- switches should
be supported in your version of Visual Studio 2010. Right-click on your
project and select Properties. Go to Configuration Properties -> C/C++ ->
Code Generation-> Buffer Security Check. Change from Yes (/GS) to No (/GS-)
C