h**********c 发帖数: 4120 | 1 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 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 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 我使用英文版的windows。请问如何用Perl script处理中文文件?需从CPAN上下载什么
modules和字库吗?有没有简单的example script可以看一看?另外,什么text editor
可以保存utf, unicode, 以便用来写中文Perl script?
再一问题是,我的计算机是64bits 的。我只找到32 bits 的nmake.ext。哪里可找到64
bit 的? |
|
l***g 发帖数: 1035 | 6 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 刚刚开始使用,问个比较弱智的问题吧,呵呵。
有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 那你来 demonstrate 一下,windoze 下用什么 terminal, 什么编辑器。
它那个 cl, nmake 都怎么用。
demonstrate |
|
|
x****u 发帖数: 44466 | 12 VS也支持命令行build,比nmake功能强大得多。 |
|
x****u 发帖数: 44466 | 13 这么写垃圾太多。
VS的sln比nmake整洁。
eclipse |
|
h****t 发帖数: 93 | 14 if you have VC++, there is a nmake .:) |
|
s**i 发帖数: 381 | 15 不需要Visual Studio的界面,
只要一个编译器,cl.exe和nmake
可能吗?
多谢 |
|
o*********e 发帖数: 7 | 16 我使用英文版的windows。请问如何用Perl script处理中文文件?需从CPAN上下载什么
modules和字库吗?有没有简单的example script可以看一看?另外,什么text editor
可以保存utf, unicode, 以便用来写中文Perl script?
再一问题是,我的计算机是64bits 的。我只找到32 bits 的nmake.ext。哪里可找到64
bit 的? |
|
o*********e 发帖数: 7 | 17 我使用英文版的windows。请问如何用Perl script处理中文文件?需从CPAN上下载什么
modules和字库吗?有没有简单的example script可以看一看?另外,什么text editor
可以保存utf, unicode, 以便用来写中文Perl script?
再一问题是,我的计算机是64bits 的。我只找到32 bits 的nmake.ext。哪里可找到64
bit 的? |
|
d*****e 发帖数: 151 | 18 第二个问题,windows64位的,确实比较麻烦;建议在windows上装个虚拟机,linux上面运
行perl,就不会出现nmake之类的问题. |
|
a****e 发帖数: 40 | 19 For Visual C++, there is a nmake.
There must be similar thing for Turbo C. |
|