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
|