Boost.Date_Time - Visual C++ 6
Hi, Can DateTime build on Visual C++ 6? Has somebody already done it? Can you please point me to some online step-by-step instructions, a blog post or something that can help me to accomplish this? Thanks in advance, Asif
On 6 January 2012 10:19, asif saeed
Can DateTime build on Visual C++ 6? Has somebody already done it? Can you please point me to some online step-by-step instructions, a blog post or something that can help me to accomplish this?
Visual C++ 6.0 is no longer supported by Boost [1]. Search the archive (on Gmane, Nabble, Google) and you will find you should try old version of Boost [2] [1] http://lists.boost.org/boost-users/2008/11/42354.php [2] http://lists.boost.org/boost-users/2008/11/42356.php Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
Hi Mateusz,
Thanks for replying.
On Fri, Jan 6, 2012 at 3:25 PM, Mateusz Loskot
On 6 January 2012 10:19, asif saeed
wrote: Can DateTime build on Visual C++ 6?
Visual C++ 6.0 is no longer supported by Boost [1].
Does 1_29_0 support Microseconds clock? That's what I am working on right now. Thanks in advance for your feedback. -Asif
On 6 January 2012 10:47, asif saeed
On Fri, Jan 6, 2012 at 3:25 PM, Mateusz Loskot
wrote: On 6 January 2012 10:19, asif saeed
wrote: Can DateTime build on Visual C++ 6?
Visual C++ 6.0 is no longer supported by Boost [1].
Does 1_29_0 support Microseconds clock? That's what I am working on right now. Thanks in advance for your feedback.
I have no idea, check the docs (though the website shows only down to 1.31.0) or check first commit for microsec_time_clock.hpp file using svn log AFAIR, you need at least 1.34.0 for the high precision click class. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
participants (2)
-
asif saeed
-
Mateusz Loskot