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.

How do I start to use NAG library in Visual Studio?

library NAG visual studio
0
Posted

How do I start to use NAG library in Visual Studio?

0

You can set NAG library path defaults for all “projects , go to Tools -> Options -> Projects and Solutions-> VC++ Directories. You add • ’’C:\Program Files (x86)\NAG\CL08\clw3208dal\include’’ to the path for include/header files • ’’C:\Program Files (x86)\NAG\CL08\clw3208dal\lib’’ to the path for libraries It is also necessary to specify the library nagc_nag_MT.lib in the Linker -> Input-> Additional Dependencies section of the project Properties, and specify Multithreaded (/MT) in C/C++-> Code Generation -> Runtime Library. Note: do this for “All Configurations” to avoid having to repeat this step for both Debug and Release modes. (From Prof.

Related Questions

What is your question?

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

Experts123