[Coin-discuss] Problem Compiling Coin with Visual C++ 2005Express Edition

Jan-Willem Goossens j.goossens at t75.nl
Tue Mar 28 14:35:49 EST 2006


Hi,

Some of the "Safe Standard C++ Library" warnings are described at

http://msdn2.microsoft.com/en-us/library/y9ww7c1a(VS.80).aspx

But I'm not sure if the COIN code relies on the iterators being "checked". 
If not,

#if _MSC_VER >= 1400
    #define _SECURE_SCL 0
#endif

could help out. Havent tested this.

Jan-Willem

----- Original Message ----- 
From: "Lou Hafer" <lou at cs.sfu.ca>
To: <coin-discuss at list.coin-or.org>
Sent: Tuesday, March 28, 2006 19:48
Subject: RE: [Coin-discuss] Problem Compiling Coin with Visual C++ 
2005Express Edition


Folks,

Don't have a Windows environment handy for testing, so take this with a
grain of salt.

The change in Cbc, replacing ClpEventHandler with CbcEventHandler, is
recent and entails the addition of two files, CbcEventHandler.[cpp,hpp]. 
These
may be missing from the Windows build instructions.

Lou

_______________________________________________
Coin-discuss mailing list
Coin-discuss at list.coin-or.org
http://list.coin-or.org/mailman/listinfo/coin-discuss 




More information about the Coin-discuss mailing list