由买买提看人间百态

topics

全部话题 - 话题: nmake
(共0页)
h**********c
发帖数: 4120
1
来自主题: Programming版 - Visual C++ 高手帮忙,一个Link Error
Just jumped a similar error of a project of my own:
LINK : debug\qtwagon2012.exe not found or not built by the last incremental
link; performing full link
Creating library debug\qtwagon2012.lib and object debug\qtwagon2012.exp
glwidget.obj : error LNK2019: unresolved external symbol "public: static
class qtLight * __cdecl qtLightSingleton::getInstance(void)" (?getInstance@
qtLightSingleton@@SAPAVqtLight@@XZ) referenced in fu
nction "public: void __thiscall GLWidget::slotLight3dMoveOrders(int,... 阅读全帖
h**********c
发帖数: 4120
2
来自主题: CS版 - Help, install C++ compiler
my practice, install VC++ 2008
then you google nmake , or MSDN nmake
command line Microsoft c/c++ compilation
the problem is VC++ produce a lot code gcc would repel.
w*******g
发帖数: 99
3
来自主题: Computation版 - convert between make
Is it possible to convert makefiles between gnu make and nmake? I am trying to
install some software for my winnt and really do not want to rewrite the makefiles
for nmake...
a*******4
发帖数: 82
4
现在在找房,也打算nmake an offer, 想知道怎样在zillow上找到估价。谢谢。
o*********e
发帖数: 7
5
来自主题: CS版 - 怎样用Perl处理中文文本
我使用英文版的windows。请问如何用Perl script处理中文文件?需从CPAN上下载什么
modules和字库吗?有没有简单的example script可以看一看?另外,什么text editor
可以保存utf, unicode, 以便用来写中文Perl script?
再一问题是,我的计算机是64bits 的。我只找到32 bits 的nmake.ext。哪里可找到64
bit 的?
l***g
发帖数: 1035
6
来自主题: Programming版 - any one tried vs 2008 yet?
there is a /MP for multi-threaded complation...
any one tried it?
does it work with nmake?
b***y
发帖数: 2799
7
☆─────────────────────────────────────☆
seki (瓜金) 于 (Sat Sep 24 15:38:44 2005) 提到:
发信人: seki (瓜金), 信区: Windows
标 题: VisualC++的compiler是不是也不是free的?
发信站: BBS 未名空间站 (Sat Sep 24 15:38:30 2005), 转信
不需要Visual Studio的界面,
只要一个编译器,cl.exe和nmake
可能吗?
多谢
☆─────────────────────────────────────☆
netghost (Up to Isomorphism) 于 (Sat Sep 24 16:24:13 2005) 提到:
是.不过那样没什么优势把.

☆─────────────────────────────────────☆
aZhu (a+zhu) 于 (Sat Sep 24 17:24:24 2005) 提到:
ft. it is totally free, I think
becau
O**S
发帖数: 290
8
来自主题: Programming版 - Intel C++ compiler 求教
刚刚开始使用,问个比较弱智的问题吧,呵呵。
有1.c 和 1.h文件,里面都是函数,用nmake命令编译.mak文件,生成了1.obj文件,还有
1.lib文件和1.dll文件。现在我又编了一个.c文件 (2.c),里面include了1.h, 还包含main
函数,以及运行一些1.h定义的函数。请问在icc下怎么编译阿.
我用了命令
icl 2.c 1.lib
然后说没有找到1.h头文件。
谢谢了阿,呵呵
a****j
发帖数: 8
9
Almost same as GNU, run
Start Menu /
Microsoft Visual Studio 2010 /
Visual Studio Tools /
Visual Studio Command Prompt (2010)
Then
gcc - cl.exe
ld - link.exe
ar - lib.exe
make - nmake.exe
gdb - cdb.exe / windbg.exe (google windbg)
c++filt - undname.exe
objdump / nm - dumpbin.exe
r*********r
发帖数: 3195
10
来自主题: Programming版 - 专业c++程序员都用什么ide (转载)
那你来 demonstrate 一下,windoze 下用什么 terminal, 什么编辑器。
它那个 cl, nmake 都怎么用。

demonstrate
d*******r
发帖数: 3299
11
来自主题: Programming版 - makefile 问题请教
我由于害怕写复杂的 makefile,找到过一个叫 scons 的东西。
下面的链接是别人的评论。
http://sourceforge.net/apps/mediawiki/epm/index.php?title=%E4%B
这个说为啥 makefile 难用
http://hi.baidu.com/jzinfo/item/9caf89d4cb27ade6b3f77736
跨平台的编译工具,其中最有名的两个是 cmake 和 scons,cmake 之所以出名估计是
因为 KDE 4 从 autotools 转向用 cmake 来编译。而 scons 则是 lighttpd 原来用的
编译工具,它现在也转向 Python 了。cmake 和 python 大概代表了新一代跨平台编译
工具的两种方向。第一种 (cmake) 是延续并改良传统 automake, autoconf 工具链,
将之合为一体,但最终仍然生成 Makefile, Visual Studio 的 .sln,Xcode 的 .
xcodebuild 文件,依赖现有编译工具 (make, nmake, vcbuild... 阅读全帖
x****u
发帖数: 44466
12
VS也支持命令行build,比nmake功能强大得多。
x****u
发帖数: 44466
13
这么写垃圾太多。
VS的sln比nmake整洁。

eclipse
h****t
发帖数: 93
14
来自主题: Software版 - Re: "make" on PC
if you have VC++, there is a nmake .:)
s**i
发帖数: 381
15
不需要Visual Studio的界面,
只要一个编译器,cl.exe和nmake
可能吗?
多谢
o*********e
发帖数: 7
16
来自主题: AnthroLing版 - 怎样用Perl处理中文文件?
我使用英文版的windows。请问如何用Perl script处理中文文件?需从CPAN上下载什么
modules和字库吗?有没有简单的example script可以看一看?另外,什么text editor
可以保存utf, unicode, 以便用来写中文Perl script?
再一问题是,我的计算机是64bits 的。我只找到32 bits 的nmake.ext。哪里可找到64
bit 的?
o*********e
发帖数: 7
17
来自主题: AnthroLing版 - 怎样用Perl处理中文文件?
我使用英文版的windows。请问如何用Perl script处理中文文件?需从CPAN上下载什么
modules和字库吗?有没有简单的example script可以看一看?另外,什么text editor
可以保存utf, unicode, 以便用来写中文Perl script?
再一问题是,我的计算机是64bits 的。我只找到32 bits 的nmake.ext。哪里可找到64
bit 的?
d*****e
发帖数: 151
18
来自主题: AnthroLing版 - 怎样用Perl处理中文文件?
第二个问题,windows64位的,确实比较麻烦;建议在windows上装个虚拟机,linux上面运
行perl,就不会出现nmake之类的问题.
a****e
发帖数: 40
19
来自主题: Computation版 - 怎样增加C语言的库函数
For Visual C++, there is a nmake.
There must be similar thing for Turbo C.
(共0页)