c++.stlsoft - STLSoft 1.9.71 released
- Matt Wilson <matthewwilson acm.org> Jan 27 2009
- Maciej Kaniewski <kowjan1 gmail.com> Jan 28 2009
- "Matthew Wilson" <matthew hat.stlsoft.dot.org> Jan 28 2009
- Maciej Kaniewski <kowjan1 gmail.com> Jan 28 2009
- Sergey <sergeyn funcom.com> Jan 28 2009
- "Matthew Wilson" <matthew hat.stlsoft.dot.org> Feb 02 2009
Download from http://stlsoft.org/ ============================================================================ Changes for 1.9.71 (28th January 2009) Summary: ======== * fixed DMC++ incompatibility introduced in 1.9.70 Changes: ======== WinSTL: ======= ~ include/winstl/filesystem/findfile_sequence.hpp: ~ added workaround for missing CO_E_PATHTOOLONG on DMC++ ============================================================================
Jan 27 2009
Hi Matt, any plans to support Borland bcc32 compiler, version 5.92? I know you support 5.82 (Turbo C++), but when I try to compile Pantheios or FastFormat using a makefile for 5.82, I get Fatal F1003 <path>\stlsoft-1.9.71\include\stlsoft/stlsoft.h 413: Error directive: Currently only versions 5.51, 5.6, 5.6.4 and 5.82 of the Borland C++ compiler are supported by the STLSoft libraries. When I make a change in stlsoft.h to ignore version of the compiler, I'm unable to compile the projects, since I get some Errors. regards Maciej
Jan 28 2009
Hi Maciej Certainly I should get that support sorted out. The only reason why not at the moment is that I've not got around to downloading 5.92. If I get chance soon I'll do it. In the meanwhile it'd be helpful to see the errors, if you don't mind running it again and posting the results here. Cheers Matt "Maciej Kaniewski" <kowjan1 gmail.com> wrote in message news:glpbii$hn$1 digitalmars.com...Hi Matt, any plans to support Borland bcc32 compiler, version 5.92? I know you support 5.82 (Turbo C++), but when I try to compile
Fatal F1003 <path>\stlsoft-1.9.71\include\stlsoft/stlsoft.h 413: Error directive: Currently only versions 5.51, 5.6, 5.6.4 and 5.82 of the Borland C++ compiler are supported by the STLSoft
When I make a change in stlsoft.h to ignore version of the compiler, I'm unable to compile the projects, since I get some Errors. regards Maciej
Jan 28 2009
Matthew Wilson Wrote:In the meanwhile it'd be helpful to see the errors, if you don't mind running it again and posting the results here.
I ran it again, but am unable to post a file here. Where can I put/send/upload a file for you? regards Maciej
Jan 28 2009
Can you share download link ? Thanks, Sergey. Maciej Kaniewski wrote:Hi Matt, any plans to support Borland bcc32 compiler, version 5.92? I know you support 5.82 (Turbo C++), but when I try to compile Pantheios or FastFormat using a makefile for 5.82, I get Fatal F1003 <path>\stlsoft-1.9.71\include\stlsoft/stlsoft.h 413: Error directive: Currently only versions 5.51, 5.6, 5.6.4 and 5.82 of the Borland C++ compiler are supported by the STLSoft libraries. When I make a change in stlsoft.h to ignore version of the compiler, I'm unable to compile the projects, since I get some Errors. regards Maciej
Jan 28 2009
Guys I can't get hold of 5.92, just 6.10 (and that only on 30-day), so I've speculatively added in 5.9.x support, and assumed that it's either like 5.82 or 6.10. If any of you have that precise version, I'd appreciate you testing it out when I release the next versions of STLSoft and Pantheios (adding 6.1 support), and letting me know if it works or not. "Maciej Kaniewski" <kowjan1 gmail.com> wrote in message news:glpbii$hn$1 digitalmars.com...Hi Matt, any plans to support Borland bcc32 compiler, version 5.92? I know you support 5.82 (Turbo C++), but when I try to compile
Fatal F1003 <path>\stlsoft-1.9.71\include\stlsoft/stlsoft.h 413: Error directive: Currently only versions 5.51, 5.6, 5.6.4 and 5.82 of the Borland C++ compiler are supported by the STLSoft
When I make a change in stlsoft.h to ignore version of the compiler, I'm unable to compile the projects, since I get some Errors. regards Maciej
Feb 02 2009









Maciej Kaniewski <kowjan1 gmail.com> 