How to use C++ library on Mac?

Asked By 0 points N/A Posted on -
qa-featured

 

When i use C++ library on MAC I get run time error and program is terminate. 

Can anyone help me out with this??? Thanks.

SHARE
Best Answer by Josella Mendoza
Best Answer
Best Answer
Answered By 0 points N/A #97004

How to use C++ library on Mac?

qa-featured

Does your library comes at source files or binaries? If this is in binary form, you have to find a Mac compatible binaries for your library. Otherwise, if the source files was written generically enough (without any linkage to Windows components), just recompile the files. If they've not provided a MAC binary then you must have source code. If they didn't, there's probably a reason. Check the vendor or documentation for MAC support. If they don't have that, and you don't have source, you'll have to choose another library with MAC support.

Answered By 10 points N/A #97005

How to use C++ library on Mac?

qa-featured

Hello

You did not mention about your compiler. It does really get hard to understand if you use the term binaries.

First look for a compiler which is compatible with MAC OS. You can get it from different vendor companies. Otherwise you should go through the manual given with the package. Configure the compiler as it says for the MAC OS.

 But my suggestion is to find out one good compiler for C++ which is compatible with your operating system.

Thank you,

Riley weaver

 

Related Questions