Examples work correctly with Anthony's defines under MS Visual Studio 2005 Express Edition
"Sergey Avdeev" <[email protected]> Mon, 12 Jan 2009 12:39:03 +0600
| Newsgroups | gmane.comp.lib.mtl.devel |
|---|---|
| Message-ID | <[email protected]> |
--===============0167513131== Content-Type: multipart/alternative; boundary="----=_Part_221229_32598312.1231742343555" ------=_Part_221229_32598312.1231742343555 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Problem (which was described in my message *on 2008-11-03)* can be really resolved by adding two preprocessor definitions: #define _HAS_ITERATOR_DEBUGGING 0 #define _SECURE_SCL 0 before including of any STL, MTL or ITL files. After this examples array2D.cc, sparse_copy.cc, sparse_matrix.cc, sparse_mult.cc work correctly. Thanks a lot to Anthony Lock. Now I can continue my research work with MTL + ITL. ------=_Part_221229_32598312.1231742343555 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Problem (which was described in my message <em>on 2008-11-03)</em> can be really resolved by adding two preprocessor definitions:<br><br>#define _HAS_ITERATOR_DEBUGGING 0<br>#define _SECURE_SCL 0<br><br>before including of any STL, MTL or ITL files.<br> After this examples array2D.cc, sparse_copy.cc, sparse_matrix.cc, sparse_mult.cc work correctly.<br><br>Thanks a lot to Anthony Lock. Now I can continue my research work with MTL + ITL.<br> ------=_Part_221229_32598312.1231742343555-- --===============0167513131== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/ --===============0167513131==--