<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Hi Ma Yudong:<br><br>There are very clear instructions on compiling for windows in the documentation. The route I followed was to install MINGW on my computer, set the environment to use the Visual C and Intel Fortran compilers (instead of the GNU versions) and created the library in both "release" and "debug" modes. This was because you cannot mix and match these libraries when linking to the windows executables as the visual C compiles complains bitterly. You will have to disable some of the default libraries when you link the libipopt.lib to your windows code. For the release version I had to disable msvcrt.lib and msvcprt.lib. You will have to disable the debug version of these
libraries if you are compiling you code in debug mode.<br><br>Krish<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: "ipopt-request@list.coin-or.org" <ipopt-request@list.coin-or.org><br>To: ipopt@list.coin-or.org<br>Sent: Sunday, June 29, 2008 9:30:02 PM<br>Subject: Ipopt Digest, Vol 42, Issue 10<br><br>
Send Ipopt mailing list submissions to<br> <a ymailto="mailto:ipopt@list.coin-or.org" href="mailto:ipopt@list.coin-or.org">ipopt@list.coin-or.org</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br> <a href="http://list.coin-or.org/mailman/listinfo/ipopt" target="_blank">http://list.coin-or.org/mailman/listinfo/ipopt</a><br>or, via email, send a message with subject or body 'help' to<br> <a ymailto="mailto:ipopt-request@list.coin-or.org" href="mailto:ipopt-request@list.coin-or.org">ipopt-request@list.coin-or.org</a><br><br>You can reach the person managing the list at<br> <a ymailto="mailto:ipopt-owner@list.coin-or.org" href="mailto:ipopt-owner@list.coin-or.org">ipopt-owner@list.coin-or.org</a><br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Ipopt digest..."<br><br><br>Today's Topics:<br><br> 1. Questions
about IPOPT (Ma Yudong)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Sat, 28 Jun 2008 22:27:26 -0700<br>From: "Ma Yudong" <<a ymailto="mailto:mayudong@gmail.com" href="mailto:mayudong@gmail.com">mayudong@gmail.com</a>><br>Subject: [Ipopt] Questions about IPOPT<br>To: <a ymailto="mailto:ipopt@list.coin-or.org" href="mailto:ipopt@list.coin-or.org">ipopt@list.coin-or.org</a><br>Message-ID:<br> <<a ymailto="mailto:86b610250806282227x68e77dbcvc2d32f195b32c2b4@mail.gmail.com" href="mailto:86b610250806282227x68e77dbcvc2d32f195b32c2b4@mail.gmail.com">86b610250806282227x68e77dbcvc2d32f195b32c2b4@mail.gmail.com</a>><br>Content-Type: text/plain; charset="iso-8859-1"<br><br>Hi guys<br>I am trying to create a library files of IPOPT for windows instead of Linux.<br>by following all the procedures, we can get libipopt.a and <a target="_blank"
href="http://libipopt.la">libipopt.la</a>,<br>which are library files for Linux<br>and how can I get libipopt.lib which is for windows from the files in<br>$HOME/Ipopt/MSVisualStudio/v9/<br><br><br>-- <br>Thank you very much<br><br>Yours<br>Yudong Ma<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://list.coin-or.org/pipermail/ipopt/attachments/20080628/d5ea5ad6/attachment-0001.html" target="_blank">http://list.coin-or.org/pipermail/ipopt/attachments/20080628/d5ea5ad6/attachment-0001.html</a> <br><br>------------------------------<br><br>_______________________________________________<br>Ipopt mailing list<br><a ymailto="mailto:Ipopt@list.coin-or.org" href="mailto:Ipopt@list.coin-or.org">Ipopt@list.coin-or.org</a><br><a href="http://list.coin-or.org/mailman/listinfo/ipopt" target="_blank">http://list.coin-or.org/mailman/listinfo/ipopt</a><br><br><br>End of Ipopt Digest, Vol 42, Issue
10<br>*************************************<br></div></div></div><br>
</body></html>