Hello,
I'm not too up on pragma

does this pragma

#if _MSC_FULL_VER > 140000000 && _MSC_FULL_VER <= 140040310
#pragma comment(lib,"bufferoverflowU.lib")
#endif

mean ignore the buferoverflowU.lib unless the compiler version is
between the two numbers?

Which means that for the compiler below, buferoverflowU.lib would
indeed be ignored??

>cl -v
Microsoft (R) C/C++ Optimizing Compiler Version 15.00.21022.08 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.


===============================
On Fri, Nov 28, 2008 at 8:25 PM, Danny Mills <[EMAIL PROTECTED]> wrote:
> Hello,
> Referring to
> http://marc.info/?l=openssl-dev&m=120613244426533&w=2
>
> did the 'bufferoverflowU.lib' issue get resolved?
>
> I use when I try to link with VS2008 v9
>
> I get
>
> LINK : fatal error LNK1181: cannot open input file 'bufferoverflowU.lib'
>
> then I add a path to
>
> C:\Program Files (x86)\Microsoft 
> SDKs\Windows\v5.0\Lib\IA64\bufferoverflowu.lib,
>
> then I get
>
> fatal error LNK1112: module machine type 'IA64' conflicts with target
> machine type 'x64'
>
> Thanks!
> Danny Mills
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to