由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Visual C++ Express 很土的问题求救
相关主题
调用win32 DLL的问题最初级的白痴C++问题
third party c/c++ code and compile it on win 7Anyone use visual studio 2005 under vista
Question about a C++ compilation error on Visual Studio 2005Python的script的兼容问题
在 windows下的C++开发平台是不是 Dev-C++?visual studio 支持 C吗?
一个有关visual stdio 2005的问题[合集] VisualC++的compiler是不是也不是free的? (转载)
在visual C++ 程序里播放mp3exe file compild by C++ cannot be run by another computer
Visual Studion 10, C++ string问题:表现不一致Really Stupid Question: How to run VC++ 2008 Express (转载)
你妈用VS写个helloworld真难啊。How to compile multiple c files into one obj file?
相关话题的讨论汇总
话题: win32话题: exe话题: f5话题: project话题: file
进入Programming版参与讨论
1 (共1页)
c**********e
发帖数: 2007
1
compiling, linking both successful.
it shows "Rebuild All: 1 successful, 0 failed, 0 skipped"
The problem is how to run the exe file. I press F5, it asks exe file name.
I can not find the exe file.
s*w
发帖数: 729
2
是很土,你选的是 dll project 吧

name.

【在 c**********e 的大作中提到】
: compiling, linking both successful.
: it shows "Rebuild All: 1 successful, 0 failed, 0 skipped"
: The problem is how to run the exe file. I press F5, it asks exe file name.
: I can not find the exe file.

c**********e
发帖数: 2007
3
好象是。因为只发现了一个.dll文件,没找到一个执行文件。
有什么解决办法吗?不管我用 Build Solution 还是 Build p1 (p1 is project name),
结果都是一样。

【在 s*w 的大作中提到】
: 是很土,你选的是 dll project 吧
:
: name.

C***y
发帖数: 2546
4
建个console application

好象是。因为只发现了一个.dll文件,没找到一个执行文件。
有什么解决办法吗?不管我用 Build Solution 还是 Build p1 (p1 is project name),
结果都是一样。

【在 c**********e 的大作中提到】
: 好象是。因为只发现了一个.dll文件,没找到一个执行文件。
: 有什么解决办法吗?不管我用 Build Solution 还是 Build p1 (p1 is project name),
: 结果都是一样。

c**********e
发帖数: 2007
5
I checked the process of creating a new project again, and found that the new project does requires some choice. After choosing a "Win32" rather than the default "CLR", and choose "Win32 Console Application", it is OK to run.
But there is a new problem. The screen output appears on a dark window, but the window dispeared too quickly that I can not see it.

name),

【在 C***y 的大作中提到】
: 建个console application
:
: 好象是。因为只发现了一个.dll文件,没找到一个执行文件。
: 有什么解决办法吗?不管我用 Build Solution 还是 Build p1 (p1 is project name),
: 结果都是一样。

C***y
发帖数: 2546
6
程序最后设个断点
或者加个输入函数

new project does requires some choice. After choosing a "Win32" rather than
the default "CLR", and choose "Win32 Console Application", it is OK to run.
but the window dispeared too quickly that I can not see it.

【在 c**********e 的大作中提到】
: I checked the process of creating a new project again, and found that the new project does requires some choice. After choosing a "Win32" rather than the default "CLR", and choose "Win32 Console Application", it is OK to run.
: But there is a new problem. The screen output appears on a dark window, but the window dispeared too quickly that I can not see it.
:
: name),

h**6
发帖数: 4160
7
Press Ctrl+F5 instead of F5
S**I
发帖数: 15689
8
ctrl-F5 to run

new project does requires some choice. After choosing a "Win32" rather than
the default "CLR", and choose "Win32 Console Application", it is OK to run.
but the window dispeared too quickly that I can not see it.

【在 c**********e 的大作中提到】
: I checked the process of creating a new project again, and found that the new project does requires some choice. After choosing a "Win32" rather than the default "CLR", and choose "Win32 Console Application", it is OK to run.
: But there is a new problem. The screen output appears on a dark window, but the window dispeared too quickly that I can not see it.
:
: name),

c**********e
发帖数: 2007
9
这个解决了问题。多谢楼上三位。

【在 h**6 的大作中提到】
: Press Ctrl+F5 instead of F5
1 (共1页)
进入Programming版参与讨论
相关主题
How to compile multiple c files into one obj file?一个有关visual stdio 2005的问题
spent a lot of time try to compile boost在visual C++ 程序里播放mp3
一个qt3在Windows上的问题Visual Studion 10, C++ string问题:表现不一致
什么地方有 free windows 的 C compiler download你妈用VS写个helloworld真难啊。
调用win32 DLL的问题最初级的白痴C++问题
third party c/c++ code and compile it on win 7Anyone use visual studio 2005 under vista
Question about a C++ compilation error on Visual Studio 2005Python的script的兼容问题
在 windows下的C++开发平台是不是 Dev-C++?visual studio 支持 C吗?
相关话题的讨论汇总
话题: win32话题: exe话题: f5话题: project话题: file