Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

My product is a C++ library used by my customers to build their applications. Do I need to provide separate libraries compiled both ways?

0
Posted

My product is a C++ library used by my customers to build their applications. Do I need to provide separate libraries compiled both ways?

0

Yes. Otherwise you restrict your customers to only -AA or -AP. If your library is really C code, compile it with the cc compiler (or the aCC -Ae option) and it will be compatible with either -AA or -AP C++ code.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123