Boost logo

Boost-Build :

From: Michael Caisse (boost_at_[hidden])
Date: 2007-07-14 17:11:24


Vikas -

Perhaps this will help you. You will find that this "warning" shows up
in all kinds of stuff since many people do not want to use Microsoft's
special libraries. I basically have this in my Jamroot for VC builds:

        project
                : requirements <define>_CRT_SECURE_NO_WARNINGS
                ;

Best Regards -

michael

-- 
----------------------------------
Michael Caisse
Object Modeling Designs
www.objectmodelingdesigns.com
Chauhan, Vikas wrote:
> Hi ,
>
> Compiling Boost ASIO 0_3_8rc3 with MSVC8.0 generates the following
> warning many times:
>
> "1>c:\program files\boost\boost\asio\detail\socket_ops.hpp(1303) :
> warning C4996: 'strcpy': This function or variable may be unsafe.
> Consider using strcpy_s instead. To disable deprecation, use
> _CRT_SECURE_NO_WARNINGS. See online help for details."
>
> Is there any plan for correction in future releases?
>
> Regards,
> Vikas
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
>
>
>   

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk