Location:
Search - cl.exe
Search list
Description: steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
Platform: |
Size: 841 |
Author: 宗睿 |
Hits:
Description: 这是一个automation server 和 client 的演示程序
多个client 可以共享 server 进程
首先用ms vc++ .net 编译代码, 再运行 TestAutomation3.exe (server)
然后可以运行多个 TestAutomation2.exe (client)
单击 TestAutomation2 可以调用 TestAutomation3 中的方法和参数
-This is an automation server and client demonstration program over cl ient can share server process first used ms vc. net compiled code, re-running TestAutomation3.exe (server) can then be run multiple Te stAutomation2.exe (client) Click TestAutomatio n2 TestAutomation3 can call the method and parameters
Platform: |
Size: 91686 |
Author: 大名 |
Hits:
Description: steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
Platform: |
Size: 1024 |
Author: 宗睿 |
Hits:
Description: 这是一个automation server 和 client 的演示程序
多个client 可以共享 server 进程
首先用ms vc++ .net 编译代码, 再运行 TestAutomation3.exe (server)
然后可以运行多个 TestAutomation2.exe (client)
单击 TestAutomation2 可以调用 TestAutomation3 中的方法和参数
-This is an automation server and client demonstration program over cl ient can share server process first used ms vc. net compiled code, re-running TestAutomation3.exe (server) can then be run multiple Te stAutomation2.exe (client) Click TestAutomatio n2 TestAutomation3 can call the method and parameters
Platform: |
Size: 91136 |
Author: |
Hits:
Description: 自然对界,Win32平台下的微软C编译器(cl.exe for 80x86)在默认情况下采用如下的对齐规则:任何基本数据类型T的对齐模数就是T的大小,即sizeof(T)。比如对于double类型(8字节),-Nature of profession, Win32 platforms under Microsoft C compiler (cl.exe for 80x86) by default alignment using the following rules: any basic data type of the alignment modulus T is the size of T, that is, sizeof (T) . For example, for the double type (8 bytes),
Platform: |
Size: 24576 |
Author: fly |
Hits:
Description: VC++下监视剪贴板数据,利用树状视图看文件目录-look at the clipboard正在创建临时文件“i:\reading_book_and_doing_programm\Tst7_1\Debug\RSP000013.rsp”,其内容为
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
.\Main.cpp
]
正在创建命令行“cl.exe @i:\reading_book_and_doing_programm\Tst7_1\Debug\RSP000013.rsp /nologo”
正在创建临时文件“i:\reading_book_and_doing_programm\Tst7_1\Debug\RSP000014.rsp”,其内容为
[
/OUT:"Debug/Tst7_1.exe" /INCREMENTAL /NOLOGO /DEBUG /PDB:"Debug/Tst7_1.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
.\Debug\debug.obj
.\Debug\Main.obj
.\Debug\res.res
]
正在创建命令行“link.exe @i:\reading_book_and_doing_programm\Tst7_1\Debug\RSP000014.rsp”
Platform: |
Size: 367616 |
Author: magic |
Hits:
Description: spybot源码,用visual studio 2008命令行下编译器cl.exe编译通过,请用于学习研究,不要用于非法用途,本人对于任何人的非法行为不负任何责任。-spybot source code ,compiled by cl.exe
Platform: |
Size: 1431552 |
Author: cyndy |
Hits:
Description: Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26B.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/mm.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\mm.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26B.tmp"
Output Window
Compiling...
mm.c
c:\program files\microsoft visual studio\vc98\include\eh.h(33) : fatal error C1189: #error : "eh.h is only for C++!"
Error executing cl.exe.-Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26B.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/mm.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\mm.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26B.tmp"
Output Window
Compiling...
mm.c
c:\program files\microsoft visual studio\vc98\include\eh.h(33) : fatal error C1189:#error : "eh.h is only for C++!"
Error executing cl.exe.
Platform: |
Size: 10240 |
Author: zhaoxinpeng |
Hits:
Description: 快速的静态反汇编易格式可执行文件。提供方便的跳转、调用目标地址的代码预览功能。
只有经过加载的程序才能进行反汇编分析。如果尚未被加载,会进行讯问。
开始加载后,等待被分析的文件加载成功,选择等待对话框的确定按钮。
注意:如果在进程分析设之中启用了“以DEBUG模式加载进程”,将不会出现这个提示。程序会以调试模式创建进程并自动中断到入口点进行加载。
进入反汇编窗口后,左上方是转跳跟踪列表,左下方是转跳预览框,右面就是反汇编结果。
主要功能通过顶部的工具栏和右键菜单来实现。可以完成“转跳”、“转跳返回”、“转跳位置”、“刷新”、“到入口点”、“到开始处”、“单行复制”、“全部复制”等功能。
在反汇编结果区域,鼠标双击转跳命令,可以进行转跳跟踪。同时Ctrl+方向键右、Ctrl+方向键左也可以方便的实现跟踪转跳,转跳返回的功能。PageUp键、PageDown键、方向键上、方向键下可以进行翻页。
选择转跳跟踪列表的任一项,可在转跳预览框看到当前选择地址的反汇编结果预览。双击即可转跳到选择的位置进行反汇编分析。
在某一个常量处悬停鼠标,可以看到该常量的详细数据情况。双击该常量,可以进行十六进制代码查看。-Fast static disassembly and easy format executable files. Provide a convenient jump, call destination code preview.
Only after the program to load the disassembly analysis. If you have not been loaded, will be questioned.
After starting to load, the analysis of documents waiting to be loaded successfully, choose to wait for the dialog box OK button.
Note: If you set the process into the analysis enabled the "DEBUG mode loading process", this prompt will not appear. Program in debug mode and automatically interrupt the process to create the entry point to load.
Into the disassembly window, the left is a switch to jump track list, the lower left is a switch to jump preview box on the right is the result of disassembly.
Main function through the top toolbar and context menu to achieve. Can be done, "Jump," "Jump Back", "Jump to location", "Refresh", "to the entry point", "to the beginning", "single copy", "Copy All" functions.
Results in the disassembly area, double cl
Platform: |
Size: 9676800 |
Author: david |
Hits:
Description: VC/C++源码,字符处理,字符转换
一 NMAKE和Makefile
字符编码
字符转换
关于字符转换的使用方法:
使用方法:
1 将要转换的字符串,传递给函数,从返回值中获取转换后字符串的长度。
2 分配字符串空间
3 再次调用函数,并将分配的空间传递给函数,获取结果
基本语法规则:
window.exe:window.obj // 依赖行
cl.exe window.c /c // 命令行
link.exe window.obj user32.lib
window.exe的依赖项是window.obj,如果
window.obj被重新改写,window.exe将重新
生成.
通过时间戳(time stamp)判断程序是否需
要重新编译链接,如果当文件修改最后时间
与时间戳不同,将会重新编译链接. -VC/C++ source code, character handling, character conversion
An NMAKE and Makefile
Character encoding
Character conversion
Use character conversion:
How to use:
1 to convert the string passed to the function, the return value for the length of the string after the conversion.
2 allocated string space
Again call the function passed to the function, and the allocation of space to get results
Basic grammar rules:
window.exe: window.obj// dependent line
the cl.exe window.c/c// command line
link.exe window.obj user32.lib
dependency of window.exe is window.obj,
window.obj rewritten, window.exe re
Generation.
By time stamp (time stamp) to determine whether need
To to recompile link the last time when the file modification
With timestamp, will be re-compiled and linked.
Platform: |
Size: 88064 |
Author: 肖敬帅 |
Hits:
Description: 这是个用纯C语言调用API写的IDE工具,内部的编译器用的是VC的CL.EXE,如果你用的是Mingw也无所谓,原理都一样-Call API written in pure C language IDE tools the internal compiler uses the VC CL.EXE, if you are using Mingw does not matter, the principle is the same
Platform: |
Size: 3480576 |
Author: 风之残月 |
Hits:
Description: 命令行编译c++程序:
使用 cl.exe 的 vc6 版本, 复制到 .\VC6 目录下
示例:
http://zhidao.baidu.com/question/281545175
@echo off
cd c:\cl6
call setvars.bat
cd bin\qq\qq
cl stdafx.cpp /nologo /MD /W3 /GX /O2 /D WIN32 /D NDEBUG /D _WINDOWS /D _AFXDLL /D _MBCS /Fp Release/Test.pch /Yc stdafx.h /Fo Release/ /Fd Release/ /FD /c
cl qq.cpp /nologo /MD /W3 /GX /O2 /D WIN32 /D NDEBUG /D _WINDOWS /D _AFXDLL /D _MBCS /Fp Release/Test.pch /Yu stdafx.h /Fo Release/ /Fd Release/ /FD /c
cl qqDlg.cpp /nologo /MD /W3 /GX /O2 /D WIN32 /D NDEBUG /D _WINDOWS /D _AFXDLL /D _MBCS /Fp Release/Test.pch /Yu stdafx.h /Fo Release/ /Fd Release/ /FD /c
rc /l 0x804 qq.rc
link /nologo /subsystem:windows /incremental:no /pdb:Release/Test.pdb /machine:I386 /out:Release/Test.exe Release/stdafx.obj Release/qq.obj Release/qqDlg.obj qq.res
列表:
http://blog.csdn.net/zxremail/article/details/4952217
-Compiling c++ program by command line.
Platform: |
Size: 2402304 |
Author: 杨天标 |
Hits:
Description: main(1).cpp
C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(326) : error C2374: i : redefinition multiple initialization
C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(324) : see declaration of i
C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(695) : warning C4508: main : function should return a value void return type assumed
Error executing cl.exe.-main(1).cpp
C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(326) : error C2374: i : redefinition multiple initialization
C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(324) : see declaration of i
C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(695) : warning C4508: main : function should return a value void return type assumed
Error executing cl.exe.
Platform: |
Size: 2570240 |
Author: 离校 |
Hits:
Description: 软件自动批生成c源文件和批处理脚本,实现自动化编译链接生成若干个可执行文件,在没有大的开发环境时很方便。-create many c source file/dos bat file
and automaticly compile/link to get exe file
Platform: |
Size: 28672 |
Author: wxy |
Hits:
Description: Small python utility to terminate VisualStudio C++ build(cl.exe) when it hangs
Platform: |
Size: 1024 |
Author: metalheart |
Hits:
Description: cs 注入器 大家学习一下吧 我很喜欢
C++语言 -# Microsoft Developer Studio Project File- Name TestFL - Package Owner <4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
#** DO NOT EDIT**
# TARGTYPE Win32 (x86) Application 0x0101
CFG TestFL- Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f ogc-loader.mak .
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f ogc-loader.mak CFG TestFL- Win32 Debug
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE TestFL- Win32 Release (based on Win32 (x86) Application )
!MESSAGE TestFL- Win32 Debug (based on Win32 (x86) Application )
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName
# PROP Scc_LocalPath
CPP cl.exe
MTL midl.exe
RSC rc.exe
Platform: |
Size: 23552 |
Author: 石辉光 |
Hits:
Description: MD5算法的C++实现, 包括md5.cpp,md5.h, test.cpp . 命令行 CL md5.cpp test.cpp即可生成 md5.exe . 执行md5.exe 带一个文件名可以计算那个文件的MD5值.-This is MD5 alggorithm of simple C++ realized. just run CL md5.cpp test.cpp will create md5.exe. md5.exe filename will compute MD5 value of the file.
Platform: |
Size: 5120 |
Author: gqliu |
Hits: