libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch #3686] Trivial patch to change sprintf to snprintf in libltdl


From: Bob Friesenhahn
Subject: Re: [patch #3686] Trivial patch to change sprintf to snprintf in libltdl
Date: Thu, 27 Jan 2005 12:02:10 -0600 (CST)

Since this topic came up, it is worth mentioning something that I learned today. Microsoft's Visual C++ 8.0 warns about using "deprecated" functions. To us these are standard ANSI C library functions we have been using for years and are hardly deprecated. As a result, the Microsoft compiler will produce oodles of warnings for open source software.

Microsoft recommends using their latest standard Strsafe.h functions. See "http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/resources/strings/usingstrsafefunctions.asp"; for information on these interfaces.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]