MTL: Examples work correctly with Anthony's defines under MS Visual Studio 2005 Express Edition

View: New views
1 Messages — Rating Filter:   Alert me  

MTL: Examples work correctly with Anthony's defines under MS Visual Studio 2005 Express Edition

by Сергей Авдеев :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

_______________________________________________
This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/