boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - how to check the value of $(IntDir) in visual stdio
相关主题
should the .dll and .lib have the same name?
一个有关visual stdio 2005的问题
一个关于visual stdio的问题
visual stdio 2005 question
.csproj file是做什么的?
visaul studio 2008运行程序的参数在哪里写啊?
请教:用Visual C++写GUI 的问题
error of create ASP.net project in Visual Studio 2013 (转载)
what's wrong with this scripts?variable passing?
sdk那个register directories with vs有什么用?
相关话题的讨论汇总
话题: intdir话题: value话题: stdio话题: visual话题: check
进入Programming版参与讨论
1 (共1页)
y*h
发帖数: 107
1
经常在用到VS时, 碰到类似下面的变量, 请教一下如何set value and check
value of $(IntDir)
$(IntDir)\BuildLog.htm
r*******y
发帖数: 290
2
environment variables?
#include
char * getenv ( const char * name );
int system ( const char * command );

【在 y*h 的大作中提到】
: 经常在用到VS时, 碰到类似下面的变量, 请教一下如何set value and check
: value of $(IntDir)
: $(IntDir)\BuildLog.htm

y*h
发帖数: 107
3
在PROJECT PROPERTY里遇到的用来设置输入输出路径的variables
好象是VS的environment variables, 不是OS的environment variables. 因为DOS
下用SET 命令没有这个.
怎么修改value呢?

【在 r*******y 的大作中提到】
: environment variables?
: #include
: char * getenv ( const char * name );
: int system ( const char * command );

k**f
发帖数: 372
4

To check the value of these environment variables,
get to the "Property Pages" dialog box, select any
property that uses the environment variables, such
as "Output Directory" in the "General" page, click
the pull-down arrow on the far right and select "Edit"
to get a new dialog box, then click the "Macro" button.
I don't think you can change these macros directly,
because they reflect either the installation location
of VS, or the project file location. However, you can
change any settings that

【在 y*h 的大作中提到】
: 在PROJECT PROPERTY里遇到的用来设置输入输出路径的variables
: 好象是VS的environment variables, 不是OS的environment variables. 因为DOS
: 下用SET 命令没有这个.
: 怎么修改value呢?

1 (共1页)
进入Programming版参与讨论
相关主题
sdk那个register directories with vs有什么用?
一个batch file的问题
吐槽MS Visual Studio
请教一个SAS Macro问题。谢谢 (转载)
Visual studio: 2008: create a macro in compiler configuration
how to change a variable's value in a const function
visual studio 支持 C吗?
What value does the variable a hold after a = 4[“studios”]--请问这个表达式的值是什么?
Please help: sort XML with Linq
今天很郁闷
相关话题的讨论汇总
话题: intdir话题: value话题: stdio话题: visual话题: check