C++ Project on Mac OS X 10.5

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

C++ Project on Mac OS X 10.5

by carlogiacomello :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
actually I am calling lp_solve from a C/C++ application in Microsoft Visual C++, using lpsolve55.dll and lpsolve55.lib. I'd like to export my project on a Macintosh (Mac OS X 10.5), preferably using Xcode as development environment. So I think my compiler on Mac would be gcc. Is it possible?
Thank you very much!

Carlo


Re: C++ Project on Mac OS X 10.5

by Peter Notebaert-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes you can install gcc on Mac. That is how I compiled the libraries on that system. However it is not straigtforeward how to install gcc on it. This is how I found out how to do it:

http://www.tech-recipes.com/rx/726/mac-os-x-install-gcc-compiler/

Peter


From: carlogiacomello
Sent: Thursday, October 08, 2009 10:23
To: lp_solve@...
Subject: [lp_solve] C++ Project on Mac OS X 10.5


  Hi,
actually I am calling lp_solve from a C/C++ application in Microsoft Visual C++, using lpsolve55.dll and lpsolve55.lib. I'd like to export my project on a Macintosh (Mac OS X 10.5), preferably using Xcode as development environment. So I think my compiler on Mac would be gcc. Is it possible?
Thank you very much!

Carlo