[Ipopt] IPOpt windows binaries runtime libs: /MT /MTd /MD /MDd

Vallon, Justin Justin.Vallon at deshaw.com
Tue Sep 21 11:56:33 EDT 2010


The wiki https://projects.coin-or.org/Ipopt/wiki/CompilationHints ... Windows VS2008 ... General Notes says that release binaries are built with /MT and debug are built with /MD.

For debug C++ code, shouldn't I be using /MDd or /MTd in my application?  Can I mix my /MTd or /MDd code with Ipopt /MD?

I looked at the win32/debug/Ipopt.dll, and I don't see a dependency on any VS DLLs.  Maybe debug is /MTd?

--
-Justin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.coin-or.org/pipermail/ipopt/attachments/20100921/bf89c44b/attachment.html 


More information about the Ipopt mailing list