How to use C++ library on Mac?
Â
When i use C++ library on MAC I get run time error and program is terminate.Â
Can anyone help me out with this??? Thanks.
Â
When i use C++ library on MAC I get run time error and program is terminate.Â
Can anyone help me out with this??? Thanks.
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.
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
Â