当前位置:  开发笔记 > 编程语言 > 正文

帮助VS8命令行到IDE?

如何解决《帮助VS8命令行到IDE?》经验,为你挑选了1个好方法。

问题:

C:\> cl/LD hellomodule.c/Ic:\ Python24\include c:\ Python24\libs\python24.lib /link/out:hello.dll

'cl'不被识别为内部或外部命令,可操作程序或批处理文件.

我正在使用Visual Studio Prof Edi 2008.

    我应该为此命令设置什么路径?

    如何使用IDE执行上述命令?

注意:我正在研究这个.


C:\>cl /LD hellomodule.c /Ic:\Python24\include c:\Python24\libs\python24.lib /li
nk/out:hello.dll
'cl' is not recognized as an internal or external command,
operable program or batch file.

C:\>PATH="C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\cl.exe"

C:\>cl
'cl' is not recognized as an internal or external command,
operable program or batch file.

C:\>PATH="C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\cl.exe"

C:\>cl /LD hellomodule.c /Ic:\Python24\include c:\Python24\libs\python24.lib /li
nk/out:hello.dll
'cl' is not recognized as an internal or external command,
operable program or batch file.

C:\>

cmeerw.. 9

您可以使用设置环境

C:\ Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat



1> cmeerw..:

您可以使用设置环境

C:\ Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat

推荐阅读
mobiledu2402851203
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有