VS2008中“调试会话的可执行文件”对画框的问题

bingdian1987 2011-02-16 10:36:36
我用CMake编译了gmsh-2.5.0-source,步骤如下:
Build Gmsh using CMake's graphical user interface
-------------------------------------------------

* Launch CMake and fill-in the two top input fields (telling where the
Gmsh source directory is located and where you want the Gmsh binary
to be created).

* Click on "Add entry" and define the variable CMAKE_PREFIX_PATH, of
type "PATH", pointing to the location(s) of any external package(s)
(FLTK, BLAS/LAPACK, etc.) installed in non-standard directories.

(If you are using our pre-compiled "gmsh dependencies" package
(http://geuz.org/gmsh/bin/Windows/gmsh-dep-msvc2008-release.zip)
with Visual Studio on Windows simply point CMAKE_PREFIX_PATH to the
"gmsh-dep" directory.)

* Click on "Configure" and choose your compiler (e.g. Visual Studio).

* Optionally change some configuration options (re-run "Configure"
every time you change some options).

* Once you are happy with all the configuration options, click on
"Generate".

* Go to the build directory and build Gmsh using your chosen compiler.

(With Visual Studio double-click on "gmsh.sln". If you are using our
pre-compiled "gmsh dependencies" package you must use the "Release"
or "RelWithDebInfo" build type.)


我选择了用粗体部分的操作,在VS2008中“RelWithDebInfo”时弹出了“调试会话的可执行文件”对话框,我该填哪个可执行文件的名称,整个过程我都没有用到可执行文件啊?
...全文
1158 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
warrior0 2011-04-15
  • 打赏
  • 举报
回复
上边能说的具体些吗
lijiazhen815107 2011-03-27
  • 打赏
  • 举报
回复
为调试会话指定可执行文件

在“解决方案资源管理器”中,选择用于创建 DLL 的项目。

从“视图”菜单中,选定“属性页”。

在“属性页”对话框中,打开“配置属性”文件夹并选择“调试”类别。

在“命令”框中,指定用于容器的路径名称。例如,C:\Program Files\MyApplication\MYAPP.EXE。

在“命令参数”框中,指定用于可执行文件的必要参数。

如果不在Project“属性页”对话框中指定可执行文件,则在开始调试时将出现“调试会话的可执行文件对话框”。

3,881

社区成员

发帖
与我相关
我的任务
社区描述
C/C++ 其它技术问题
社区管理员
  • 其它技术问题社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧