Is it possible in Visual C ++ to install additional include directories and additional libary libraries in the source code through pragma definitions (similar to #pragma comment (lib, "xxx.lib") to link to specific libraries)?
The latest list of available pragmas for Visual C ++ is available here . I don’t see anything where the library paths or something else is indicated.
There is no way to do this. This is a list of all supported pragma directives.
Source: https://habr.com/ru/post/1729229/More articles:Attach HTML file as email in VB 6.0 - htmlDataGridView Header Alignment - vb.netHTTP Requests in C # - httpProblem with disabling JREERY href - jqueryResize HTML element - jquery@GeneratedValue (strategy = GenerationType.SEQUENCE) and startVaule - javaКакие переменные пути/среды используются при выполнении шагов пост-сборки? - visual-studio-2008DoNotCastNot necessarily a performance rule? - performanceHow can I use a string to access a Perl array element? - perlпроблемы создания ASDoc - flexAll Articles