[Ipopt-tickets] Re: [Ipopt] #50: Cannot link fortran example with IPOPT 3.3

Ipopt coin-trac at coin-or.org
Sun Dec 2 16:32:33 EST 2007


#50: Cannot link fortran example with IPOPT 3.3
--------------------------------+-------------------------------------------
  Reporter:  einglez            |       Owner:  andreasw
      Type:  defect             |      Status:  assigned
  Priority:  normal             |   Component:  Ipopt   
   Version:  3.3 (C++ Version)  |    Severity:  normal  
Resolution:                     |    Keywords:          
--------------------------------+-------------------------------------------
Comment (by andreasw):

 I had a look at the hs071_f.vfproj project file.  There is nothing in that
 file that points to the Ipopt library.

 You are trying to compile a program that requires an library (Ipopt.lib).
 The source code you had is only for the main program, so you need to tell
 the project that it depends on the library, what it's name is, and where
 it can find it.

 Please refer to the Microsoft compiler help to see how to use the
 Developer Studio.  At this point I don't think this is an Ipopt bug, and
 there is nothing I can do except to ask you to read the documentation of
 the Developer Studio.  It should be in preferences/linker somewhere.

-- 
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/50#comment:3>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list